Package com.google.cloud.deploy.v1
Interface DeployJobRunMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeployJobRunMetadata,DeployJobRunMetadata.Builder
public interface DeployJobRunMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudRunMetadatagetCloudRun()Output only.CloudRunMetadataOrBuildergetCloudRunOrBuilder()Output only.booleanhasCloudRun()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. The name of the Cloud Run Service that is associated with a `DeployJobRun`.
.google.cloud.deploy.v1.CloudRunMetadata cloud_run = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the cloudRun field is set.
-
getCloudRun
CloudRunMetadata getCloudRun()
Output only. The name of the Cloud Run Service that is associated with a `DeployJobRun`.
.google.cloud.deploy.v1.CloudRunMetadata cloud_run = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The cloudRun.
-
getCloudRunOrBuilder
CloudRunMetadataOrBuilder getCloudRunOrBuilder()
Output only. The name of the Cloud Run Service that is associated with a `DeployJobRun`.
.google.cloud.deploy.v1.CloudRunMetadata cloud_run = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-