Class PreviewFeatureRolloutOperationRolloutInput (1.88.0)

public final class PreviewFeatureRolloutOperationRolloutInput extends GeneratedMessageV3 implements PreviewFeatureRolloutOperationRolloutInputOrBuilder

Represents the input for the rollout operation.

Protobuf type google.cloud.compute.v1.PreviewFeatureRolloutOperationRolloutInput

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PreviewFeatureRolloutOperationRolloutInput

Static Fields

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

PREDEFINED_ROLLOUT_PLAN_FIELD_NUMBER

public static final int PREDEFINED_ROLLOUT_PLAN_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static PreviewFeatureRolloutOperationRolloutInput getDefaultInstance()
Returns
Type Description
PreviewFeatureRolloutOperationRolloutInput

getDescriptor()

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

newBuilder()

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

newBuilder(PreviewFeatureRolloutOperationRolloutInput prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public PreviewFeatureRolloutOperationRolloutInput getDefaultInstanceForType()
Returns
Type Description
PreviewFeatureRolloutOperationRolloutInput

getName()

public String getName()

The name of the rollout plan Ex. organizations//locations/global/rolloutPlans/ Ex. folders//locations/global/rolloutPlans/ Ex. projects//locations/global/rolloutPlans/.

optional string name = 3373707;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name of the rollout plan Ex. organizations//locations/global/rolloutPlans/ Ex. folders//locations/global/rolloutPlans/ Ex. projects//locations/global/rolloutPlans/.

optional string name = 3373707;

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

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

getPredefinedRolloutPlan()

public String getPredefinedRolloutPlan()

Predefined rollout plan. Check the PredefinedRolloutPlan enum for the list of possible values.

optional string predefined_rollout_plan = 364023440;

Returns
Type Description
String

The predefinedRolloutPlan.

getPredefinedRolloutPlanBytes()

public ByteString getPredefinedRolloutPlanBytes()

Predefined rollout plan. Check the PredefinedRolloutPlan enum for the list of possible values.

optional string predefined_rollout_plan = 364023440;

Returns
Type Description
ByteString

The bytes for predefinedRolloutPlan.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasName()

public boolean hasName()

The name of the rollout plan Ex. organizations//locations/global/rolloutPlans/ Ex. folders//locations/global/rolloutPlans/ Ex. projects//locations/global/rolloutPlans/.

optional string name = 3373707;

Returns
Type Description
boolean

Whether the name field is set.

hasPredefinedRolloutPlan()

public boolean hasPredefinedRolloutPlan()

Predefined rollout plan. Check the PredefinedRolloutPlan enum for the list of possible values.

optional string predefined_rollout_plan = 364023440;

Returns
Type Description
boolean

Whether the predefinedRolloutPlan field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected PreviewFeatureRolloutOperationRolloutInput.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
PreviewFeatureRolloutOperationRolloutInput.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

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