Class StorageResourceConfig (0.1.0)

publicfinalclass StorageResourceConfigextendsGeneratedMessageV3implementsStorageResourceConfigOrBuilder

Describes how a storage resource should be initialized. Each storage resource can either be imported from an existing Google Cloud resource or initialized when the cluster is created.

Protobuf type google.cloud.hypercomputecluster.v1beta.StorageResourceConfig

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

EXISTING_BUCKET_FIELD_NUMBER

publicstaticfinalintEXISTING_BUCKET_FIELD_NUMBER
Field Value
Type Description
int

EXISTING_FILESTORE_FIELD_NUMBER

publicstaticfinalintEXISTING_FILESTORE_FIELD_NUMBER
Field Value
Type Description
int

EXISTING_LUSTRE_FIELD_NUMBER

publicstaticfinalintEXISTING_LUSTRE_FIELD_NUMBER
Field Value
Type Description
int

NEW_BUCKET_FIELD_NUMBER

publicstaticfinalintNEW_BUCKET_FIELD_NUMBER
Field Value
Type Description
int

NEW_FILESTORE_FIELD_NUMBER

publicstaticfinalintNEW_FILESTORE_FIELD_NUMBER
Field Value
Type Description
int

NEW_LUSTRE_FIELD_NUMBER

publicstaticfinalintNEW_LUSTRE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticStorageResourceConfiggetDefaultInstance()
Returns
Type Description
StorageResourceConfig

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticStorageResourceConfig.BuildernewBuilder()
Returns
Type Description
StorageResourceConfig.Builder

newBuilder(StorageResourceConfig prototype)

publicstaticStorageResourceConfig.BuildernewBuilder(StorageResourceConfigprototype)
Parameter
Name Description
prototype StorageResourceConfig
Returns
Type Description
StorageResourceConfig.Builder

parseDelimitedFrom(InputStream input)

publicstaticStorageResourceConfigparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
StorageResourceConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStorageResourceConfigparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StorageResourceConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticStorageResourceConfigparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
StorageResourceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticStorageResourceConfigparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StorageResourceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticStorageResourceConfigparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
StorageResourceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticStorageResourceConfigparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StorageResourceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticStorageResourceConfigparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
StorageResourceConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStorageResourceConfigparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StorageResourceConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticStorageResourceConfigparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
StorageResourceConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStorageResourceConfigparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StorageResourceConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticStorageResourceConfigparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
StorageResourceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticStorageResourceConfigparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StorageResourceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<StorageResourceConfig>parser()
Returns
Type Description
Parser<StorageResourceConfig>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getConfigCase()

publicStorageResourceConfig.ConfigCasegetConfigCase()
Returns
Type Description
StorageResourceConfig.ConfigCase

getDefaultInstanceForType()

publicStorageResourceConfiggetDefaultInstanceForType()
Returns
Type Description
StorageResourceConfig

getExistingBucket()

publicExistingBucketConfiggetExistingBucket()

Optional. Immutable. If set, indicates that an existing Cloud Storage bucket should be imported.

.google.cloud.hypercomputecluster.v1beta.ExistingBucketConfig existing_bucket = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ExistingBucketConfig

The existingBucket.

getExistingBucketOrBuilder()

publicExistingBucketConfigOrBuildergetExistingBucketOrBuilder()

Optional. Immutable. If set, indicates that an existing Cloud Storage bucket should be imported.

.google.cloud.hypercomputecluster.v1beta.ExistingBucketConfig existing_bucket = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ExistingBucketConfigOrBuilder

getExistingFilestore()

publicExistingFilestoreConfiggetExistingFilestore()

Optional. Immutable. If set, indicates that an existing Filestore instance should be imported.

.google.cloud.hypercomputecluster.v1beta.ExistingFilestoreConfig existing_filestore = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ExistingFilestoreConfig

The existingFilestore.

getExistingFilestoreOrBuilder()

publicExistingFilestoreConfigOrBuildergetExistingFilestoreOrBuilder()

Optional. Immutable. If set, indicates that an existing Filestore instance should be imported.

.google.cloud.hypercomputecluster.v1beta.ExistingFilestoreConfig existing_filestore = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ExistingFilestoreConfigOrBuilder

getExistingLustre()

publicExistingLustreConfiggetExistingLustre()

Optional. Immutable. If set, indicates that an existing Managed Lustre instance should be imported.

