Class CustomTargetDeployMetadata (1.39.0)

public final class CustomTargetDeployMetadata extends GeneratedMessageV3 implements CustomTargetDeployMetadataOrBuilder

CustomTargetDeployMetadata contains information from a Custom Target deploy operation.

Protobuf type google.cloud.deploy.v1.CustomTargetDeployMetadata

Static Fields

SKIP_MESSAGE_FIELD_NUMBER

public static final int SKIP_MESSAGE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static CustomTargetDeployMetadata getDefaultInstance()
Returns
TypeDescription
CustomTargetDeployMetadata

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static CustomTargetDeployMetadata.Builder newBuilder()
Returns
TypeDescription
CustomTargetDeployMetadata.Builder

newBuilder(CustomTargetDeployMetadata prototype)

public static CustomTargetDeployMetadata.Builder newBuilder(CustomTargetDeployMetadata prototype)
Parameter
NameDescription
prototypeCustomTargetDeployMetadata
Returns
TypeDescription
CustomTargetDeployMetadata.Builder

parseDelimitedFrom(InputStream input)

public static CustomTargetDeployMetadata parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CustomTargetDeployMetadata
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CustomTargetDeployMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CustomTargetDeployMetadata
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static CustomTargetDeployMetadata parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
CustomTargetDeployMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CustomTargetDeployMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CustomTargetDeployMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CustomTargetDeployMetadata parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
CustomTargetDeployMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CustomTargetDeployMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CustomTargetDeployMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CustomTargetDeployMetadata parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
CustomTargetDeployMetadata
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CustomTargetDeployMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CustomTargetDeployMetadata
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static CustomTargetDeployMetadata parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CustomTargetDeployMetadata
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CustomTargetDeployMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CustomTargetDeployMetadata
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static CustomTargetDeployMetadata parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
CustomTargetDeployMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CustomTargetDeployMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CustomTargetDeployMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<CustomTargetDeployMetadata> parser()
Returns
TypeDescription
Parser<CustomTargetDeployMetadata>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public CustomTargetDeployMetadata getDefaultInstanceForType()
Returns
TypeDescription
CustomTargetDeployMetadata

getParserForType()

public Parser<CustomTargetDeployMetadata> getParserForType()
Returns
TypeDescription
Parser<CustomTargetDeployMetadata>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getSkipMessage()

public String getSkipMessage()

Output only. Skip message provided in the results of a custom deploy operation.

string skip_message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The skipMessage.

getSkipMessageBytes()

public ByteString getSkipMessageBytes()

Output only. Skip message provided in the results of a custom deploy operation.

string skip_message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for skipMessage.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public CustomTargetDeployMetadata.Builder newBuilderForType()
Returns
TypeDescription
CustomTargetDeployMetadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CustomTargetDeployMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
CustomTargetDeployMetadata.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public CustomTargetDeployMetadata.Builder toBuilder()
Returns
TypeDescription
CustomTargetDeployMetadata.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException