public static final class OperationsScopedList.Builder extends GeneratedMessage.Builder<OperationsScopedList.Builder> implements OperationsScopedListOrBuilder
Protobuf type google.cloud.compute.v1.OperationsScopedList
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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 |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.compute.v1.Operation>
|
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;
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;
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;
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;
addOperationsBuilder()
public Operation.Builder addOperationsBuilder()
[Output Only] A list of operations contained in this scope.
repeated .google.cloud.compute.v1.Operation operations = 4184044;
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 |
| Name |
Description |
index |
int
|
build()
public OperationsScopedList build()
buildPartial()
public OperationsScopedList buildPartial()
clear()
public OperationsScopedList.Builder clear()
Overrides
clearOperations()
public OperationsScopedList.Builder clearOperations()
[Output Only] A list of operations contained in this scope.
repeated .google.cloud.compute.v1.Operation operations = 4184044;
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;
getDefaultInstanceForType()
public OperationsScopedList getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 |
| Name |
Description |
index |
int
|
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 |
| Name |
Description |
index |
int
|
getOperationsBuilderList()
public List<Operation.Builder> getOperationsBuilderList()
[Output Only] A list of operations contained in this scope.
repeated .google.cloud.compute.v1.Operation operations = 4184044;
getOperationsCount()
public int getOperationsCount()
[Output Only] A list of operations contained in this scope.
repeated .google.cloud.compute.v1.Operation operations = 4184044;
| Returns |
| Type |
Description |
int |
|
getOperationsList()
public List<Operation> getOperationsList()
[Output Only] A list of operations contained in this scope.
repeated .google.cloud.compute.v1.Operation operations = 4184044;
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 |
| Name |
Description |
index |
int
|
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 |
| Type |
Description |
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 |
| Type |
Description |
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;
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;
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 |
| Type |
Description |
boolean |
Whether the warning field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(OperationsScopedList other)
public OperationsScopedList.Builder mergeFrom(OperationsScopedList other)
public OperationsScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public OperationsScopedList.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
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 |
| Name |
Description |
value |
Warning
|
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 |
| Name |
Description |
index |
int
|
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;
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;
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 |
| Name |
Description |
value |
Warning
|
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;