public interface AcceleratorTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
com.google.protobuf.ByteString |
getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
|
DeprecationStatus |
getDeprecated()
[Output Only] The deprecation status associated with this accelerator type.
|
DeprecationStatusOrBuilder |
getDeprecatedOrBuilder()
[Output Only] The deprecation status associated with this accelerator type.
|
String |
getDescription()
[Output Only] An optional textual description of the resource.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
[Output Only] An optional textual description of the resource.
|
long |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] The type of the resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] The type of the resource.
|
int |
getMaximumCardsPerInstance()
[Output Only] Maximum number of accelerator cards allowed per instance.
|
String |
getName()
[Output Only] Name of the resource.
|
com.google.protobuf.ByteString |
getNameBytes()
[Output Only] Name of the resource.
|
String |
getSelfLink()
[Output Only] Server-defined, fully qualified URL for this resource.
|
com.google.protobuf.ByteString |
getSelfLinkBytes()
[Output Only] Server-defined, fully qualified URL for this resource.
|
String |
getZone()
[Output Only] The name of the zone where the accelerator type resides, such as us-central1-a.
|
com.google.protobuf.ByteString |
getZoneBytes()
[Output Only] The name of the zone where the accelerator type resides, such as us-central1-a.
|
boolean |
hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
boolean |
hasDeprecated()
[Output Only] The deprecation status associated with this accelerator type.
|
boolean |
hasDescription()
[Output Only] An optional textual description of the resource.
|
boolean |
hasId()
[Output Only] The unique identifier for the resource.
|
boolean |
hasKind()
[Output Only] The type of the resource.
|
boolean |
hasMaximumCardsPerInstance()
[Output Only] Maximum number of accelerator cards allowed per instance.
|
boolean |
hasName()
[Output Only] Name of the resource.
|
boolean |
hasSelfLink()
[Output Only] Server-defined, fully qualified URL for this resource.
|
boolean |
hasZone()
[Output Only] The name of the zone where the accelerator type resides, such as us-central1-a.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;String getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;com.google.protobuf.ByteString getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;boolean hasDeprecated()
[Output Only] The deprecation status associated with this accelerator type.
optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;DeprecationStatus getDeprecated()
[Output Only] The deprecation status associated with this accelerator type.
optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;DeprecationStatusOrBuilder getDeprecatedOrBuilder()
[Output Only] The deprecation status associated with this accelerator type.
optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;boolean hasDescription()
[Output Only] An optional textual description of the resource.
optional string description = 422937596;String getDescription()
[Output Only] An optional textual description of the resource.
optional string description = 422937596;com.google.protobuf.ByteString getDescriptionBytes()
[Output Only] An optional textual description of the resource.
optional string description = 422937596;boolean hasId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;long getId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;boolean hasKind()
[Output Only] The type of the resource. Always compute#acceleratorType for accelerator types.
optional string kind = 3292052;String getKind()
[Output Only] The type of the resource. Always compute#acceleratorType for accelerator types.
optional string kind = 3292052;com.google.protobuf.ByteString getKindBytes()
[Output Only] The type of the resource. Always compute#acceleratorType for accelerator types.
optional string kind = 3292052;boolean hasMaximumCardsPerInstance()
[Output Only] Maximum number of accelerator cards allowed per instance.
optional int32 maximum_cards_per_instance = 263814482;int getMaximumCardsPerInstance()
[Output Only] Maximum number of accelerator cards allowed per instance.
optional int32 maximum_cards_per_instance = 263814482;boolean hasName()
[Output Only] Name of the resource.
optional string name = 3373707;String getName()
[Output Only] Name of the resource.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
[Output Only] Name of the resource.
optional string name = 3373707;boolean hasSelfLink()
[Output Only] Server-defined, fully qualified URL for this resource.
optional string self_link = 456214797;String getSelfLink()
[Output Only] Server-defined, fully qualified URL for this resource.
optional string self_link = 456214797;com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined, fully qualified URL for this resource.
optional string self_link = 456214797;boolean hasZone()
[Output Only] The name of the zone where the accelerator type resides, such as us-central1-a. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string zone = 3744684;String getZone()
[Output Only] The name of the zone where the accelerator type resides, such as us-central1-a. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string zone = 3744684;com.google.protobuf.ByteString getZoneBytes()
[Output Only] The name of the zone where the accelerator type resides, such as us-central1-a. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string zone = 3744684;Copyright © 2023 Google LLC. All rights reserved.