Interface ExportDataRequestOrBuilder (0.2.0)

public interface ExportDataRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationCase()

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

getGcsPath()

public abstract GcsPath getGcsPath()

Cloud Storage destination.

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

Returns
Type Description
GcsPath

The gcsPath.

getGcsPathOrBuilder()

public abstract GcsPathOrBuilder getGcsPathOrBuilder()

Cloud Storage destination.

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

Returns
Type Description
GcsPathOrBuilder

getLustrePath()

public abstract LustrePath getLustrePath()

Lustre path source.

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

Returns
Type Description
LustrePath

The lustrePath.

getLustrePathOrBuilder()

public abstract LustrePathOrBuilder getLustrePathOrBuilder()

Lustre path source.

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

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

Cloud Storage destination.

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

Returns
Type Description
boolean

Whether the gcsPath field is set.

hasLustrePath()

public abstract boolean hasLustrePath()

Lustre path source.

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

Returns
Type Description
boolean

Whether the lustrePath field is set.