Reference documentation and code samples for the Telco Automation V1 API class Google::Cloud::TelcoAutomation::V1::TelcoAutomation::Rest::ServiceStub.
REST service stub for the TelcoAutomation service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#apply_deployment
def apply_deployment(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::Deployment
Baseline implementation for the apply_deployment REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::ApplyDeploymentRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::Deployment)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::Deployment) — A result object deserialized from the server's reply
- (::ArgumentError)
#apply_hydrated_deployment
def apply_hydrated_deployment(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::HydratedDeployment
Baseline implementation for the apply_hydrated_deployment REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::ApplyHydratedDeploymentRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::HydratedDeployment)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::HydratedDeployment) — A result object deserialized from the server's reply
- (::ArgumentError)
#approve_blueprint
def approve_blueprint(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::Blueprint
Baseline implementation for the approve_blueprint REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::ApproveBlueprintRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::Blueprint)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::Blueprint) — A result object deserialized from the server's reply
- (::ArgumentError)
#compute_deployment_status
def compute_deployment_status(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::ComputeDeploymentStatusResponse
Baseline implementation for the compute_deployment_status REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::ComputeDeploymentStatusRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::ComputeDeploymentStatusResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::ComputeDeploymentStatusResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_blueprint
def create_blueprint(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::Blueprint
Baseline implementation for the create_blueprint REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::CreateBlueprintRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::Blueprint)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::Blueprint) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_deployment
def create_deployment(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::Deployment
Baseline implementation for the create_deployment REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::CreateDeploymentRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::Deployment)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::Deployment) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_edge_slm
def create_edge_slm(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_edge_slm REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::CreateEdgeSlmRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_orchestration_cluster
def create_orchestration_cluster(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_orchestration_cluster REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::CreateOrchestrationClusterRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_blueprint
def delete_blueprint(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_blueprint REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::DeleteBlueprintRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_edge_slm
def delete_edge_slm(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_edge_slm REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::DeleteEdgeSlmRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_orchestration_cluster
def delete_orchestration_cluster(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_orchestration_cluster REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::DeleteOrchestrationClusterRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#discard_blueprint_changes
def discard_blueprint_changes(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::DiscardBlueprintChangesResponse
Baseline implementation for the discard_blueprint_changes REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::DiscardBlueprintChangesRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::DiscardBlueprintChangesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::DiscardBlueprintChangesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#discard_deployment_changes
def discard_deployment_changes(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::DiscardDeploymentChangesResponse
Baseline implementation for the discard_deployment_changes REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::DiscardDeploymentChangesRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::DiscardDeploymentChangesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::DiscardDeploymentChangesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#get_blueprint
def get_blueprint(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::Blueprint
Baseline implementation for the get_blueprint REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::GetBlueprintRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::Blueprint)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::Blueprint) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_deployment
def get_deployment(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::Deployment
Baseline implementation for the get_deployment REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::GetDeploymentRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::Deployment)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::Deployment) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_edge_slm
def get_edge_slm(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::EdgeSlm
Baseline implementation for the get_edge_slm REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::GetEdgeSlmRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::EdgeSlm)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::EdgeSlm) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_hydrated_deployment
def get_hydrated_deployment(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::HydratedDeployment
Baseline implementation for the get_hydrated_deployment REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::GetHydratedDeploymentRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::HydratedDeployment)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::HydratedDeployment) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_orchestration_cluster
def get_orchestration_cluster(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::OrchestrationCluster
Baseline implementation for the get_orchestration_cluster REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::GetOrchestrationClusterRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::OrchestrationCluster)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::OrchestrationCluster) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_public_blueprint
def get_public_blueprint(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::PublicBlueprint
Baseline implementation for the get_public_blueprint REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::GetPublicBlueprintRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::PublicBlueprint)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::PublicBlueprint) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_blueprint_revisions
def list_blueprint_revisions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::ListBlueprintRevisionsResponse
Baseline implementation for the list_blueprint_revisions REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::ListBlueprintRevisionsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::ListBlueprintRevisionsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::ListBlueprintRevisionsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_blueprints
def list_blueprints(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::ListBlueprintsResponse
Baseline implementation for the list_blueprints REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::ListBlueprintsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::ListBlueprintsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::ListBlueprintsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_deployment_revisions
def list_deployment_revisions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::ListDeploymentRevisionsResponse
Baseline implementation for the list_deployment_revisions REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::ListDeploymentRevisionsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::ListDeploymentRevisionsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::ListDeploymentRevisionsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_deployments
def list_deployments(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::ListDeploymentsResponse
Baseline implementation for the list_deployments REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::ListDeploymentsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::ListDeploymentsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::ListDeploymentsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_edge_slms
def list_edge_slms(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::ListEdgeSlmsResponse
Baseline implementation for the list_edge_slms REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::ListEdgeSlmsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::ListEdgeSlmsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::ListEdgeSlmsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_hydrated_deployments
def list_hydrated_deployments(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::ListHydratedDeploymentsResponse
Baseline implementation for the list_hydrated_deployments REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::ListHydratedDeploymentsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::ListHydratedDeploymentsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::ListHydratedDeploymentsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_orchestration_clusters
def list_orchestration_clusters(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::ListOrchestrationClustersResponse
Baseline implementation for the list_orchestration_clusters REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::ListOrchestrationClustersRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::ListOrchestrationClustersResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::ListOrchestrationClustersResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_public_blueprints
def list_public_blueprints(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::ListPublicBlueprintsResponse
Baseline implementation for the list_public_blueprints REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::ListPublicBlueprintsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::ListPublicBlueprintsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::ListPublicBlueprintsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#propose_blueprint
def propose_blueprint(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::Blueprint
Baseline implementation for the propose_blueprint REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::ProposeBlueprintRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::Blueprint)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::Blueprint) — A result object deserialized from the server's reply
- (::ArgumentError)
#reject_blueprint
def reject_blueprint(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::Blueprint
Baseline implementation for the reject_blueprint REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::RejectBlueprintRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::Blueprint)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::Blueprint) — A result object deserialized from the server's reply
- (::ArgumentError)
#remove_deployment
def remove_deployment(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the remove_deployment REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::RemoveDeploymentRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#rollback_deployment
def rollback_deployment(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::Deployment
Baseline implementation for the rollback_deployment REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::RollbackDeploymentRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::Deployment)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::Deployment) — A result object deserialized from the server's reply
- (::ArgumentError)
#search_blueprint_revisions
def search_blueprint_revisions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::SearchBlueprintRevisionsResponse
Baseline implementation for the search_blueprint_revisions REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::SearchBlueprintRevisionsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::SearchBlueprintRevisionsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::SearchBlueprintRevisionsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#search_deployment_revisions
def search_deployment_revisions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::SearchDeploymentRevisionsResponse
Baseline implementation for the search_deployment_revisions REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::SearchDeploymentRevisionsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::SearchDeploymentRevisionsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::SearchDeploymentRevisionsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)
#update_blueprint
def update_blueprint(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::Blueprint
Baseline implementation for the update_blueprint REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::UpdateBlueprintRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::Blueprint)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::Blueprint) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_deployment
def update_deployment(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::Deployment
Baseline implementation for the update_deployment REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::UpdateDeploymentRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::Deployment)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::Deployment) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_hydrated_deployment
def update_hydrated_deployment(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::TelcoAutomation::V1::HydratedDeployment
Baseline implementation for the update_hydrated_deployment REST call
- request_pb (::Google::Cloud::TelcoAutomation::V1::UpdateHydratedDeploymentRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::TelcoAutomation::V1::HydratedDeployment)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::TelcoAutomation::V1::HydratedDeployment) — A result object deserialized from the server's reply
- (::ArgumentError)