Class: Google::Cloud::Redis::V1beta1::ExportInstanceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb

Overview

Request for Export.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Redis instance resource name using the form: projects/{project_id}/locations/{location_id}/instances/{instance_id} where location_id refers to a GCP region.

Returns:

  • (::String)

    Required. Redis instance resource name using the form: projects/{project_id}/locations/{location_id}/instances/{instance_id} where location_id refers to a GCP region.



677
678
679
680
# File 'proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb', line 677

class ExportInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#output_config::Google::Cloud::Redis::V1beta1::OutputConfig

Returns Required. Specify data to be exported.

Returns:



677
678
679
680
# File 'proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb', line 677

class ExportInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end