public interface ExportDataRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDestinationCase()
public abstract ExportDataRequest.DestinationCase getDestinationCase()| Returns | |
|---|---|
| Type | Description | 
| ExportDataRequest.DestinationCase | |
getGcsPath()
public abstract GcsPath getGcsPath() The URI to a Cloud Storage bucket, or a path within a bucket, using
 the format gs://<bucket_name>/<optional_path_inside_bucket>/. If a
 path inside the bucket is specified, it must end with a forward slash
 (/).
 .google.cloud.lustre.v1.GcsPath gcs_path = 3;
| Returns | |
|---|---|
| Type | Description | 
| GcsPath | The gcsPath. | 
getGcsPathOrBuilder()
public abstract GcsPathOrBuilder getGcsPathOrBuilder() The URI to a Cloud Storage bucket, or a path within a bucket, using
 the format gs://<bucket_name>/<optional_path_inside_bucket>/. If a
 path inside the bucket is specified, it must end with a forward slash
 (/).
 .google.cloud.lustre.v1.GcsPath gcs_path = 3;
| Returns | |
|---|---|
| Type | Description | 
| GcsPathOrBuilder | |
getLustrePath()
public abstract LustrePath getLustrePath() The root directory path to the Managed Lustre file system. Must start
 with /. Default is /.
 .google.cloud.lustre.v1.LustrePath lustre_path = 2;
| Returns | |
|---|---|
| Type | Description | 
| LustrePath | The lustrePath. | 
getLustrePathOrBuilder()
public abstract LustrePathOrBuilder getLustrePathOrBuilder() The root directory path to the Managed Lustre file system. Must start
 with /. Default is /.
 .google.cloud.lustre.v1.LustrePath lustre_path = 2;
| Returns | |
|---|---|
| Type | Description | 
| LustrePathOrBuilder | |
getName()
public abstract String getName() Required. The name of the Managed Lustre instance in the format
 projects/{project}/locations/{location}/instances/{instance}.
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public abstract ByteString getNameBytes() Required. The name of the Managed Lustre instance in the format
 projects/{project}/locations/{location}/instances/{instance}.
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getRequestId()
public abstract String getRequestId()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()
public abstract ByteString getRequestIdBytes()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()
public abstract String getServiceAccount()Optional. User-specified service account used to perform the transfer. If unspecified, the Managed Lustre service agent is used.
 
 string service_account = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The serviceAccount. | 
getServiceAccountBytes()
public abstract ByteString getServiceAccountBytes()Optional. User-specified service account used to perform the transfer. If unspecified, the Managed Lustre service agent is used.
 
 string service_account = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for serviceAccount. | 
getSourceCase()
public abstract ExportDataRequest.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description | 
| ExportDataRequest.SourceCase | |
hasGcsPath()
public abstract boolean hasGcsPath() The URI to a Cloud Storage bucket, or a path within a bucket, using
 the format gs://<bucket_name>/<optional_path_inside_bucket>/. If a
 path inside the bucket is specified, it must end with a forward slash
 (/).
 .google.cloud.lustre.v1.GcsPath gcs_path = 3;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the gcsPath field is set. | 
hasLustrePath()
public abstract boolean hasLustrePath() The root directory path to the Managed Lustre file system. Must start
 with /. Default is /.
 .google.cloud.lustre.v1.LustrePath lustre_path = 2;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the lustrePath field is set. |