Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::Config::Client.
Client for the Config service.
Infrastructure Manager is a managed service that automates the deployment and management of Google Cloud infrastructure resources.
Inherits
- Object
Methods
.configure
def self.configure() { |config| ... } -> Client::Configuration
- (config) — Configure the Client client.
- config (Client::Configuration)
# Modify the configuration for all Config clients ::Google::Cloud::ConfigService::V1::Config::Client.configure do |config| config.timeout = 10.0 end
#configure
def configure() { |config| ... } -> Client::Configuration
Configure the Config Client instance.
The configuration is set to the derived mode, meaning that values can be changed, but structural changes (adding new fields, etc.) are not allowed. Structural changes should be made on Client.configure.
See Configuration for a description of the configuration fields.
- (config) — Configure the Client client.
- config (Client::Configuration)
#create_deployment
def create_deployment(request, options = nil) -> ::Gapic::Operation
def create_deployment(parent: nil, deployment_id: nil, deployment: nil, request_id: nil) -> ::Gapic::Operation
Creates a Deployment.
def create_deployment(request, options = nil) -> ::Gapic::Operation
create_deployment
via a request object, either of type
Google::Cloud::ConfigService::V1::CreateDeploymentRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::CreateDeploymentRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def create_deployment(parent: nil, deployment_id: nil, deployment: nil, request_id: nil) -> ::Gapic::Operation
create_deployment
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The parent in whose context the Deployment is created. The parent value is in the format: 'projects/{project_id}/locations/{location}'.
- deployment_id (::String) — Required. The Deployment ID.
- deployment (::Google::Cloud::ConfigService::V1::Deployment, ::Hash) — Required. Deployment resource to be created.
-
request_id (::String) — 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 the 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).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::CreateDeploymentRequest.new # Call the create_deployment method. result = client.create_deployment request # The returned object is of type Gapic::Operation. You can use it to # check the status of an operation, cancel it, or wait for results. # Here is how to wait for a response. result.wait_until_done! timeout: 60 if result.response? p result.response else puts "No response received." end
#create_preview
def create_preview(request, options = nil) -> ::Gapic::Operation
def create_preview(parent: nil, preview_id: nil, preview: nil, request_id: nil) -> ::Gapic::Operation
Creates a Preview.
def create_preview(request, options = nil) -> ::Gapic::Operation
create_preview
via a request object, either of type
Google::Cloud::ConfigService::V1::CreatePreviewRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::CreatePreviewRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def create_preview(parent: nil, preview_id: nil, preview: nil, request_id: nil) -> ::Gapic::Operation
create_preview
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The parent in whose context the Preview is created. The parent value is in the format: 'projects/{project_id}/locations/{location}'.
- preview_id (::String) — Optional. The preview ID.
- preview (::Google::Cloud::ConfigService::V1::Preview, ::Hash) — Required. Preview resource to be created.
-
request_id (::String) — 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 the 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).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::CreatePreviewRequest.new # Call the create_preview method. result = client.create_preview request # The returned object is of type Gapic::Operation. You can use it to # check the status of an operation, cancel it, or wait for results. # Here is how to wait for a response. result.wait_until_done! timeout: 60 if result.response? p result.response else puts "No response received." end
#delete_deployment
def delete_deployment(request, options = nil) -> ::Gapic::Operation
def delete_deployment(name: nil, request_id: nil, force: nil, delete_policy: nil) -> ::Gapic::Operation
Deletes a Deployment.
def delete_deployment(request, options = nil) -> ::Gapic::Operation
delete_deployment
via a request object, either of type
DeleteDeploymentRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::DeleteDeploymentRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def delete_deployment(name: nil, request_id: nil, force: nil, delete_policy: nil) -> ::Gapic::Operation
delete_deployment
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The name of the Deployment in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.
-
request_id (::String) — 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 after the first request.
For example, consider a situation where you make an initial request and the 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).
- force (::Boolean) — Optional. If set to true, any revisions for this deployment will also be deleted. (Otherwise, the request will only work if the deployment has no revisions.)
- delete_policy (::Google::Cloud::ConfigService::V1::DeleteDeploymentRequest::DeletePolicy) — Optional. Policy on how resources actuated by the deployment should be deleted. If unspecified, the default behavior is to delete the underlying resources.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::DeleteDeploymentRequest.new # Call the delete_deployment method. result = client.delete_deployment request # The returned object is of type Gapic::Operation. You can use it to # check the status of an operation, cancel it, or wait for results. # Here is how to wait for a response. result.wait_until_done! timeout: 60 if result.response? p result.response else puts "No response received." end
#delete_preview
def delete_preview(request, options = nil) -> ::Gapic::Operation
def delete_preview(name: nil, request_id: nil) -> ::Gapic::Operation
Deletes a Preview.
def delete_preview(request, options = nil) -> ::Gapic::Operation
delete_preview
via a request object, either of type
DeletePreviewRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::DeletePreviewRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def delete_preview(name: nil, request_id: nil) -> ::Gapic::Operation
delete_preview
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The name of the Preview in the format: 'projects/{project_id}/locations/{location}/previews/{preview}'.
-
request_id (::String) — 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 after the first request.
For example, consider a situation where you make an initial request and the 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).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::DeletePreviewRequest.new # Call the delete_preview method. result = client.delete_preview request # The returned object is of type Gapic::Operation. You can use it to # check the status of an operation, cancel it, or wait for results. # Here is how to wait for a response. result.wait_until_done! timeout: 60 if result.response? p result.response else puts "No response received." end
#delete_statefile
def delete_statefile(request, options = nil) -> ::Google::Protobuf::Empty
def delete_statefile(name: nil, lock_id: nil) -> ::Google::Protobuf::Empty
Deletes Terraform state file in a given deployment.
def delete_statefile(request, options = nil) -> ::Google::Protobuf::Empty
delete_statefile
via a request object, either of type
DeleteStatefileRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::DeleteStatefileRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def delete_statefile(name: nil, lock_id: nil) -> ::Google::Protobuf::Empty
delete_statefile
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The name of the deployment in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.
- lock_id (::Integer) — Required. Lock ID of the lock file to verify that the user who is deleting the state file previously locked the Deployment.
- (response, operation) — Access the result along with the RPC operation
- response (::Google::Protobuf::Empty)
- operation (::GRPC::ActiveCall::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::DeleteStatefileRequest.new # Call the delete_statefile method. result = client.delete_statefile request # The returned object is of type Google::Protobuf::Empty. p result
#export_deployment_statefile
def export_deployment_statefile(request, options = nil) -> ::Google::Cloud::ConfigService::V1::Statefile
def export_deployment_statefile(parent: nil, draft: nil) -> ::Google::Cloud::ConfigService::V1::Statefile
Exports Terraform state file from a given deployment.
def export_deployment_statefile(request, options = nil) -> ::Google::Cloud::ConfigService::V1::Statefile
export_deployment_statefile
via a request object, either of type
ExportDeploymentStatefileRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::ExportDeploymentStatefileRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def export_deployment_statefile(parent: nil, draft: nil) -> ::Google::Cloud::ConfigService::V1::Statefile
export_deployment_statefile
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The parent in whose context the statefile is listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.
- draft (::Boolean) — Optional. If this flag is set to true, the exported deployment state file will be the draft state. This will enable the draft file to be validated before copying it over to the working state on unlock.
- (response, operation) — Access the result along with the RPC operation
- response (::Google::Cloud::ConfigService::V1::Statefile)
- operation (::GRPC::ActiveCall::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::ExportDeploymentStatefileRequest.new # Call the export_deployment_statefile method. result = client.export_deployment_statefile request # The returned object is of type Google::Cloud::ConfigService::V1::Statefile. p result
#export_lock_info
def export_lock_info(request, options = nil) -> ::Google::Cloud::ConfigService::V1::LockInfo
def export_lock_info(name: nil) -> ::Google::Cloud::ConfigService::V1::LockInfo
Exports the lock info on a locked deployment.
def export_lock_info(request, options = nil) -> ::Google::Cloud::ConfigService::V1::LockInfo
export_lock_info
via a request object, either of type
ExportLockInfoRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::ExportLockInfoRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def export_lock_info(name: nil) -> ::Google::Cloud::ConfigService::V1::LockInfo
export_lock_info
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The name of the deployment in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.
- (response, operation) — Access the result along with the RPC operation
- response (::Google::Cloud::ConfigService::V1::LockInfo)
- operation (::GRPC::ActiveCall::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::ExportLockInfoRequest.new # Call the export_lock_info method. result = client.export_lock_info request # The returned object is of type Google::Cloud::ConfigService::V1::LockInfo. p result
#export_preview_result
def export_preview_result(request, options = nil) -> ::Google::Cloud::ConfigService::V1::ExportPreviewResultResponse
def export_preview_result(parent: nil) -> ::Google::Cloud::ConfigService::V1::ExportPreviewResultResponse
Export Preview results.
def export_preview_result(request, options = nil) -> ::Google::Cloud::ConfigService::V1::ExportPreviewResultResponse
export_preview_result
via a request object, either of type
ExportPreviewResultRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::ExportPreviewResultRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def export_preview_result(parent: nil) -> ::Google::Cloud::ConfigService::V1::ExportPreviewResultResponse
export_preview_result
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The preview whose results should be exported. The preview value is in the format: 'projects/{project_id}/locations/{location}/previews/{preview}'.
- (response, operation) — Access the result along with the RPC operation
- response (::Google::Cloud::ConfigService::V1::ExportPreviewResultResponse)
- operation (::GRPC::ActiveCall::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::ExportPreviewResultRequest.new # Call the export_preview_result method. result = client.export_preview_result request # The returned object is of type Google::Cloud::ConfigService::V1::ExportPreviewResultResponse. p result
#export_revision_statefile
def export_revision_statefile(request, options = nil) -> ::Google::Cloud::ConfigService::V1::Statefile
def export_revision_statefile(parent: nil) -> ::Google::Cloud::ConfigService::V1::Statefile
Exports Terraform state file from a given revision.
def export_revision_statefile(request, options = nil) -> ::Google::Cloud::ConfigService::V1::Statefile
export_revision_statefile
via a request object, either of type
ExportRevisionStatefileRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::ExportRevisionStatefileRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def export_revision_statefile(parent: nil) -> ::Google::Cloud::ConfigService::V1::Statefile
export_revision_statefile
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The parent in whose context the statefile is listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}/revisions/{revision}'.
- (response, operation) — Access the result along with the RPC operation
- response (::Google::Cloud::ConfigService::V1::Statefile)
- operation (::GRPC::ActiveCall::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::ExportRevisionStatefileRequest.new # Call the export_revision_statefile method. result = client.export_revision_statefile request # The returned object is of type Google::Cloud::ConfigService::V1::Statefile. p result
#get_deployment
def get_deployment(request, options = nil) -> ::Google::Cloud::ConfigService::V1::Deployment
def get_deployment(name: nil) -> ::Google::Cloud::ConfigService::V1::Deployment
Gets details about a Deployment.
def get_deployment(request, options = nil) -> ::Google::Cloud::ConfigService::V1::Deployment
get_deployment
via a request object, either of type
GetDeploymentRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::GetDeploymentRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def get_deployment(name: nil) -> ::Google::Cloud::ConfigService::V1::Deployment
get_deployment
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The name of the deployment. Format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.
- (response, operation) — Access the result along with the RPC operation
- response (::Google::Cloud::ConfigService::V1::Deployment)
- operation (::GRPC::ActiveCall::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::GetDeploymentRequest.new # Call the get_deployment method. result = client.get_deployment request # The returned object is of type Google::Cloud::ConfigService::V1::Deployment. p result
#get_preview
def get_preview(request, options = nil) -> ::Google::Cloud::ConfigService::V1::Preview
def get_preview(name: nil) -> ::Google::Cloud::ConfigService::V1::Preview
Gets details about a Preview.
def get_preview(request, options = nil) -> ::Google::Cloud::ConfigService::V1::Preview
get_preview
via a request object, either of type
GetPreviewRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::GetPreviewRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def get_preview(name: nil) -> ::Google::Cloud::ConfigService::V1::Preview
get_preview
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The name of the preview. Format: 'projects/{project_id}/locations/{location}/previews/{preview}'.
- (response, operation) — Access the result along with the RPC operation
- response (::Google::Cloud::ConfigService::V1::Preview)
- operation (::GRPC::ActiveCall::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::GetPreviewRequest.new # Call the get_preview method. result = client.get_preview request # The returned object is of type Google::Cloud::ConfigService::V1::Preview. p result
#get_resource
def get_resource(request, options = nil) -> ::Google::Cloud::ConfigService::V1::Resource
def get_resource(name: nil) -> ::Google::Cloud::ConfigService::V1::Resource
Gets details about a Resource deployed by Infra Manager.
def get_resource(request, options = nil) -> ::Google::Cloud::ConfigService::V1::Resource
get_resource
via a request object, either of type
GetResourceRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::GetResourceRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def get_resource(name: nil) -> ::Google::Cloud::ConfigService::V1::Resource
get_resource
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The name of the Resource in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}/revisions/{revision}/resource/{resource}'.
- (response, operation) — Access the result along with the RPC operation
- response (::Google::Cloud::ConfigService::V1::Resource)
- operation (::GRPC::ActiveCall::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::GetResourceRequest.new # Call the get_resource method. result = client.get_resource request # The returned object is of type Google::Cloud::ConfigService::V1::Resource. p result
#get_revision
def get_revision(request, options = nil) -> ::Google::Cloud::ConfigService::V1::Revision
def get_revision(name: nil) -> ::Google::Cloud::ConfigService::V1::Revision
Gets details about a Revision.
def get_revision(request, options = nil) -> ::Google::Cloud::ConfigService::V1::Revision
get_revision
via a request object, either of type
GetRevisionRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::GetRevisionRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def get_revision(name: nil) -> ::Google::Cloud::ConfigService::V1::Revision
get_revision
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The name of the Revision in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}/revisions/{revision}'.
- (response, operation) — Access the result along with the RPC operation
- response (::Google::Cloud::ConfigService::V1::Revision)
- operation (::GRPC::ActiveCall::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::GetRevisionRequest.new # Call the get_revision method. result = client.get_revision request # The returned object is of type Google::Cloud::ConfigService::V1::Revision. p result
#get_terraform_version
def get_terraform_version(request, options = nil) -> ::Google::Cloud::ConfigService::V1::TerraformVersion
def get_terraform_version(name: nil) -> ::Google::Cloud::ConfigService::V1::TerraformVersion
Gets details about a TerraformVersion.
def get_terraform_version(request, options = nil) -> ::Google::Cloud::ConfigService::V1::TerraformVersion
get_terraform_version
via a request object, either of type
GetTerraformVersionRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::GetTerraformVersionRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def get_terraform_version(name: nil) -> ::Google::Cloud::ConfigService::V1::TerraformVersion
get_terraform_version
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The name of the TerraformVersion. Format: 'projects/{project_id}/locations/{location}/terraformVersions/{terraform_version}'
- (response, operation) — Access the result along with the RPC operation
- response (::Google::Cloud::ConfigService::V1::TerraformVersion)
- operation (::GRPC::ActiveCall::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::GetTerraformVersionRequest.new # Call the get_terraform_version method. result = client.get_terraform_version request # The returned object is of type Google::Cloud::ConfigService::V1::TerraformVersion. p result
#iam_policy_client
def iam_policy_client() -> Google::Iam::V1::IAMPolicy::Client
Get the associated client for mix-in of the IAMPolicy.
- (Google::Iam::V1::IAMPolicy::Client)
#import_statefile
def import_statefile(request, options = nil) -> ::Google::Cloud::ConfigService::V1::Statefile
def import_statefile(parent: nil, lock_id: nil, skip_draft: nil) -> ::Google::Cloud::ConfigService::V1::Statefile
Imports Terraform state file in a given deployment. The state file does not take effect until the Deployment has been unlocked.
def import_statefile(request, options = nil) -> ::Google::Cloud::ConfigService::V1::Statefile
import_statefile
via a request object, either of type
ImportStatefileRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::ImportStatefileRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def import_statefile(parent: nil, lock_id: nil, skip_draft: nil) -> ::Google::Cloud::ConfigService::V1::Statefile
import_statefile
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The parent in whose context the statefile is listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.
- lock_id (::Integer) — Required. Lock ID of the lock file to verify that the user who is importing the state file previously locked the Deployment.
- skip_draft (::Boolean) — Optional.
- (response, operation) — Access the result along with the RPC operation
- response (::Google::Cloud::ConfigService::V1::Statefile)
- operation (::GRPC::ActiveCall::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::ImportStatefileRequest.new # Call the import_statefile method. result = client.import_statefile request # The returned object is of type Google::Cloud::ConfigService::V1::Statefile. p result
#initialize
def initialize() { |config| ... } -> Client
Create a new Config client object.
- (config) — Configure the Config client.
- config (Client::Configuration)
- (Client) — a new instance of Client
# Create a client using the default configuration client = ::Google::Cloud::ConfigService::V1::Config::Client.new # Create a client using a custom configuration client = ::Google::Cloud::ConfigService::V1::Config::Client.new do |config| config.timeout = 10.0 end
#list_deployments
def list_deployments(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Deployment>
def list_deployments(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Deployment>
Lists {::Google::Cloud::ConfigService::V1::Deployment Deployment}s in a given project and location.
def list_deployments(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Deployment>
list_deployments
via a request object, either of type
ListDeploymentsRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::ListDeploymentsRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def list_deployments(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Deployment>
list_deployments
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The parent in whose context the Deployments are listed. The parent value is in the format: 'projects/{project_id}/locations/{location}'.
- page_size (::Integer) — When requesting a page of resources, 'page_size' specifies number of resources to return. If unspecified, at most 500 will be returned. The maximum value is 1000.
- page_token (::String) — Token returned by previous call to 'ListDeployments' which specifies the position in the list from where to continue listing the resources.
-
filter (::String) —
Lists the Deployments that match the filter expression. A filter expression filters the resources listed in the response. The expression must be of the form '{field} {operator} {value}' where operators: '<', '>', '<=', '>=', '!=', '=', ':' are supported (colon ':' represents a HAS operator which is roughly synonymous with equality). {field} can refer to a proto or JSON field, or a synthetic field. Field names can be camelCase or snake_case.
Examples:
Filter by name: name = "projects/foo/locations/us-central1/deployments/bar
Filter by labels:
- Resources that have a key called 'foo' labels.foo:*
- Resources that have a key called 'foo' whose value is 'bar' labels.foo = bar
Filter by state:
- Deployments in CREATING state. state=CREATING
- order_by (::String) — Field to use to sort the list.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Deployment>)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Deployment>)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::ListDeploymentsRequest.new # Call the list_deployments method. result = client.list_deployments request # The returned object is of type Gapic::PagedEnumerable. You can iterate # over elements, and API calls will be issued to fetch pages as needed. result.each do |item| # Each element is of type ::Google::Cloud::ConfigService::V1::Deployment. p item end
#list_previews
def list_previews(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Preview>
def list_previews(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Preview>
Lists {::Google::Cloud::ConfigService::V1::Preview Preview}s in a given project and location.
def list_previews(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Preview>
list_previews
via a request object, either of type
ListPreviewsRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::ListPreviewsRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def list_previews(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Preview>
list_previews
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The parent in whose context the Previews are listed. The parent value is in the format: 'projects/{project_id}/locations/{location}'.
- page_size (::Integer) — Optional. When requesting a page of resources, 'page_size' specifies number of resources to return. If unspecified, at most 500 will be returned. The maximum value is 1000.
- page_token (::String) — Optional. Token returned by previous call to 'ListDeployments' which specifies the position in the list from where to continue listing the resources.
-
filter (::String) —
Optional. Lists the Deployments that match the filter expression. A filter expression filters the resources listed in the response. The expression must be of the form '{field} {operator} {value}' where operators: '<', '>', '<=', '>=', '!=', '=', ':' are supported (colon ':' represents a HAS operator which is roughly synonymous with equality). {field} can refer to a proto or JSON field, or a synthetic field. Field names can be camelCase or snake_case.
Examples:
Filter by name: name = "projects/foo/locations/us-central1/deployments/bar
Filter by labels:
- Resources that have a key called 'foo' labels.foo:*
- Resources that have a key called 'foo' whose value is 'bar' labels.foo = bar
Filter by state:
- Deployments in CREATING state. state=CREATING
- order_by (::String) — Optional. Field to use to sort the list.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Preview>)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Preview>)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::ListPreviewsRequest.new # Call the list_previews method. result = client.list_previews request # The returned object is of type Gapic::PagedEnumerable. You can iterate # over elements, and API calls will be issued to fetch pages as needed. result.each do |item| # Each element is of type ::Google::Cloud::ConfigService::V1::Preview. p item end
#list_resources
def list_resources(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Resource>
def list_resources(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Resource>
Lists {::Google::Cloud::ConfigService::V1::Resource Resource}s in a given revision.
def list_resources(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Resource>
list_resources
via a request object, either of type
ListResourcesRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::ListResourcesRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def list_resources(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Resource>
list_resources
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The parent in whose context the Resources are listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}/revisions/{revision}'.
- page_size (::Integer) — When requesting a page of resources, 'page_size' specifies number of resources to return. If unspecified, at most 500 will be returned. The maximum value is 1000.
- page_token (::String) — Token returned by previous call to 'ListResources' which specifies the position in the list from where to continue listing the resources.
-
filter (::String) —
Lists the Resources that match the filter expression. A filter expression filters the resources listed in the response. The expression must be of the form '{field} {operator} {value}' where operators: '<', '>', '<=', '>=', '!=', '=', ':' are supported (colon ':' represents a HAS operator which is roughly synonymous with equality). {field} can refer to a proto or JSON field, or a synthetic field. Field names can be camelCase or snake_case.
Examples:
- Filter by name: name = "projects/foo/locations/us-central1/deployments/dep/revisions/bar/resources/baz
- order_by (::String) — Field to use to sort the list.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Resource>)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Resource>)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::ListResourcesRequest.new # Call the list_resources method. result = client.list_resources request # The returned object is of type Gapic::PagedEnumerable. You can iterate # over elements, and API calls will be issued to fetch pages as needed. result.each do |item| # Each element is of type ::Google::Cloud::ConfigService::V1::Resource. p item end
#list_revisions
def list_revisions(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Revision>
def list_revisions(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Revision>
Lists {::Google::Cloud::ConfigService::V1::Revision Revision}s of a deployment.
def list_revisions(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Revision>
list_revisions
via a request object, either of type
ListRevisionsRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::ListRevisionsRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def list_revisions(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Revision>
list_revisions
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The parent in whose context the Revisions are listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.
-
page_size (::Integer) — When requesting a page of resources,
page_size
specifies number of resources to return. If unspecified, at most 500 will be returned. The maximum value is 1000. - page_token (::String) — Token returned by previous call to 'ListRevisions' which specifies the position in the list from where to continue listing the resources.
-
filter (::String) —
Lists the Revisions that match the filter expression. A filter expression filters the resources listed in the response. The expression must be of the form '{field} {operator} {value}' where operators: '<', '>', '<=', '>=', '!=', '=', ':' are supported (colon ':' represents a HAS operator which is roughly synonymous with equality). {field} can refer to a proto or JSON field, or a synthetic field. Field names can be camelCase or snake_case.
Examples:
Filter by name: name = "projects/foo/locations/us-central1/deployments/dep/revisions/bar
Filter by labels:
- Resources that have a key called 'foo' labels.foo:*
- Resources that have a key called 'foo' whose value is 'bar' labels.foo = bar
Filter by state:
- Revisions in CREATING state. state=CREATING
- order_by (::String) — Field to use to sort the list.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Revision>)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::Revision>)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::ListRevisionsRequest.new # Call the list_revisions method. result = client.list_revisions request # The returned object is of type Gapic::PagedEnumerable. You can iterate # over elements, and API calls will be issued to fetch pages as needed. result.each do |item| # Each element is of type ::Google::Cloud::ConfigService::V1::Revision. p item end
#list_terraform_versions
def list_terraform_versions(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::TerraformVersion>
def list_terraform_versions(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::TerraformVersion>
Lists {::Google::Cloud::ConfigService::V1::TerraformVersion TerraformVersion}s in a given project and location.
def list_terraform_versions(request, options = nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::TerraformVersion>
list_terraform_versions
via a request object, either of type
ListTerraformVersionsRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::ListTerraformVersionsRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def list_terraform_versions(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::TerraformVersion>
list_terraform_versions
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- parent (::String) — Required. The parent in whose context the TerraformVersions are listed. The parent value is in the format: 'projects/{project_id}/locations/{location}'.
- page_size (::Integer) — Optional. When requesting a page of resources, 'page_size' specifies number of resources to return. If unspecified, at most 500 will be returned. The maximum value is 1000.
- page_token (::String) — Optional. Token returned by previous call to 'ListTerraformVersions' which specifies the position in the list from where to continue listing the resources.
- filter (::String) — Optional. Lists the TerraformVersions that match the filter expression. A filter expression filters the resources listed in the response. The expression must be of the form '{field} {operator} {value}' where operators: '<', '>', '<=', '>=', '!=', '=', ':' are supported (colon ':' represents a HAS operator which is roughly synonymous with equality). {field} can refer to a proto or JSON field, or a synthetic field. Field names can be camelCase or snake_case.
- order_by (::String) — Optional. Field to use to sort the list.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::TerraformVersion>)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::PagedEnumerable<::Google::Cloud::ConfigService::V1::TerraformVersion>)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::ListTerraformVersionsRequest.new # Call the list_terraform_versions method. result = client.list_terraform_versions request # The returned object is of type Gapic::PagedEnumerable. You can iterate # over elements, and API calls will be issued to fetch pages as needed. result.each do |item| # Each element is of type ::Google::Cloud::ConfigService::V1::TerraformVersion. p item end
#location_client
def location_client() -> Google::Cloud::Location::Locations::Client
Get the associated client for mix-in of the Locations.
- (Google::Cloud::Location::Locations::Client)
#lock_deployment
def lock_deployment(request, options = nil) -> ::Gapic::Operation
def lock_deployment(name: nil) -> ::Gapic::Operation
Locks a deployment.
def lock_deployment(request, options = nil) -> ::Gapic::Operation
lock_deployment
via a request object, either of type
LockDeploymentRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::LockDeploymentRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def lock_deployment(name: nil) -> ::Gapic::Operation
lock_deployment
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The name of the deployment in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::LockDeploymentRequest.new # Call the lock_deployment method. result = client.lock_deployment request # The returned object is of type Gapic::Operation. You can use it to # check the status of an operation, cancel it, or wait for results. # Here is how to wait for a response. result.wait_until_done! timeout: 60 if result.response? p result.response else puts "No response received." end
#operations_client
def operations_client() -> ::Google::Cloud::ConfigService::V1::Config::Operations
Get the associated client for long-running operations.
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)
#unlock_deployment
def unlock_deployment(request, options = nil) -> ::Gapic::Operation
def unlock_deployment(name: nil, lock_id: nil) -> ::Gapic::Operation
Unlocks a locked deployment.
def unlock_deployment(request, options = nil) -> ::Gapic::Operation
unlock_deployment
via a request object, either of type
UnlockDeploymentRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::UnlockDeploymentRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def unlock_deployment(name: nil, lock_id: nil) -> ::Gapic::Operation
unlock_deployment
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- name (::String) — Required. The name of the deployment in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.
- lock_id (::Integer) — Required. Lock ID of the lock file to be unlocked.
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::UnlockDeploymentRequest.new # Call the unlock_deployment method. result = client.unlock_deployment request # The returned object is of type Gapic::Operation. You can use it to # check the status of an operation, cancel it, or wait for results. # Here is how to wait for a response. result.wait_until_done! timeout: 60 if result.response? p result.response else puts "No response received." end
#update_deployment
def update_deployment(request, options = nil) -> ::Gapic::Operation
def update_deployment(update_mask: nil, deployment: nil, request_id: nil) -> ::Gapic::Operation
Updates a Deployment.
def update_deployment(request, options = nil) -> ::Gapic::Operation
update_deployment
via a request object, either of type
UpdateDeploymentRequest or an equivalent Hash.
- request (::Google::Cloud::ConfigService::V1::UpdateDeploymentRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
def update_deployment(update_mask: nil, deployment: nil, request_id: nil) -> ::Gapic::Operation
update_deployment
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
-
update_mask (::Google::Protobuf::FieldMask, ::Hash) — Optional. Field mask used to specify the fields to be overwritten in the
Deployment resource by the update.
The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
-
deployment (::Google::Cloud::ConfigService::V1::Deployment, ::Hash) — Required. Deployment to update.
The deployment's
name
field is used to identify the resource to be updated. Format:projects/{project}/locations/{location}/deployments/{deployment}
-
request_id (::String) — 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 the 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).
- (response, operation) — Access the result along with the RPC operation
- response (::Gapic::Operation)
- operation (::GRPC::ActiveCall::Operation)
- (::Gapic::Operation)
- (::Google::Cloud::Error) — if the RPC is aborted.
Basic example
require "google/cloud/config_service/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::ConfigService::V1::Config::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::ConfigService::V1::UpdateDeploymentRequest.new # Call the update_deployment method. result = client.update_deployment request # The returned object is of type Gapic::Operation. You can use it to # check the status of an operation, cancel it, or wait for results. # Here is how to wait for a response. result.wait_until_done! timeout: 60 if result.response? p result.response else puts "No response received." end