public interface RenderMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCloudRun()
public abstract CloudRunRenderMetadata getCloudRun()
Output only. Metadata associated with rendering for Cloud Run.
.google.events.cloud.deploy.v1.CloudRunRenderMetadata cloud_run = 1;
Returns | |
---|---|
Type | Description |
CloudRunRenderMetadata |
The cloudRun. |
getCloudRunOrBuilder()
public abstract CloudRunRenderMetadataOrBuilder getCloudRunOrBuilder()
Output only. Metadata associated with rendering for Cloud Run.
.google.events.cloud.deploy.v1.CloudRunRenderMetadata cloud_run = 1;
Returns | |
---|---|
Type | Description |
CloudRunRenderMetadataOrBuilder |
getCustom()
public abstract CustomMetadata getCustom()
Output only. Custom metadata provided by user-defined render operation.
.google.events.cloud.deploy.v1.CustomMetadata custom = 2;
Returns | |
---|---|
Type | Description |
CustomMetadata |
The custom. |
getCustomOrBuilder()
public abstract CustomMetadataOrBuilder getCustomOrBuilder()
Output only. Custom metadata provided by user-defined render operation.
.google.events.cloud.deploy.v1.CustomMetadata custom = 2;
Returns | |
---|---|
Type | Description |
CustomMetadataOrBuilder |
hasCloudRun()
public abstract boolean hasCloudRun()
Output only. Metadata associated with rendering for Cloud Run.
.google.events.cloud.deploy.v1.CloudRunRenderMetadata cloud_run = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the cloudRun field is set. |
hasCustom()
public abstract boolean hasCustom()
Output only. Custom metadata provided by user-defined render operation.
.google.events.cloud.deploy.v1.CustomMetadata custom = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the custom field is set. |