- 1.62.0 (latest)
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public static final class GuestAttributesValue.Builder extends GeneratedMessageV3.Builder<GuestAttributesValue.Builder> implements GuestAttributesValueOrBuilder
Array of guest attribute namespace/key/value tuples.
Protobuf type google.cloud.compute.v1.GuestAttributesValue
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GuestAttributesValue.BuilderImplements
GuestAttributesValueOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllItems(Iterable<? extends GuestAttributesEntry> values)
public GuestAttributesValue.Builder addAllItems(Iterable<? extends GuestAttributesEntry> values)
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Name | Description |
values | Iterable<? extends com.google.cloud.compute.v1.GuestAttributesEntry> |
Type | Description |
GuestAttributesValue.Builder |
addItems(GuestAttributesEntry value)
public GuestAttributesValue.Builder addItems(GuestAttributesEntry value)
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Name | Description |
value | GuestAttributesEntry |
Type | Description |
GuestAttributesValue.Builder |
addItems(GuestAttributesEntry.Builder builderForValue)
public GuestAttributesValue.Builder addItems(GuestAttributesEntry.Builder builderForValue)
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Name | Description |
builderForValue | GuestAttributesEntry.Builder |
Type | Description |
GuestAttributesValue.Builder |
addItems(int index, GuestAttributesEntry value)
public GuestAttributesValue.Builder addItems(int index, GuestAttributesEntry value)
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Name | Description |
index | int |
value | GuestAttributesEntry |
Type | Description |
GuestAttributesValue.Builder |
addItems(int index, GuestAttributesEntry.Builder builderForValue)
public GuestAttributesValue.Builder addItems(int index, GuestAttributesEntry.Builder builderForValue)
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Name | Description |
index | int |
builderForValue | GuestAttributesEntry.Builder |
Type | Description |
GuestAttributesValue.Builder |
addItemsBuilder()
public GuestAttributesEntry.Builder addItemsBuilder()
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Type | Description |
GuestAttributesEntry.Builder |
addItemsBuilder(int index)
public GuestAttributesEntry.Builder addItemsBuilder(int index)
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Name | Description |
index | int |
Type | Description |
GuestAttributesEntry.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GuestAttributesValue.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GuestAttributesValue.Builder |
build()
public GuestAttributesValue build()
Type | Description |
GuestAttributesValue |
buildPartial()
public GuestAttributesValue buildPartial()
Type | Description |
GuestAttributesValue |
clear()
public GuestAttributesValue.Builder clear()
Type | Description |
GuestAttributesValue.Builder |
clearField(Descriptors.FieldDescriptor field)
public GuestAttributesValue.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
GuestAttributesValue.Builder |
clearItems()
public GuestAttributesValue.Builder clearItems()
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Type | Description |
GuestAttributesValue.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public GuestAttributesValue.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
GuestAttributesValue.Builder |
clone()
public GuestAttributesValue.Builder clone()
Type | Description |
GuestAttributesValue.Builder |
getDefaultInstanceForType()
public GuestAttributesValue getDefaultInstanceForType()
Type | Description |
GuestAttributesValue |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getItems(int index)
public GuestAttributesEntry getItems(int index)
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Name | Description |
index | int |
Type | Description |
GuestAttributesEntry |
getItemsBuilder(int index)
public GuestAttributesEntry.Builder getItemsBuilder(int index)
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Name | Description |
index | int |
Type | Description |
GuestAttributesEntry.Builder |
getItemsBuilderList()
public List<GuestAttributesEntry.Builder> getItemsBuilderList()
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Type | Description |
List<Builder> |
getItemsCount()
public int getItemsCount()
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Type | Description |
int |
getItemsList()
public List<GuestAttributesEntry> getItemsList()
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Type | Description |
List<GuestAttributesEntry> |
getItemsOrBuilder(int index)
public GuestAttributesEntryOrBuilder getItemsOrBuilder(int index)
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Name | Description |
index | int |
Type | Description |
GuestAttributesEntryOrBuilder |
getItemsOrBuilderList()
public List<? extends GuestAttributesEntryOrBuilder> getItemsOrBuilderList()
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Type | Description |
List<? extends com.google.cloud.compute.v1.GuestAttributesEntryOrBuilder> |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(GuestAttributesValue other)
public GuestAttributesValue.Builder mergeFrom(GuestAttributesValue other)
Name | Description |
other | GuestAttributesValue |
Type | Description |
GuestAttributesValue.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GuestAttributesValue.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GuestAttributesValue.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public GuestAttributesValue.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
GuestAttributesValue.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GuestAttributesValue.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GuestAttributesValue.Builder |
removeItems(int index)
public GuestAttributesValue.Builder removeItems(int index)
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Name | Description |
index | int |
Type | Description |
GuestAttributesValue.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GuestAttributesValue.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GuestAttributesValue.Builder |
setItems(int index, GuestAttributesEntry value)
public GuestAttributesValue.Builder setItems(int index, GuestAttributesEntry value)
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Name | Description |
index | int |
value | GuestAttributesEntry |
Type | Description |
GuestAttributesValue.Builder |
setItems(int index, GuestAttributesEntry.Builder builderForValue)
public GuestAttributesValue.Builder setItems(int index, GuestAttributesEntry.Builder builderForValue)
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Name | Description |
index | int |
builderForValue | GuestAttributesEntry.Builder |
Type | Description |
GuestAttributesValue.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GuestAttributesValue.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
GuestAttributesValue.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GuestAttributesValue.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GuestAttributesValue.Builder |