Package com.google.cloud.deploy.v1
Interface RenderMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RenderMetadata
,RenderMetadata.Builder
public interface RenderMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudRunRenderMetadata
getCloudRun()
Output only.CloudRunRenderMetadataOrBuilder
getCloudRunOrBuilder()
Output only.boolean
hasCloudRun()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCloudRun
boolean hasCloudRun()
Output only. Metadata associated with rendering for Cloud Run.
.google.cloud.deploy.v1.CloudRunRenderMetadata cloud_run = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the cloudRun field is set.
-
getCloudRun
CloudRunRenderMetadata getCloudRun()
Output only. Metadata associated with rendering for Cloud Run.
.google.cloud.deploy.v1.CloudRunRenderMetadata cloud_run = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The cloudRun.
-
getCloudRunOrBuilder
CloudRunRenderMetadataOrBuilder getCloudRunOrBuilder()
Output only. Metadata associated with rendering for Cloud Run.
.google.cloud.deploy.v1.CloudRunRenderMetadata cloud_run = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-