public static final class GetGuestAttributesResponse.Builder extends GeneratedMessage.Builder<GetGuestAttributesResponse.Builder> implements GetGuestAttributesResponseOrBuilder
Response for
GetGuestAttributes.
Protobuf type google.cloud.tpu.v2.GetGuestAttributesResponse
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
addAllGuestAttributes(Iterable<? extends GuestAttributes> values)
public GetGuestAttributesResponse.Builder addAllGuestAttributes(Iterable<? extends GuestAttributes> values)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.tpu.v2.GuestAttributes>
|
addGuestAttributes(GuestAttributes value)
public GetGuestAttributesResponse.Builder addGuestAttributes(GuestAttributes value)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;
addGuestAttributes(GuestAttributes.Builder builderForValue)
public GetGuestAttributesResponse.Builder addGuestAttributes(GuestAttributes.Builder builderForValue)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;
addGuestAttributes(int index, GuestAttributes value)
public GetGuestAttributesResponse.Builder addGuestAttributes(int index, GuestAttributes value)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;
addGuestAttributes(int index, GuestAttributes.Builder builderForValue)
public GetGuestAttributesResponse.Builder addGuestAttributes(int index, GuestAttributes.Builder builderForValue)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;
addGuestAttributesBuilder()
public GuestAttributes.Builder addGuestAttributesBuilder()
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;
addGuestAttributesBuilder(int index)
public GuestAttributes.Builder addGuestAttributesBuilder(int index)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;
| Parameter |
| Name |
Description |
index |
int
|
build()
public GetGuestAttributesResponse build()
buildPartial()
public GetGuestAttributesResponse buildPartial()
clear()
public GetGuestAttributesResponse.Builder clear()
Overrides
clearGuestAttributes()
public GetGuestAttributesResponse.Builder clearGuestAttributes()
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;
getDefaultInstanceForType()
public GetGuestAttributesResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getGuestAttributes(int index)
public GuestAttributes getGuestAttributes(int index)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;
| Parameter |
| Name |
Description |
index |
int
|
getGuestAttributesBuilder(int index)
public GuestAttributes.Builder getGuestAttributesBuilder(int index)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;
| Parameter |
| Name |
Description |
index |
int
|
getGuestAttributesBuilderList()
public List<GuestAttributes.Builder> getGuestAttributesBuilderList()
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;
getGuestAttributesCount()
public int getGuestAttributesCount()
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;
| Returns |
| Type |
Description |
int |
|
getGuestAttributesList()
public List<GuestAttributes> getGuestAttributesList()
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;
getGuestAttributesOrBuilder(int index)
public GuestAttributesOrBuilder getGuestAttributesOrBuilder(int index)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;
| Parameter |
| Name |
Description |
index |
int
|
getGuestAttributesOrBuilderList()
public List<? extends GuestAttributesOrBuilder> getGuestAttributesOrBuilderList()
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.tpu.v2.GuestAttributesOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(GetGuestAttributesResponse other)
public GetGuestAttributesResponse.Builder mergeFrom(GetGuestAttributesResponse other)
public GetGuestAttributesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public GetGuestAttributesResponse.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removeGuestAttributes(int index)
public GetGuestAttributesResponse.Builder removeGuestAttributes(int index)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;
| Parameter |
| Name |
Description |
index |
int
|
setGuestAttributes(int index, GuestAttributes value)
public GetGuestAttributesResponse.Builder setGuestAttributes(int index, GuestAttributes value)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;
setGuestAttributes(int index, GuestAttributes.Builder builderForValue)
public GetGuestAttributesResponse.Builder setGuestAttributes(int index, GuestAttributes.Builder builderForValue)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;