Class OperationsScopedList.Builder (1.45.0)

public static final class OperationsScopedList.Builder extends GeneratedMessageV3.Builder<OperationsScopedList.Builder> implements OperationsScopedListOrBuilder

Protobuf type google.cloud.compute.v1.OperationsScopedList

Static Methods

getDescriptor()

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

Methods

addAllOperations(Iterable<? extends Operation> values)

public OperationsScopedList.Builder addAllOperations(Iterable<? extends Operation> values)

[Output Only] A list of operations contained in this scope.

repeated .google.cloud.compute.v1.Operation operations = 4184044;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.compute.v1.Operation>
Returns
TypeDescription
OperationsScopedList.Builder

addOperations(Operation value)

public OperationsScopedList.Builder addOperations(Operation value)

[Output Only] A list of operations contained in this scope.

repeated .google.cloud.compute.v1.Operation operations = 4184044;

Parameter
NameDescription
valueOperation
Returns
TypeDescription
OperationsScopedList.Builder

addOperations(Operation.Builder builderForValue)

public OperationsScopedList.Builder addOperations(Operation.Builder builderForValue)

[Output Only] A list of operations contained in this scope.

repeated .google.cloud.compute.v1.Operation operations = 4184044;

Parameter
NameDescription
builderForValueOperation.Builder
Returns
TypeDescription
OperationsScopedList.Builder

addOperations(int index, Operation value)

public OperationsScopedList.Builder addOperations(int index, Operation value)

[Output Only] A list of operations contained in this scope.

repeated .google.cloud.compute.v1.Operation operations = 4184044;

Parameters
NameDescription
indexint
valueOperation
Returns
TypeDescription
OperationsScopedList.Builder

addOperations(int index, Operation.Builder builderForValue)

public OperationsScopedList.Builder addOperations(int index, Operation.Builder builderForValue)

[Output Only] A list of operations contained in this scope.

repeated .google.cloud.compute.v1.Operation operations = 4184044;

Parameters
NameDescription
indexint
builderForValueOperation.Builder
Returns
TypeDescription
OperationsScopedList.Builder

addOperationsBuilder()

public Operation.Builder addOperationsBuilder()

[Output Only] A list of operations contained in this scope.

repeated .google.cloud.compute.v1.Operation operations = 4184044;

Returns
TypeDescription
Operation.Builder

addOperationsBuilder(int index)

public Operation.Builder addOperationsBuilder(int index)

[Output Only] A list of operations contained in this scope.

repeated .google.cloud.compute.v1.Operation operations = 4184044;

Parameter
NameDescription
indexint
Returns
TypeDescription
Operation.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public OperationsScopedList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
OperationsScopedList.Builder
Overrides

build()

public OperationsScopedList build()
Returns
TypeDescription
OperationsScopedList

buildPartial()

public OperationsScopedList buildPartial()
Returns
TypeDescription
OperationsScopedList

clear()

public OperationsScopedList.Builder clear()
Returns
TypeDescription
OperationsScopedList.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public OperationsScopedList.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
OperationsScopedList.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public OperationsScopedList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
OperationsScopedList.Builder
Overrides

clearOperations()

public OperationsScopedList.Builder clearOperations()

[Output Only] A list of operations contained in this scope.

repeated .google.cloud.compute.v1.Operation operations = 4184044;

Returns
TypeDescription
OperationsScopedList.Builder

clearWarning()

public OperationsScopedList.Builder clearWarning()

[Output Only] Informational warning which replaces the list of operations when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
OperationsScopedList.Builder

clone()

public OperationsScopedList.Builder clone()
Returns
TypeDescription
OperationsScopedList.Builder
Overrides

getDefaultInstanceForType()

public OperationsScopedList getDefaultInstanceForType()
Returns
TypeDescription
OperationsScopedList

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getOperations(int index)

public Operation getOperations(int index)

[Output Only] A list of operations contained in this scope.

repeated .google.cloud.compute.v1.Operation operations = 4184044;

Parameter
NameDescription
indexint
Returns
TypeDescription
Operation

getOperationsBuilder(int index)

public Operation.Builder getOperationsBuilder(int index)

[Output Only] A list of operations contained in this scope.

repeated .google.cloud.compute.v1.Operation operations = 4184044;

Parameter
NameDescription
indexint
Returns
TypeDescription
Operation.Builder

getOperationsBuilderList()

public List<Operation.Builder> getOperationsBuilderList()

[Output Only] A list of operations contained in this scope.

repeated .google.cloud.compute.v1.Operation operations = 4184044;

Returns
TypeDescription
List<Builder>

getOperationsCount()

public int getOperationsCount()

[Output Only] A list of operations contained in this scope.

repeated .google.cloud.compute.v1.Operation operations = 4184044;

Returns
TypeDescription
int

getOperationsList()

public List<Operation> getOperationsList()

[Output Only] A list of operations contained in this scope.

repeated .google.cloud.compute.v1.Operation operations = 4184044;

Returns
TypeDescription
List<Operation>

getOperationsOrBuilder(int index)

public OperationOrBuilder getOperationsOrBuilder(int index)

[Output Only] A list of operations contained in this scope.

repeated .google.cloud.compute.v1.Operation operations = 4184044;

Parameter
NameDescription
indexint
Returns
TypeDescription
OperationOrBuilder

getOperationsOrBuilderList()

public List<? extends OperationOrBuilder> getOperationsOrBuilderList()

[Output Only] A list of operations contained in this scope.

repeated .google.cloud.compute.v1.Operation operations = 4184044;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.OperationOrBuilder>

getWarning()

public Warning getWarning()

[Output Only] Informational warning which replaces the list of operations when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
Warning

The warning.

getWarningBuilder()

public Warning.Builder getWarningBuilder()

[Output Only] Informational warning which replaces the list of operations when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
Warning.Builder

getWarningOrBuilder()

public WarningOrBuilder getWarningOrBuilder()

[Output Only] Informational warning which replaces the list of operations when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
WarningOrBuilder

hasWarning()

public boolean hasWarning()

[Output Only] Informational warning which replaces the list of operations when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
boolean

Whether the warning field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(OperationsScopedList other)

public OperationsScopedList.Builder mergeFrom(OperationsScopedList other)
Parameter
NameDescription
otherOperationsScopedList
Returns
TypeDescription
OperationsScopedList.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public OperationsScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OperationsScopedList.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public OperationsScopedList.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
OperationsScopedList.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final OperationsScopedList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
OperationsScopedList.Builder
Overrides

mergeWarning(Warning value)

public OperationsScopedList.Builder mergeWarning(Warning value)

[Output Only] Informational warning which replaces the list of operations when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Parameter
NameDescription
valueWarning
Returns
TypeDescription
OperationsScopedList.Builder

removeOperations(int index)

public OperationsScopedList.Builder removeOperations(int index)

[Output Only] A list of operations contained in this scope.

repeated .google.cloud.compute.v1.Operation operations = 4184044;

Parameter
NameDescription
indexint
Returns
TypeDescription
OperationsScopedList.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public OperationsScopedList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
OperationsScopedList.Builder
Overrides

setOperations(int index, Operation value)

public OperationsScopedList.Builder setOperations(int index, Operation value)

[Output Only] A list of operations contained in this scope.

repeated .google.cloud.compute.v1.Operation operations = 4184044;

Parameters
NameDescription
indexint
valueOperation
Returns
TypeDescription
OperationsScopedList.Builder

setOperations(int index, Operation.Builder builderForValue)

public OperationsScopedList.Builder setOperations(int index, Operation.Builder builderForValue)

[Output Only] A list of operations contained in this scope.

repeated .google.cloud.compute.v1.Operation operations = 4184044;

Parameters
NameDescription
indexint
builderForValueOperation.Builder
Returns
TypeDescription
OperationsScopedList.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public OperationsScopedList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
OperationsScopedList.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final OperationsScopedList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
OperationsScopedList.Builder
Overrides

setWarning(Warning value)

public OperationsScopedList.Builder setWarning(Warning value)

[Output Only] Informational warning which replaces the list of operations when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Parameter
NameDescription
valueWarning
Returns
TypeDescription
OperationsScopedList.Builder

setWarning(Warning.Builder builderForValue)

public OperationsScopedList.Builder setWarning(Warning.Builder builderForValue)

[Output Only] Informational warning which replaces the list of operations when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Parameter
NameDescription
builderForValueWarning.Builder
Returns
TypeDescription
OperationsScopedList.Builder