Class: Google::Cloud::Sql::V1::SqlInstancesReencryptRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb

Overview

Instance reencrypt request.

Instance Attribute Summary collapse

Instance Attribute Details

#body::Google::Cloud::Sql::V1::InstancesReencryptRequest

Returns Reencrypt body that users request.

Returns:



506
507
508
509
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 506

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

#instance::String

Returns Cloud SQL instance ID. This does not include the project ID.

Returns:

  • (::String)

    Cloud SQL instance ID. This does not include the project ID.



506
507
508
509
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 506

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

#project::String

Returns ID of the project that contains the instance.

Returns:

  • (::String)

    ID of the project that contains the instance.



506
507
508
509
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 506

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