Class ResourceRuntimeSpec (3.42.0)

public final class ResourceRuntimeSpec extends GeneratedMessageV3 implements ResourceRuntimeSpecOrBuilder

Configuration for the runtime on a PersistentResource instance, including but not limited to:

  • Service accounts used to run the workloads.
  • Whether to make it a dedicated Ray Cluster.

Protobuf type google.cloud.aiplatform.v1beta1.ResourceRuntimeSpec

Static Fields

RAY_SPEC_FIELD_NUMBER

public static final int RAY_SPEC_FIELD_NUMBER
Field Value
TypeDescription
int

SERVICE_ACCOUNT_SPEC_FIELD_NUMBER

public static final int SERVICE_ACCOUNT_SPEC_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ResourceRuntimeSpec getDefaultInstance()
Returns
TypeDescription
ResourceRuntimeSpec

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ResourceRuntimeSpec.Builder newBuilder()
Returns
TypeDescription
ResourceRuntimeSpec.Builder

newBuilder(ResourceRuntimeSpec prototype)

public static ResourceRuntimeSpec.Builder newBuilder(ResourceRuntimeSpec prototype)
Parameter
NameDescription
prototypeResourceRuntimeSpec
Returns
TypeDescription
ResourceRuntimeSpec.Builder

parseDelimitedFrom(InputStream input)

public static ResourceRuntimeSpec parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ResourceRuntimeSpec
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ResourceRuntimeSpec parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResourceRuntimeSpec
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ResourceRuntimeSpec parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ResourceRuntimeSpec
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ResourceRuntimeSpec parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResourceRuntimeSpec
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ResourceRuntimeSpec parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ResourceRuntimeSpec
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ResourceRuntimeSpec parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResourceRuntimeSpec
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ResourceRuntimeSpec parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ResourceRuntimeSpec
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ResourceRuntimeSpec parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResourceRuntimeSpec
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ResourceRuntimeSpec parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ResourceRuntimeSpec
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ResourceRuntimeSpec parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResourceRuntimeSpec
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ResourceRuntimeSpec parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ResourceRuntimeSpec
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ResourceRuntimeSpec parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResourceRuntimeSpec
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ResourceRuntimeSpec> parser()
Returns
TypeDescription
Parser<ResourceRuntimeSpec>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ResourceRuntimeSpec getDefaultInstanceForType()
Returns
TypeDescription
ResourceRuntimeSpec

getParserForType()

public Parser<ResourceRuntimeSpec> getParserForType()
Returns
TypeDescription
Parser<ResourceRuntimeSpec>
Overrides

getRaySpec()

public RaySpec getRaySpec()

Optional. Ray cluster configuration. Required when creating a dedicated RayCluster on the PersistentResource.

.google.cloud.aiplatform.v1beta1.RaySpec ray_spec = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
RaySpec

The raySpec.

getRaySpecOrBuilder()

public RaySpecOrBuilder getRaySpecOrBuilder()

Optional. Ray cluster configuration. Required when creating a dedicated RayCluster on the PersistentResource.

.google.cloud.aiplatform.v1beta1.RaySpec ray_spec = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
RaySpecOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getServiceAccountSpec()

public ServiceAccountSpec getServiceAccountSpec()

Optional. Configure the use of workload identity on the PersistentResource

.google.cloud.aiplatform.v1beta1.ServiceAccountSpec service_account_spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ServiceAccountSpec

The serviceAccountSpec.

getServiceAccountSpecOrBuilder()

public ServiceAccountSpecOrBuilder getServiceAccountSpecOrBuilder()

Optional. Configure the use of workload identity on the PersistentResource

.google.cloud.aiplatform.v1beta1.ServiceAccountSpec service_account_spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ServiceAccountSpecOrBuilder

hasRaySpec()

public boolean hasRaySpec()

Optional. Ray cluster configuration. Required when creating a dedicated RayCluster on the PersistentResource.

.google.cloud.aiplatform.v1beta1.RaySpec ray_spec = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the raySpec field is set.

hasServiceAccountSpec()

public boolean hasServiceAccountSpec()

Optional. Configure the use of workload identity on the PersistentResource

.google.cloud.aiplatform.v1beta1.ServiceAccountSpec service_account_spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the serviceAccountSpec field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ResourceRuntimeSpec.Builder newBuilderForType()
Returns
TypeDescription
ResourceRuntimeSpec.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ResourceRuntimeSpec.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ResourceRuntimeSpec.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ResourceRuntimeSpec.Builder toBuilder()
Returns
TypeDescription
ResourceRuntimeSpec.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException