Class DeploymentOperationSummary (0.68.0)

public final class DeploymentOperationSummary extends GeneratedMessage implements DeploymentOperationSummaryOrBuilder

The summary of the deployment operation.

Protobuf type google.cloud.config.v1.DeploymentOperationSummary

Static Fields

ARTIFACTS_FIELD_NUMBER

public static final int ARTIFACTS_FIELD_NUMBER
Field Value
Type Description
int

BUILD_FIELD_NUMBER

public static final int BUILD_FIELD_NUMBER
Field Value
Type Description
int

CONTENT_FIELD_NUMBER

public static final int CONTENT_FIELD_NUMBER
Field Value
Type Description
int

DEPLOYMENT_STEP_FIELD_NUMBER

public static final int DEPLOYMENT_STEP_FIELD_NUMBER
Field Value
Type Description
int

LOGS_FIELD_NUMBER

public static final int LOGS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DeploymentOperationSummary getDefaultInstance()
Returns
Type Description
DeploymentOperationSummary

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static DeploymentOperationSummary.Builder newBuilder()
Returns
Type Description
DeploymentOperationSummary.Builder

newBuilder(DeploymentOperationSummary prototype)

public static DeploymentOperationSummary.Builder newBuilder(DeploymentOperationSummary prototype)
Parameter
Name Description
prototype DeploymentOperationSummary
Returns
Type Description
DeploymentOperationSummary.Builder

parseDelimitedFrom(InputStream input)

public static DeploymentOperationSummary parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DeploymentOperationSummary
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DeploymentOperationSummary parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeploymentOperationSummary
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static DeploymentOperationSummary parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
DeploymentOperationSummary
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DeploymentOperationSummary parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeploymentOperationSummary
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DeploymentOperationSummary parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
DeploymentOperationSummary
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DeploymentOperationSummary parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeploymentOperationSummary
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DeploymentOperationSummary parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
DeploymentOperationSummary
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DeploymentOperationSummary parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeploymentOperationSummary
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static DeploymentOperationSummary parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DeploymentOperationSummary
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DeploymentOperationSummary parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeploymentOperationSummary
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static DeploymentOperationSummary parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
DeploymentOperationSummary
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DeploymentOperationSummary parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeploymentOperationSummary
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<DeploymentOperationSummary> parser()
Returns
Type Description
Parser<DeploymentOperationSummary>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getArtifacts()

public String getArtifacts()

Output only. Location of Deployment operations artifacts in gs://{bucket}/{object} format.

string artifacts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The artifacts.

getArtifactsBytes()

public ByteString getArtifactsBytes()

Output only. Location of Deployment operations artifacts in gs://{bucket}/{object} format.

string artifacts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for artifacts.

getBuild()

public String getBuild()

Output only. Cloud Build instance UUID associated with this operation.

string build = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }

Returns
Type Description
String

The build.

getBuildBytes()

public ByteString getBuildBytes()

Output only. Cloud Build instance UUID associated with this operation.

string build = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }

Returns
Type Description
ByteString

The bytes for build.

getContent()

public String getContent()

Output only. Location of Deployment operations content in gs://{bucket}/{object} format.

string content = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The content.

getContentBytes()

public ByteString getContentBytes()

Output only. Location of Deployment operations content in gs://{bucket}/{object} format.

string content = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for content.

getDefaultInstanceForType()

public DeploymentOperationSummary getDefaultInstanceForType()
Returns
Type Description
DeploymentOperationSummary

getDeploymentStep()

public DeploymentOperationMetadata.DeploymentStep getDeploymentStep()

Output only. The current step the deployment operation is running.

.google.cloud.config.v1.DeploymentOperationMetadata.DeploymentStep deployment_step = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeploymentOperationMetadata.DeploymentStep

The deploymentStep.

getDeploymentStepValue()

public int getDeploymentStepValue()

Output only. The current step the deployment operation is running.

.google.cloud.config.v1.DeploymentOperationMetadata.DeploymentStep deployment_step = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for deploymentStep.

getLogs()

public String getLogs()

Output only. Location of Deployment operations logs in gs://{bucket}/{object} format.

string logs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The logs.

getLogsBytes()

public ByteString getLogsBytes()

Output only. Location of Deployment operations logs in gs://{bucket}/{object} format.

string logs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for logs.

getParserForType()

public Parser<DeploymentOperationSummary> getParserForType()
Returns
Type Description
Parser<DeploymentOperationSummary>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public DeploymentOperationSummary.Builder newBuilderForType()
Returns
Type Description
DeploymentOperationSummary.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected DeploymentOperationSummary.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DeploymentOperationSummary.Builder
Overrides

toBuilder()

public DeploymentOperationSummary.Builder toBuilder()
Returns
Type Description
DeploymentOperationSummary.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException