Interface ImportDataRequestOrBuilder (0.2.0)

public interface ImportDataRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationCase()

public abstract ImportDataRequest.DestinationCase getDestinationCase()
Returns
Type Description
ImportDataRequest.DestinationCase

getGcsPath()

public abstract GcsPath getGcsPath()

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.

getGcsPathOrBuilder()

public abstract GcsPathOrBuilder getGcsPathOrBuilder()

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

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

Returns
Type Description
GcsPathOrBuilder

getLustrePath()

public abstract LustrePath getLustrePath()

Lustre path destination.

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

Returns
Type Description
LustrePath

The lustrePath.

getLustrePathOrBuilder()

public abstract LustrePathOrBuilder getLustrePathOrBuilder()

Lustre path destination.

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

Returns
Type Description
LustrePathOrBuilder

getName()

public abstract String getName()

Required. Name of the resource.

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

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

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()

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 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()

public abstract ByteString getServiceAccountBytes()

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()

public abstract ImportDataRequest.SourceCase getSourceCase()
Returns
Type Description
ImportDataRequest.SourceCase

hasGcsPath()

public abstract boolean hasGcsPath()

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()

public abstract boolean hasLustrePath()

Lustre path destination.

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

Returns
Type Description
boolean

Whether the lustrePath field is set.