Class AcceleratorConfig.Builder (1.93.0)

public static final class AcceleratorConfig.Builder extends GeneratedMessage.Builder<AcceleratorConfig.Builder> implements AcceleratorConfigOrBuilder

A specification of the type and number of accelerator cards attached to the instance.

Protobuf type google.cloud.compute.v1.AcceleratorConfig

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AcceleratorConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AcceleratorConfig.Builder
Overrides

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 int

The 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 String

The 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 ByteString

The bytes for acceleratorType to set.

Returns
Type Description
AcceleratorConfig.Builder

This builder for chaining.