.google.cloud.hypercomputecluster.v1beta.ExistingLustreConfig existing_lustre = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ExistingLustreConfig

The existingLustre.

getExistingLustreOrBuilder()

publicExistingLustreConfigOrBuildergetExistingLustreOrBuilder()

Optional. Immutable. If set, indicates that an existing Managed Lustre instance should be imported.

.google.cloud.hypercomputecluster.v1beta.ExistingLustreConfig existing_lustre = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ExistingLustreConfigOrBuilder

getNewBucket()

publicNewBucketConfiggetNewBucket()

Optional. Immutable. If set, indicates that a new Cloud Storage bucket should be created.

.google.cloud.hypercomputecluster.v1beta.NewBucketConfig new_bucket = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
NewBucketConfig

The newBucket.

getNewBucketOrBuilder()

publicNewBucketConfigOrBuildergetNewBucketOrBuilder()

Optional. Immutable. If set, indicates that a new Cloud Storage bucket should be created.

.google.cloud.hypercomputecluster.v1beta.NewBucketConfig new_bucket = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
NewBucketConfigOrBuilder

getNewFilestore()

publicNewFilestoreConfiggetNewFilestore()

Optional. Immutable. If set, indicates that a new Filestore instance should be created.

.google.cloud.hypercomputecluster.v1beta.NewFilestoreConfig new_filestore = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
NewFilestoreConfig

The newFilestore.

getNewFilestoreOrBuilder()

publicNewFilestoreConfigOrBuildergetNewFilestoreOrBuilder()

Optional. Immutable. If set, indicates that a new Filestore instance should be created.

.google.cloud.hypercomputecluster.v1beta.NewFilestoreConfig new_filestore = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
NewFilestoreConfigOrBuilder

getNewLustre()

publicNewLustreConfiggetNewLustre()

Optional. Immutable. If set, indicates that a new Managed Lustre instance should be created.

.google.cloud.hypercomputecluster.v1beta.NewLustreConfig new_lustre = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
NewLustreConfig

The newLustre.

getNewLustreOrBuilder()

publicNewLustreConfigOrBuildergetNewLustreOrBuilder()

Optional. Immutable. If set, indicates that a new Managed Lustre instance should be created.

.google.cloud.hypercomputecluster.v1beta.NewLustreConfig new_lustre = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
NewLustreConfigOrBuilder

getParserForType()

publicParser<StorageResourceConfig>getParserForType()
Returns
Type Description
Parser<StorageResourceConfig>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

hasExistingBucket()

publicbooleanhasExistingBucket()

Optional. Immutable. If set, indicates that an existing Cloud Storage bucket should be imported.

.google.cloud.hypercomputecluster.v1beta.ExistingBucketConfig existing_bucket = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
boolean

Whether the existingBucket field is set.

hasExistingFilestore()

publicbooleanhasExistingFilestore()

Optional. Immutable. If set, indicates that an existing Filestore instance should be imported.

.google.cloud.hypercomputecluster.v1beta.ExistingFilestoreConfig existing_filestore = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
boolean

Whether the existingFilestore field is set.

hasExistingLustre()

publicbooleanhasExistingLustre()

Optional. Immutable. If set, indicates that an existing Managed Lustre instance should be imported.

.google.cloud.hypercomputecluster.v1beta.ExistingLustreConfig existing_lustre = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
boolean

Whether the existingLustre field is set.

hasNewBucket()

publicbooleanhasNewBucket()

Optional. Immutable. If set, indicates that a new Cloud Storage bucket should be created.

.google.cloud.hypercomputecluster.v1beta.NewBucketConfig new_bucket = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
boolean

Whether the newBucket field is set.

hasNewFilestore()

publicbooleanhasNewFilestore()

Optional. Immutable. If set, indicates that a new Filestore instance should be created.

.google.cloud.hypercomputecluster.v1beta.NewFilestoreConfig new_filestore = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
boolean

Whether the newFilestore field is set.

hasNewLustre()

publicbooleanhasNewLustre()

Optional. Immutable. If set, indicates that a new Managed Lustre instance should be created.

.google.cloud.hypercomputecluster.v1beta.NewLustreConfig new_lustre = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
boolean

Whether the newLustre field is set.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicStorageResourceConfig.BuildernewBuilderForType()
Returns
Type Description
StorageResourceConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedStorageResourceConfig.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
StorageResourceConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicStorageResourceConfig.BuildertoBuilder()
Returns
Type Description
StorageResourceConfig.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年12月17日 UTC.