Class ExportDataRequest.Builder (0.20.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticfinalclass ExportDataRequest.BuilderextendsGeneratedMessageV3.Builder<ExportDataRequest.Builder>implementsExportDataRequestOrBuilderExport data from Parallelstore to Cloud Storage.
Protobuf type google.cloud.parallelstore.v1beta.ExportDataRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ExportDataRequest.BuilderImplements
ExportDataRequestOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicExportDataRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
build()
publicExportDataRequestbuild()| Returns | |
|---|---|
| Type | Description |
ExportDataRequest |
|
buildPartial()
publicExportDataRequestbuildPartial()| Returns | |
|---|---|
| Type | Description |
ExportDataRequest |
|
clear()
publicExportDataRequest.Builderclear()| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
clearDestination()
publicExportDataRequest.BuilderclearDestination()| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
clearDestinationGcsBucket()
publicExportDataRequest.BuilderclearDestinationGcsBucket()Cloud Storage destination.
.google.cloud.parallelstore.v1beta.DestinationGcsBucket destination_gcs_bucket = 3;
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
clearField(Descriptors.FieldDescriptor field)
publicExportDataRequest.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
clearName()
publicExportDataRequest.BuilderclearName()Required. Name of the resource.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
publicExportDataRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
clearRequestId()
publicExportDataRequest.BuilderclearRequestId()Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
This builder for chaining. |
clearServiceAccount()
publicExportDataRequest.BuilderclearServiceAccount()Optional. User-specified Service Account (SA) credentials to be used when performing the transfer. Use one of the following formats:
{EMAIL_ADDRESS_OR_UNIQUE_ID}projects/{PROJECT_ID_OR_NUMBER}/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}projects/-/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}If unspecified, the Parallelstore service agent is used:
service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com
string service_account = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
This builder for chaining. |
clearSource()
publicExportDataRequest.BuilderclearSource()| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
clearSourceParallelstore()
publicExportDataRequest.BuilderclearSourceParallelstore()Parallelstore source.
.google.cloud.parallelstore.v1beta.SourceParallelstore source_parallelstore = 2;
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
clone()
publicExportDataRequest.Builderclone()| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
getDefaultInstanceForType()
publicExportDataRequestgetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ExportDataRequest |
|
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDestinationCase()
publicExportDataRequest.DestinationCasegetDestinationCase()| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.DestinationCase |
|
getDestinationGcsBucket()
publicDestinationGcsBucketgetDestinationGcsBucket()Cloud Storage destination.
.google.cloud.parallelstore.v1beta.DestinationGcsBucket destination_gcs_bucket = 3;
| Returns | |
|---|---|
| Type | Description |
DestinationGcsBucket |
The destinationGcsBucket. |
getDestinationGcsBucketBuilder()
publicDestinationGcsBucket.BuildergetDestinationGcsBucketBuilder()Cloud Storage destination.
.google.cloud.parallelstore.v1beta.DestinationGcsBucket destination_gcs_bucket = 3;
| Returns | |
|---|---|
| Type | Description |
DestinationGcsBucket.Builder |
|
getDestinationGcsBucketOrBuilder()
publicDestinationGcsBucketOrBuildergetDestinationGcsBucketOrBuilder()Cloud Storage destination.
.google.cloud.parallelstore.v1beta.DestinationGcsBucket destination_gcs_bucket = 3;
| Returns | |
|---|---|
| Type | Description |
DestinationGcsBucketOrBuilder |
|
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. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The requestId. |
getRequestIdBytes()
publicByteStringgetRequestIdBytes()Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
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 (SA) credentials to be used when performing the transfer. Use one of the following formats:
{EMAIL_ADDRESS_OR_UNIQUE_ID}projects/{PROJECT_ID_OR_NUMBER}/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}projects/-/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}If unspecified, the Parallelstore service agent is used:
service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com
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 (SA) credentials to be used when performing the transfer. Use one of the following formats:
{EMAIL_ADDRESS_OR_UNIQUE_ID}projects/{PROJECT_ID_OR_NUMBER}/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}projects/-/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}If unspecified, the Parallelstore service agent is used:
service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com
string service_account = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serviceAccount. |
getSourceCase()
publicExportDataRequest.SourceCasegetSourceCase()| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.SourceCase |
|
getSourceParallelstore()
publicSourceParallelstoregetSourceParallelstore()Parallelstore source.
.google.cloud.parallelstore.v1beta.SourceParallelstore source_parallelstore = 2;
| Returns | |
|---|---|
| Type | Description |
SourceParallelstore |
The sourceParallelstore. |
getSourceParallelstoreBuilder()
publicSourceParallelstore.BuildergetSourceParallelstoreBuilder()Parallelstore source.
.google.cloud.parallelstore.v1beta.SourceParallelstore source_parallelstore = 2;
| Returns | |
|---|---|
| Type | Description |
SourceParallelstore.Builder |
|
getSourceParallelstoreOrBuilder()
publicSourceParallelstoreOrBuildergetSourceParallelstoreOrBuilder()Parallelstore source.
.google.cloud.parallelstore.v1beta.SourceParallelstore source_parallelstore = 2;
| Returns | |
|---|---|
| Type | Description |
SourceParallelstoreOrBuilder |
|
hasDestinationGcsBucket()
publicbooleanhasDestinationGcsBucket()Cloud Storage destination.
.google.cloud.parallelstore.v1beta.DestinationGcsBucket destination_gcs_bucket = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the destinationGcsBucket field is set. |
hasSourceParallelstore()
publicbooleanhasSourceParallelstore()Parallelstore source.
.google.cloud.parallelstore.v1beta.SourceParallelstore source_parallelstore = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sourceParallelstore field is set. |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDestinationGcsBucket(DestinationGcsBucket value)
publicExportDataRequest.BuildermergeDestinationGcsBucket(DestinationGcsBucketvalue)Cloud Storage destination.
.google.cloud.parallelstore.v1beta.DestinationGcsBucket destination_gcs_bucket = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
DestinationGcsBucket |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
mergeFrom(ExportDataRequest other)
publicExportDataRequest.BuildermergeFrom(ExportDataRequestother)| Parameter | |
|---|---|
| Name | Description |
other |
ExportDataRequest |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicExportDataRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicExportDataRequest.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
mergeSourceParallelstore(SourceParallelstore value)
publicExportDataRequest.BuildermergeSourceParallelstore(SourceParallelstorevalue)Parallelstore source.
.google.cloud.parallelstore.v1beta.SourceParallelstore source_parallelstore = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
SourceParallelstore |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalExportDataRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
setDestinationGcsBucket(DestinationGcsBucket value)
publicExportDataRequest.BuildersetDestinationGcsBucket(DestinationGcsBucketvalue)Cloud Storage destination.
.google.cloud.parallelstore.v1beta.DestinationGcsBucket destination_gcs_bucket = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
DestinationGcsBucket |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
setDestinationGcsBucket(DestinationGcsBucket.Builder builderForValue)
publicExportDataRequest.BuildersetDestinationGcsBucket(DestinationGcsBucket.BuilderbuilderForValue)Cloud Storage destination.
.google.cloud.parallelstore.v1beta.DestinationGcsBucket destination_gcs_bucket = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DestinationGcsBucket.Builder |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
publicExportDataRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
setName(String value)
publicExportDataRequest.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 |
ExportDataRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
publicExportDataRequest.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 |
ExportDataRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicExportDataRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
setRequestId(String value)
publicExportDataRequest.BuildersetRequestId(Stringvalue)Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
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 |
ExportDataRequest.Builder |
This builder for chaining. |
setRequestIdBytes(ByteString value)
publicExportDataRequest.BuildersetRequestIdBytes(ByteStringvalue)Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
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 |
ExportDataRequest.Builder |
This builder for chaining. |
setServiceAccount(String value)
publicExportDataRequest.BuildersetServiceAccount(Stringvalue)Optional. User-specified Service Account (SA) credentials to be used when performing the transfer. Use one of the following formats:
{EMAIL_ADDRESS_OR_UNIQUE_ID}projects/{PROJECT_ID_OR_NUMBER}/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}projects/-/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}If unspecified, the Parallelstore service agent is used:
service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com
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 |
ExportDataRequest.Builder |
This builder for chaining. |
setServiceAccountBytes(ByteString value)
publicExportDataRequest.BuildersetServiceAccountBytes(ByteStringvalue)Optional. User-specified Service Account (SA) credentials to be used when performing the transfer. Use one of the following formats:
{EMAIL_ADDRESS_OR_UNIQUE_ID}projects/{PROJECT_ID_OR_NUMBER}/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}projects/-/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}If unspecified, the Parallelstore service agent is used:
service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com
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 |
ExportDataRequest.Builder |
This builder for chaining. |
setSourceParallelstore(SourceParallelstore value)
publicExportDataRequest.BuildersetSourceParallelstore(SourceParallelstorevalue)Parallelstore source.
.google.cloud.parallelstore.v1beta.SourceParallelstore source_parallelstore = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
SourceParallelstore |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
setSourceParallelstore(SourceParallelstore.Builder builderForValue)
publicExportDataRequest.BuildersetSourceParallelstore(SourceParallelstore.BuilderbuilderForValue)Parallelstore source.
.google.cloud.parallelstore.v1beta.SourceParallelstore source_parallelstore = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
SourceParallelstore.Builder |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalExportDataRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|