Class: Google::Cloud::BackupDR::V1::InitializeServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::InitializeServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupdr.rb
Overview
Request message for initializing the service.
Instance Attribute Summary collapse
-
#cloud_sql_instance_initialization_config ⇒ ::Google::Cloud::BackupDR::V1::CloudSqlInstanceInitializationConfig
Optional.
-
#name ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
-
#resource_type ⇒ ::String
Required.
Instance Attribute Details
#cloud_sql_instance_initialization_config ⇒ ::Google::Cloud::BackupDR::V1::CloudSqlInstanceInitializationConfig
Returns Optional. The configuration for initializing a Cloud SQL instance.
347 348 349 350 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 347 class InitializeServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of the serviceConfig used to initialize the
service. Format:
projects/{project_id}/locations/{location}/serviceConfig.
347 348 349 350 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 347 class InitializeServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
Returns Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
347 348 349 350 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 347 class InitializeServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_type ⇒ ::String
Returns Required. The resource type to which the default service config will be applied. Examples include, "compute.googleapis.com/Instance" and "storage.googleapis.com/Bucket".
347 348 349 350 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 347 class InitializeServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |