public static final class FutureReservationsScopedList.Builder extends GeneratedMessage.Builder<FutureReservationsScopedList.Builder> implements FutureReservationsScopedListOrBuilder
Protobuf type google.cloud.compute.v1.FutureReservationsScopedList
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
addAllFutureReservations(Iterable<? extends FutureReservation> values)
public FutureReservationsScopedList.Builder addAllFutureReservations(Iterable<? extends FutureReservation> values)
A list of future reservations contained in this scope.
repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.compute.v1.FutureReservation>
|
addFutureReservations(FutureReservation value)
public FutureReservationsScopedList.Builder addFutureReservations(FutureReservation value)
A list of future reservations contained in this scope.
repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;
addFutureReservations(FutureReservation.Builder builderForValue)
public FutureReservationsScopedList.Builder addFutureReservations(FutureReservation.Builder builderForValue)
A list of future reservations contained in this scope.
repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;
addFutureReservations(int index, FutureReservation value)
public FutureReservationsScopedList.Builder addFutureReservations(int index, FutureReservation value)
A list of future reservations contained in this scope.
repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;
addFutureReservations(int index, FutureReservation.Builder builderForValue)
public FutureReservationsScopedList.Builder addFutureReservations(int index, FutureReservation.Builder builderForValue)
A list of future reservations contained in this scope.
repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;
addFutureReservationsBuilder()
public FutureReservation.Builder addFutureReservationsBuilder()
A list of future reservations contained in this scope.
repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;
addFutureReservationsBuilder(int index)
public FutureReservation.Builder addFutureReservationsBuilder(int index)
A list of future reservations contained in this scope.
repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;
| Parameter |
| Name |
Description |
index |
int
|
build()
public FutureReservationsScopedList build()
buildPartial()
public FutureReservationsScopedList buildPartial()
clear()
public FutureReservationsScopedList.Builder clear()
Overrides
clearFutureReservations()
public FutureReservationsScopedList.Builder clearFutureReservations()
A list of future reservations contained in this scope.
repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;
clearWarning()
public FutureReservationsScopedList.Builder clearWarning()
Informational warning which replaces the list of future reservations when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
getDefaultInstanceForType()
public FutureReservationsScopedList getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getFutureReservations(int index)
public FutureReservation getFutureReservations(int index)
A list of future reservations contained in this scope.
repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;
| Parameter |
| Name |
Description |
index |
int
|
getFutureReservationsBuilder(int index)
public FutureReservation.Builder getFutureReservationsBuilder(int index)
A list of future reservations contained in this scope.
repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;
| Parameter |
| Name |
Description |
index |
int
|
getFutureReservationsBuilderList()
public List<FutureReservation.Builder> getFutureReservationsBuilderList()
A list of future reservations contained in this scope.
repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;
getFutureReservationsCount()
public int getFutureReservationsCount()
A list of future reservations contained in this scope.
repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;
| Returns |
| Type |
Description |
int |
|
getFutureReservationsList()
public List<FutureReservation> getFutureReservationsList()
A list of future reservations contained in this scope.
repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;
getFutureReservationsOrBuilder(int index)
public FutureReservationOrBuilder getFutureReservationsOrBuilder(int index)
A list of future reservations contained in this scope.
repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;
| Parameter |
| Name |
Description |
index |
int
|
getFutureReservationsOrBuilderList()
public List<? extends FutureReservationOrBuilder> getFutureReservationsOrBuilderList()
A list of future reservations contained in this scope.
repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.compute.v1.FutureReservationOrBuilder> |
|
getWarning()
public Warning getWarning()
Informational warning which replaces the list of future reservations when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns |
| Type |
Description |
Warning |
The warning.
|
getWarningBuilder()
public Warning.Builder getWarningBuilder()
Informational warning which replaces the list of future reservations when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
getWarningOrBuilder()
public WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of future reservations when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
hasWarning()
public boolean hasWarning()
Informational warning which replaces the list of future reservations 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(FutureReservationsScopedList other)
public FutureReservationsScopedList.Builder mergeFrom(FutureReservationsScopedList other)
public FutureReservationsScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public FutureReservationsScopedList.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeWarning(Warning value)
public FutureReservationsScopedList.Builder mergeWarning(Warning value)
Informational warning which replaces the list of future reservations when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter |
| Name |
Description |
value |
Warning
|
removeFutureReservations(int index)
public FutureReservationsScopedList.Builder removeFutureReservations(int index)
A list of future reservations contained in this scope.
repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;
| Parameter |
| Name |
Description |
index |
int
|
setFutureReservations(int index, FutureReservation value)
public FutureReservationsScopedList.Builder setFutureReservations(int index, FutureReservation value)
A list of future reservations contained in this scope.
repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;
setFutureReservations(int index, FutureReservation.Builder builderForValue)
public FutureReservationsScopedList.Builder setFutureReservations(int index, FutureReservation.Builder builderForValue)
A list of future reservations contained in this scope.
repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;
setWarning(Warning value)
public FutureReservationsScopedList.Builder setWarning(Warning value)
Informational warning which replaces the list of future reservations when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter |
| Name |
Description |
value |
Warning
|
setWarning(Warning.Builder builderForValue)
public FutureReservationsScopedList.Builder setWarning(Warning.Builder builderForValue)
Informational warning which replaces the list of future reservations when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;