public static final class AcceleratorConfig.Builder extends GeneratedMessage.Builder<AcceleratorConfig.Builder> implements AcceleratorConfigOrBuilderA specification of the type and number of accelerator cards attached to the instance.
Protobuf type google.cloud.compute.v1.AcceleratorConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AcceleratorConfig.BuilderImplements
AcceleratorConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public AcceleratorConfig build()| Returns | |
|---|---|
| Type | Description |
AcceleratorConfig |
|
buildPartial()
public AcceleratorConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
AcceleratorConfig |
|
clear()
public AcceleratorConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
AcceleratorConfig.Builder |
|
clearAcceleratorCount()
public AcceleratorConfig.Builder clearAcceleratorCount()The number of the guest accelerator cards exposed to this instance.
optional int32 accelerator_count = 504879675;
| Returns | |
|---|---|
| Type | Description |
AcceleratorConfig.Builder |
This builder for chaining. |
clearAcceleratorType()
public AcceleratorConfig.Builder clearAcceleratorType()Full or partial URL of the accelerator type resource to attach to this instance. For example:projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100 If you are creating an instance template, specify only the accelerator name. See GPUs on Compute Engine for a full list of accelerator types.
optional string accelerator_type = 138031246;
| Returns | |
|---|---|
| Type | Description |
AcceleratorConfig.Builder |
This builder for chaining. |
getAcceleratorCount()
public int getAcceleratorCount()The number of the guest accelerator cards exposed to this instance.
optional int32 accelerator_count = 504879675;
| Returns | |
|---|---|
| Type | Description |
int |
The acceleratorCount. |
getAcceleratorType()
public String getAcceleratorType()Full or partial URL of the accelerator type resource to attach to this instance. For example:projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100 If you are creating an instance template, specify only the accelerator name. See GPUs on Compute Engine for a full list of accelerator types.
optional string accelerator_type = 138031246;
| Returns | |
|---|---|
| Type | Description |
String |
The acceleratorType. |
getAcceleratorTypeBytes()
public ByteString getAcceleratorTypeBytes()Full or partial URL of the accelerator type resource to attach to this instance. For example:projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100 If you are creating an instance template, specify only the accelerator name. See GPUs on Compute Engine for a full list of accelerator types.
optional string accelerator_type = 138031246;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for acceleratorType. |
getDefaultInstanceForType()
public AcceleratorConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AcceleratorConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
hasAcceleratorCount()
public boolean hasAcceleratorCount()The number of the guest accelerator cards exposed to this instance.
optional int32 accelerator_count = 504879675;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the acceleratorCount field is set. |
hasAcceleratorType()
public boolean hasAcceleratorType()Full or partial URL of the accelerator type resource to attach to this instance. For example:projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100 If you are creating an instance template, specify only the accelerator name. See GPUs on Compute Engine for a full list of accelerator types.
optional string accelerator_type = 138031246;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the acceleratorType field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(AcceleratorConfig other)
public AcceleratorConfig.Builder mergeFrom(AcceleratorConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
AcceleratorConfig |
| Returns | |
|---|---|
| Type | Description |
AcceleratorConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AcceleratorConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AcceleratorConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AcceleratorConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AcceleratorConfig.Builder |
|
setAcceleratorCount(int value)
public AcceleratorConfig.Builder setAcceleratorCount(int value)The number of the guest accelerator cards exposed to this instance.
optional int32 accelerator_count = 504879675;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe acceleratorCount to set. |
| Returns | |
|---|---|
| Type | Description |
AcceleratorConfig.Builder |
This builder for chaining. |
setAcceleratorType(String value)
public AcceleratorConfig.Builder setAcceleratorType(String value)Full or partial URL of the accelerator type resource to attach to this instance. For example:projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100 If you are creating an instance template, specify only the accelerator name. See GPUs on Compute Engine for a full list of accelerator types.
optional string accelerator_type = 138031246;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe acceleratorType to set. |
| Returns | |
|---|---|
| Type | Description |
AcceleratorConfig.Builder |
This builder for chaining. |
setAcceleratorTypeBytes(ByteString value)
public AcceleratorConfig.Builder setAcceleratorTypeBytes(ByteString value)Full or partial URL of the accelerator type resource to attach to this instance. For example:projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100 If you are creating an instance template, specify only the accelerator name. See GPUs on Compute Engine for a full list of accelerator types.
optional string accelerator_type = 138031246;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for acceleratorType to set. |
| Returns | |
|---|---|
| Type | Description |
AcceleratorConfig.Builder |
This builder for chaining. |