Reference documentation and code samples for the Google Cloud Managed Lustre V1 API class Google::Cloud::Lustre::V1::ImportDataRequest.
Message for importing data to Lustre.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gcs_path
def gcs_path() -> ::Google::Cloud::Lustre::V1::GcsPath
Returns
- (::Google::Cloud::Lustre::V1::GcsPath) — The Cloud Storage source bucket and, optionally, path inside the bucket.
#gcs_path=
def gcs_path=(value) -> ::Google::Cloud::Lustre::V1::GcsPath
Parameter
- value (::Google::Cloud::Lustre::V1::GcsPath) — The Cloud Storage source bucket and, optionally, path inside the bucket.
Returns
- (::Google::Cloud::Lustre::V1::GcsPath) — The Cloud Storage source bucket and, optionally, path inside the bucket.
#lustre_path
def lustre_path() -> ::Google::Cloud::Lustre::V1::LustrePath
Returns
- (::Google::Cloud::Lustre::V1::LustrePath) — Lustre path destination.
#lustre_path=
def lustre_path=(value) -> ::Google::Cloud::Lustre::V1::LustrePath
Parameter
- value (::Google::Cloud::Lustre::V1::LustrePath) — Lustre path destination.
Returns
- (::Google::Cloud::Lustre::V1::LustrePath) — Lustre path destination.
#name
def name() -> ::String
Returns
- (::String) — Required. Name of the resource.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. Name of the resource.
Returns
- (::String) — Required. Name of the resource.
#request_id
def request_id() -> ::String
Returns
- (::String) — Optional. UUID to identify requests.
#request_id=
def request_id=(value) -> ::String
Parameter
- value (::String) — Optional. UUID to identify requests.
Returns
- (::String) — Optional. UUID to identify requests.
#service_account
def service_account() -> ::String
Returns
- (::String) — Optional. User-specified service account used to perform the transfer. If unspecified, the default Lustre P4 service account will be used.
#service_account=
def service_account=(value) -> ::String
Parameter
- value (::String) — Optional. User-specified service account used to perform the transfer. If unspecified, the default Lustre P4 service account will be used.
Returns
- (::String) — Optional. User-specified service account used to perform the transfer. If unspecified, the default Lustre P4 service account will be used.