Package com.google.cloud.tpu.v2alpha1
Class GetGuestAttributesResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<GetGuestAttributesResponse.Builder>
-
- com.google.cloud.tpu.v2alpha1.GetGuestAttributesResponse.Builder
-
- All Implemented Interfaces:
GetGuestAttributesResponseOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- GetGuestAttributesResponse
public static final class GetGuestAttributesResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GetGuestAttributesResponse.Builder> implements GetGuestAttributesResponseOrBuilder
Response for [GetGuestAttributes][google.cloud.tpu.v2alpha1.Tpu.GetGuestAttributes].
Protobuf typegoogle.cloud.tpu.v2alpha1.GetGuestAttributesResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GetGuestAttributesResponse.Builder
addAllGuestAttributes(Iterable<? extends GuestAttributes> values)
The guest attributes for the TPU workers.GetGuestAttributesResponse.Builder
addGuestAttributes(int index, GuestAttributes value)
The guest attributes for the TPU workers.GetGuestAttributesResponse.Builder
addGuestAttributes(int index, GuestAttributes.Builder builderForValue)
The guest attributes for the TPU workers.GetGuestAttributesResponse.Builder
addGuestAttributes(GuestAttributes value)
The guest attributes for the TPU workers.GetGuestAttributesResponse.Builder
addGuestAttributes(GuestAttributes.Builder builderForValue)
The guest attributes for the TPU workers.GuestAttributes.Builder
addGuestAttributesBuilder()
The guest attributes for the TPU workers.GuestAttributes.Builder
addGuestAttributesBuilder(int index)
The guest attributes for the TPU workers.GetGuestAttributesResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
GetGuestAttributesResponse
build()
GetGuestAttributesResponse
buildPartial()
GetGuestAttributesResponse.Builder
clear()
GetGuestAttributesResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
GetGuestAttributesResponse.Builder
clearGuestAttributes()
The guest attributes for the TPU workers.GetGuestAttributesResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
GetGuestAttributesResponse.Builder
clone()
GetGuestAttributesResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
GuestAttributes
getGuestAttributes(int index)
The guest attributes for the TPU workers.GuestAttributes.Builder
getGuestAttributesBuilder(int index)
The guest attributes for the TPU workers.List<GuestAttributes.Builder>
getGuestAttributesBuilderList()
The guest attributes for the TPU workers.int
getGuestAttributesCount()
The guest attributes for the TPU workers.List<GuestAttributes>
getGuestAttributesList()
The guest attributes for the TPU workers.GuestAttributesOrBuilder
getGuestAttributesOrBuilder(int index)
The guest attributes for the TPU workers.List<? extends GuestAttributesOrBuilder>
getGuestAttributesOrBuilderList()
The guest attributes for the TPU workers.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
GetGuestAttributesResponse.Builder
mergeFrom(GetGuestAttributesResponse other)
GetGuestAttributesResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GetGuestAttributesResponse.Builder
mergeFrom(com.google.protobuf.Message other)
GetGuestAttributesResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GetGuestAttributesResponse.Builder
removeGuestAttributes(int index)
The guest attributes for the TPU workers.GetGuestAttributesResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
GetGuestAttributesResponse.Builder
setGuestAttributes(int index, GuestAttributes value)
The guest attributes for the TPU workers.GetGuestAttributesResponse.Builder
setGuestAttributes(int index, GuestAttributes.Builder builderForValue)
The guest attributes for the TPU workers.GetGuestAttributesResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
GetGuestAttributesResponse.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetGuestAttributesResponse.Builder>
-
clear
public GetGuestAttributesResponse.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetGuestAttributesResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetGuestAttributesResponse.Builder>
-
getDefaultInstanceForType
public GetGuestAttributesResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public GetGuestAttributesResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public GetGuestAttributesResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public GetGuestAttributesResponse.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetGuestAttributesResponse.Builder>
-
setField
public GetGuestAttributesResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetGuestAttributesResponse.Builder>
-
clearField
public GetGuestAttributesResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetGuestAttributesResponse.Builder>
-
clearOneof
public GetGuestAttributesResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetGuestAttributesResponse.Builder>
-
setRepeatedField
public GetGuestAttributesResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetGuestAttributesResponse.Builder>
-
addRepeatedField
public GetGuestAttributesResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetGuestAttributesResponse.Builder>
-
mergeFrom
public GetGuestAttributesResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<GetGuestAttributesResponse.Builder>
-
mergeFrom
public GetGuestAttributesResponse.Builder mergeFrom(GetGuestAttributesResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetGuestAttributesResponse.Builder>
-
mergeFrom
public GetGuestAttributesResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<GetGuestAttributesResponse.Builder>
- Throws:
IOException
-
getGuestAttributesList
public List<GuestAttributes> getGuestAttributesList()
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
- Specified by:
getGuestAttributesList
in interfaceGetGuestAttributesResponseOrBuilder
-
getGuestAttributesCount
public int getGuestAttributesCount()
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
- Specified by:
getGuestAttributesCount
in interfaceGetGuestAttributesResponseOrBuilder
-
getGuestAttributes
public GuestAttributes getGuestAttributes(int index)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
- Specified by:
getGuestAttributes
in interfaceGetGuestAttributesResponseOrBuilder
-
setGuestAttributes
public GetGuestAttributesResponse.Builder setGuestAttributes(int index, GuestAttributes value)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
-
setGuestAttributes
public GetGuestAttributesResponse.Builder setGuestAttributes(int index, GuestAttributes.Builder builderForValue)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
-
addGuestAttributes
public GetGuestAttributesResponse.Builder addGuestAttributes(GuestAttributes value)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
-
addGuestAttributes
public GetGuestAttributesResponse.Builder addGuestAttributes(int index, GuestAttributes value)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
-
addGuestAttributes
public GetGuestAttributesResponse.Builder addGuestAttributes(GuestAttributes.Builder builderForValue)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
-
addGuestAttributes
public GetGuestAttributesResponse.Builder addGuestAttributes(int index, GuestAttributes.Builder builderForValue)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
-
addAllGuestAttributes
public GetGuestAttributesResponse.Builder addAllGuestAttributes(Iterable<? extends GuestAttributes> values)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
-
clearGuestAttributes
public GetGuestAttributesResponse.Builder clearGuestAttributes()
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
-
removeGuestAttributes
public GetGuestAttributesResponse.Builder removeGuestAttributes(int index)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
-
getGuestAttributesBuilder
public GuestAttributes.Builder getGuestAttributesBuilder(int index)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
-
getGuestAttributesOrBuilder
public GuestAttributesOrBuilder getGuestAttributesOrBuilder(int index)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
- Specified by:
getGuestAttributesOrBuilder
in interfaceGetGuestAttributesResponseOrBuilder
-
getGuestAttributesOrBuilderList
public List<? extends GuestAttributesOrBuilder> getGuestAttributesOrBuilderList()
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
- Specified by:
getGuestAttributesOrBuilderList
in interfaceGetGuestAttributesResponseOrBuilder
-
addGuestAttributesBuilder
public GuestAttributes.Builder addGuestAttributesBuilder()
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
-
addGuestAttributesBuilder
public GuestAttributes.Builder addGuestAttributesBuilder(int index)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
-
getGuestAttributesBuilderList
public List<GuestAttributes.Builder> getGuestAttributesBuilderList()
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
-
setUnknownFields
public final GetGuestAttributesResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetGuestAttributesResponse.Builder>
-
mergeUnknownFields
public final GetGuestAttributesResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetGuestAttributesResponse.Builder>
-
-