public final class DeployJobRunMetadata extends GeneratedMessageV3 implements DeployJobRunMetadataOrBuilder
DeployJobRunMetadata surfaces information associated with a DeployJobRun
to
the user.
Protobuf type google.cloud.deploy.v1.DeployJobRunMetadata
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int CLOUD_RUN_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int CUSTOM_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int CUSTOM_TARGET_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static DeployJobRunMetadata getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static DeployJobRunMetadata.Builder newBuilder()
public static DeployJobRunMetadata.Builder newBuilder(DeployJobRunMetadata prototype)
public static DeployJobRunMetadata parseDelimitedFrom(InputStream input)
public static DeployJobRunMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DeployJobRunMetadata parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static DeployJobRunMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DeployJobRunMetadata parseFrom(ByteString data)
public static DeployJobRunMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DeployJobRunMetadata parseFrom(CodedInputStream input)
public static DeployJobRunMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DeployJobRunMetadata parseFrom(InputStream input)
public static DeployJobRunMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DeployJobRunMetadata parseFrom(ByteBuffer data)
public static DeployJobRunMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<DeployJobRunMetadata> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public 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];
public 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];
public CustomMetadata getCustom()
Output only. Custom metadata provided by user-defined deploy operation.
.google.cloud.deploy.v1.CustomMetadata custom = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public CustomMetadataOrBuilder getCustomOrBuilder()
Output only. Custom metadata provided by user-defined deploy operation.
.google.cloud.deploy.v1.CustomMetadata custom = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public CustomTargetDeployMetadata getCustomTarget()
Output only. Custom Target metadata associated with a DeployJobRun
.
.google.cloud.deploy.v1.CustomTargetDeployMetadata custom_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public CustomTargetDeployMetadataOrBuilder getCustomTargetOrBuilder()
Output only. Custom Target metadata associated with a DeployJobRun
.
.google.cloud.deploy.v1.CustomTargetDeployMetadata custom_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public DeployJobRunMetadata getDefaultInstanceForType()
public Parser<DeployJobRunMetadata> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public 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 |
---|
Type | Description |
boolean | Whether the cloudRun field is set.
|
public boolean hasCustom()
Output only. Custom metadata provided by user-defined deploy operation.
.google.cloud.deploy.v1.CustomMetadata custom = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
boolean | Whether the custom field is set.
|
public boolean hasCustomTarget()
Output only. Custom Target metadata associated with a DeployJobRun
.
.google.cloud.deploy.v1.CustomTargetDeployMetadata custom_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
boolean | Whether the customTarget field is set.
|
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public DeployJobRunMetadata.Builder newBuilderForType()
protected DeployJobRunMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public DeployJobRunMetadata.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides