Class ImportDataRequest.Builder (0.3.0)

publicstaticfinalclass ImportDataRequest.BuilderextendsGeneratedMessageV3.Builder<ImportDataRequest.Builder>implementsImportDataRequestOrBuilder

Message for importing data to Lustre.

Protobuf type google.cloud.lustre.v1.ImportDataRequest

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicImportDataRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ImportDataRequest.Builder
Overrides

build()

publicImportDataRequestbuild()
Returns
Type Description
ImportDataRequest

buildPartial()

publicImportDataRequestbuildPartial()
Returns
Type Description
ImportDataRequest

clear()

publicImportDataRequest.Builderclear()
Returns
Type Description
ImportDataRequest.Builder
Overrides

clearDestination()

publicImportDataRequest.BuilderclearDestination()
Returns
Type Description
ImportDataRequest.Builder

clearField(Descriptors.FieldDescriptor field)

publicImportDataRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ImportDataRequest.Builder
Overrides

clearGcsPath()

publicImportDataRequest.BuilderclearGcsPath()

The Cloud Storage source bucket and, optionally, path inside the bucket.

.google.cloud.lustre.v1.GcsPath gcs_path = 2;

Returns
Type Description
ImportDataRequest.Builder

clearLustrePath()

publicImportDataRequest.BuilderclearLustrePath()

Lustre path destination.

.google.cloud.lustre.v1.LustrePath lustre_path = 3;

Returns
Type Description
ImportDataRequest.Builder

clearName()

publicImportDataRequest.BuilderclearName()

Required. Name of the resource.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ImportDataRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

publicImportDataRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ImportDataRequest.Builder
Overrides

clearRequestId()

publicImportDataRequest.BuilderclearRequestId()

Optional. UUID to identify requests.

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
ImportDataRequest.Builder

This builder for chaining.

clearServiceAccount()

publicImportDataRequest.BuilderclearServiceAccount()

Optional. User-specified service account used to perform the transfer. If unspecified, the default Lustre P4 service account will be used.

string service_account = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
ImportDataRequest.Builder

This builder for chaining.

clearSource()

publicImportDataRequest.BuilderclearSource()
Returns
Type Description
ImportDataRequest.Builder

clone()

publicImportDataRequest.Builderclone()
Returns
Type Description
ImportDataRequest.Builder
Overrides

getDefaultInstanceForType()

publicImportDataRequestgetDefaultInstanceForType()
Returns
Type Description
ImportDataRequest

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDestinationCase()

publicImportDataRequest.DestinationCasegetDestinationCase()
Returns
Type Description
ImportDataRequest.DestinationCase

getGcsPath()

publicGcsPathgetGcsPath()

The Cloud Storage source bucket and, optionally, path inside the bucket.

.google.cloud.lustre.v1.GcsPath gcs_path = 2;

Returns
Type Description
GcsPath

The gcsPath.

getGcsPathBuilder()

publicGcsPath.BuildergetGcsPathBuilder()

The Cloud Storage source bucket and, optionally, path inside the bucket.

.google.cloud.lustre.v1.GcsPath gcs_path = 2;

Returns
Type Description
GcsPath.Builder

getGcsPathOrBuilder()

publicGcsPathOrBuildergetGcsPathOrBuilder()

The Cloud Storage source bucket and, optionally, path inside the bucket.

.google.cloud.lustre.v1.GcsPath gcs_path = 2;

Returns
Type Description
GcsPathOrBuilder

getLustrePath()

publicLustrePathgetLustrePath()

Lustre path destination.

.google.cloud.lustre.v1.LustrePath lustre_path = 3;

Returns
Type Description
LustrePath

The lustrePath.

getLustrePathBuilder()

publicLustrePath.BuildergetLustrePathBuilder()

Lustre path destination.

.google.cloud.lustre.v1.LustrePath lustre_path = 3;

Returns
Type Description
LustrePath.Builder

getLustrePathOrBuilder()

publicLustrePathOrBuildergetLustrePathOrBuilder()

Lustre path destination.

.google.cloud.lustre.v1.LustrePath lustre_path = 3;

Returns
Type Description
LustrePathOrBuilder

getName()

publicStringgetName()

Required. Name of the resource.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

publicByteStringgetNameBytes()

Required. Name of the resource.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getRequestId()

publicStringgetRequestId()

Optional. UUID to identify requests.

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
String

The requestId.

getRequestIdBytes()

publicByteStringgetRequestIdBytes()

Optional. UUID to identify requests.

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
ByteString

The bytes for requestId.

getServiceAccount()

publicStringgetServiceAccount()

Optional. User-specified service account used to perform the transfer. If unspecified, the default Lustre P4 service account will be used.

string service_account = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The serviceAccount.

getServiceAccountBytes()

publicByteStringgetServiceAccountBytes()

Optional. User-specified service account used to perform the transfer. If unspecified, the default Lustre P4 service account will be used.

string service_account = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for serviceAccount.

getSourceCase()

publicImportDataRequest.SourceCasegetSourceCase()
Returns
Type Description
ImportDataRequest.SourceCase

hasGcsPath()

publicbooleanhasGcsPath()

The Cloud Storage source bucket and, optionally, path inside the bucket.

.google.cloud.lustre.v1.GcsPath gcs_path = 2;

Returns
Type Description
boolean

Whether the gcsPath field is set.

hasLustrePath()

publicbooleanhasLustrePath()

Lustre path destination.

.google.cloud.lustre.v1.LustrePath lustre_path = 3;

Returns
Type Description
boolean

Whether the lustrePath field is set.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ImportDataRequest other)

publicImportDataRequest.BuildermergeFrom(ImportDataRequestother)
Parameter
Name Description
other ImportDataRequest
Returns
Type Description
ImportDataRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicImportDataRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ImportDataRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicImportDataRequest.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
ImportDataRequest.Builder
Overrides

mergeGcsPath(GcsPath value)

publicImportDataRequest.BuildermergeGcsPath(GcsPathvalue)

The Cloud Storage source bucket and, optionally, path inside the bucket.

.google.cloud.lustre.v1.GcsPath gcs_path = 2;

Parameter
Name Description
value GcsPath
Returns
Type Description
ImportDataRequest.Builder

mergeLustrePath(LustrePath value)

publicImportDataRequest.BuildermergeLustrePath(LustrePathvalue)

Lustre path destination.

.google.cloud.lustre.v1.LustrePath lustre_path = 3;

Parameter
Name Description
value LustrePath
Returns
Type Description
ImportDataRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalImportDataRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ImportDataRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

publicImportDataRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ImportDataRequest.Builder
Overrides

setGcsPath(GcsPath value)

publicImportDataRequest.BuildersetGcsPath(GcsPathvalue)

The Cloud Storage source bucket and, optionally, path inside the bucket.

.google.cloud.lustre.v1.GcsPath gcs_path = 2;

Parameter
Name Description
value GcsPath
Returns
Type Description
ImportDataRequest.Builder

setGcsPath(GcsPath.Builder builderForValue)

publicImportDataRequest.BuildersetGcsPath(GcsPath.BuilderbuilderForValue)

The Cloud Storage source bucket and, optionally, path inside the bucket.

.google.cloud.lustre.v1.GcsPath gcs_path = 2;

Parameter
Name Description
builderForValue GcsPath.Builder
Returns
Type Description
ImportDataRequest.Builder

setLustrePath(LustrePath value)

publicImportDataRequest.BuildersetLustrePath(LustrePathvalue)

Lustre path destination.

.google.cloud.lustre.v1.LustrePath lustre_path = 3;

Parameter
Name Description
value LustrePath
Returns
Type Description
ImportDataRequest.Builder

setLustrePath(LustrePath.Builder builderForValue)

publicImportDataRequest.BuildersetLustrePath(LustrePath.BuilderbuilderForValue)

Lustre path destination.

.google.cloud.lustre.v1.LustrePath lustre_path = 3;

Parameter
Name Description
builderForValue LustrePath.Builder
Returns
Type Description
ImportDataRequest.Builder

setName(String value)

publicImportDataRequest.BuildersetName(Stringvalue)

Required. Name of the resource.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
ImportDataRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

publicImportDataRequest.BuildersetNameBytes(ByteStringvalue)

Required. Name of the resource.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
ImportDataRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicImportDataRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ImportDataRequest.Builder
Overrides

setRequestId(String value)

publicImportDataRequest.BuildersetRequestId(Stringvalue)

Optional. UUID to identify requests.

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Parameter
Name Description
value String

The requestId to set.

Returns
Type Description
ImportDataRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

publicImportDataRequest.BuildersetRequestIdBytes(ByteStringvalue)

Optional. UUID to identify requests.

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Parameter
Name Description
value ByteString

The bytes for requestId to set.

Returns
Type Description
ImportDataRequest.Builder

This builder for chaining.

setServiceAccount(String value)

publicImportDataRequest.BuildersetServiceAccount(Stringvalue)

Optional. User-specified service account used to perform the transfer. If unspecified, the default Lustre P4 service account will be used.

string service_account = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The serviceAccount to set.

Returns
Type Description
ImportDataRequest.Builder

This builder for chaining.

setServiceAccountBytes(ByteString value)

publicImportDataRequest.BuildersetServiceAccountBytes(ByteStringvalue)

Optional. User-specified service account used to perform the transfer. If unspecified, the default Lustre P4 service account will be used.

string service_account = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for serviceAccount to set.

Returns
Type Description
ImportDataRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalImportDataRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ImportDataRequest.Builder
Overrides

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年10月30日 UTC.