public final class Accelerators extends GeneratedMessage implements AcceleratorsOrBuilder Protobuf type google.cloud.compute.v1.Accelerators
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > AcceleratorsImplements
AcceleratorsOrBuilderStatic Fields
GUEST_ACCELERATOR_COUNT_FIELD_NUMBER
public static final int GUEST_ACCELERATOR_COUNT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
GUEST_ACCELERATOR_TYPE_FIELD_NUMBER
public static final int GUEST_ACCELERATOR_TYPE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static Accelerators getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
Accelerators |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static Accelerators.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
Accelerators.Builder |
|
newBuilder(Accelerators prototype)
public static Accelerators.Builder newBuilder(Accelerators prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
Accelerators |
| Returns | |
|---|---|
| Type | Description |
Accelerators.Builder |
|
parseDelimitedFrom(InputStream input)
public static Accelerators parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Accelerators |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Accelerators parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Accelerators |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static Accelerators parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
Accelerators |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Accelerators parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Accelerators |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static Accelerators parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
Accelerators |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Accelerators parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Accelerators |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static Accelerators parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
Accelerators |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Accelerators parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Accelerators |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static Accelerators parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Accelerators |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Accelerators parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Accelerators |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static Accelerators parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
Accelerators |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Accelerators parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Accelerators |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<Accelerators> parser()| Returns | |
|---|---|
| Type | Description |
Parser<Accelerators> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public Accelerators getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Accelerators |
|
getGuestAcceleratorCount()
public int getGuestAcceleratorCount()Number of accelerator cards exposed to the guest.
optional int32 guest_accelerator_count = 479079316;
| Returns | |
|---|---|
| Type | Description |
int |
The guestAcceleratorCount. |
getGuestAcceleratorType()
public String getGuestAcceleratorType()The accelerator type resource name, not a full URL, e.g.nvidia-tesla-t4.
optional string guest_accelerator_type = 293064725;
| Returns | |
|---|---|
| Type | Description |
String |
The guestAcceleratorType. |
getGuestAcceleratorTypeBytes()
public ByteString getGuestAcceleratorTypeBytes()The accelerator type resource name, not a full URL, e.g.nvidia-tesla-t4.
optional string guest_accelerator_type = 293064725;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for guestAcceleratorType. |
getParserForType()
public Parser<Accelerators> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<Accelerators> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasGuestAcceleratorCount()
public boolean hasGuestAcceleratorCount()Number of accelerator cards exposed to the guest.
optional int32 guest_accelerator_count = 479079316;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the guestAcceleratorCount field is set. |
hasGuestAcceleratorType()
public boolean hasGuestAcceleratorType()The accelerator type resource name, not a full URL, e.g.nvidia-tesla-t4.
optional string guest_accelerator_type = 293064725;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the guestAcceleratorType field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public Accelerators.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
Accelerators.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Accelerators.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
Accelerators.Builder |
|
toBuilder()
public Accelerators.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
Accelerators.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|