Class CreateChildRolloutJobRun (1.16.0)

public final class CreateChildRolloutJobRun extends GeneratedMessageV3 implements CreateChildRolloutJobRunOrBuilder

CreateChildRolloutJobRun contains information specific to a createChildRollout JobRun.

Protobuf type google.cloud.deploy.v1.CreateChildRolloutJobRun

Static Fields

ROLLOUT_FIELD_NUMBER

public static final int ROLLOUT_FIELD_NUMBER
Field Value
TypeDescription
int

ROLLOUT_PHASE_ID_FIELD_NUMBER

public static final int ROLLOUT_PHASE_ID_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static CreateChildRolloutJobRun getDefaultInstance()
Returns
TypeDescription
CreateChildRolloutJobRun

getDescriptor()

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

newBuilder()

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

newBuilder(CreateChildRolloutJobRun prototype)

public static CreateChildRolloutJobRun.Builder newBuilder(CreateChildRolloutJobRun prototype)
Parameter
NameDescription
prototypeCreateChildRolloutJobRun
Returns
TypeDescription
CreateChildRolloutJobRun.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public CreateChildRolloutJobRun getDefaultInstanceForType()
Returns
TypeDescription
CreateChildRolloutJobRun

getParserForType()

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

getRollout()

public String getRollout()

Output only. Name of the ChildRollout. Format is projects/{project}/ locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/a-z{0,62}.

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

Returns
TypeDescription
String

The rollout.

getRolloutBytes()

public ByteString getRolloutBytes()

Output only. Name of the ChildRollout. Format is projects/{project}/ locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/a-z{0,62}.

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

Returns
TypeDescription
ByteString

The bytes for rollout.

getRolloutPhaseId()

public String getRolloutPhaseId()

Output only. The ID of the childRollout Phase initiated by this JobRun.

string rollout_phase_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The rolloutPhaseId.

getRolloutPhaseIdBytes()

public ByteString getRolloutPhaseIdBytes()

Output only. The ID of the childRollout Phase initiated by this JobRun.

string rollout_phase_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for rolloutPhaseId.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

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 CreateChildRolloutJobRun.Builder newBuilderForType()
Returns
TypeDescription
CreateChildRolloutJobRun.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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