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.backupdr.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()Optional. The number of the guest accelerator cards exposed to this instance.
optional int32 accelerator_count = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AcceleratorConfig.Builder |
This builder for chaining. |
clearAcceleratorType()
public AcceleratorConfig.Builder clearAcceleratorType()Optional. Full or partial URL of the accelerator type resource to attach to this instance.
optional string accelerator_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AcceleratorConfig.Builder |
This builder for chaining. |
getAcceleratorCount()
public int getAcceleratorCount()Optional. The number of the guest accelerator cards exposed to this instance.
optional int32 accelerator_count = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The acceleratorCount. |
getAcceleratorType()
public String getAcceleratorType()Optional. Full or partial URL of the accelerator type resource to attach to this instance.
optional string accelerator_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The acceleratorType. |
getAcceleratorTypeBytes()
public ByteString getAcceleratorTypeBytes()Optional. Full or partial URL of the accelerator type resource to attach to this instance.
optional string accelerator_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| 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()Optional. The number of the guest accelerator cards exposed to this instance.
optional int32 accelerator_count = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the acceleratorCount field is set. |
hasAcceleratorType()
public boolean hasAcceleratorType()Optional. Full or partial URL of the accelerator type resource to attach to this instance.
optional string accelerator_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| 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)Optional. The number of the guest accelerator cards exposed to this instance.
optional int32 accelerator_count = 2 [(.google.api.field_behavior) = OPTIONAL];
| 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)Optional. Full or partial URL of the accelerator type resource to attach to this instance.
optional string accelerator_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| 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)Optional. Full or partial URL of the accelerator type resource to attach to this instance.
optional string accelerator_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for acceleratorType to set. |
| Returns | |
|---|---|
| Type | Description |
AcceleratorConfig.Builder |
This builder for chaining. |