Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::NetworkServices::Rest::ServiceStub.
REST service stub for the NetworkServices service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_endpoint_policy
def create_endpoint_policy(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_endpoint_policy REST call
- request_pb (::Google::Cloud::NetworkServices::V1::CreateEndpointPolicyRequest) — 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_gateway
def create_gateway(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_gateway REST call
- request_pb (::Google::Cloud::NetworkServices::V1::CreateGatewayRequest) — 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_grpc_route
def create_grpc_route(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_grpc_route REST call
- request_pb (::Google::Cloud::NetworkServices::V1::CreateGrpcRouteRequest) — 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_http_route
def create_http_route(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_http_route REST call
- request_pb (::Google::Cloud::NetworkServices::V1::CreateHttpRouteRequest) — 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_mesh
def create_mesh(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_mesh REST call
- request_pb (::Google::Cloud::NetworkServices::V1::CreateMeshRequest) — 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_service_binding
def create_service_binding(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_service_binding REST call
- request_pb (::Google::Cloud::NetworkServices::V1::CreateServiceBindingRequest) — 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_tcp_route
def create_tcp_route(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_tcp_route REST call
- request_pb (::Google::Cloud::NetworkServices::V1::CreateTcpRouteRequest) — 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_tls_route
def create_tls_route(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_tls_route REST call
- request_pb (::Google::Cloud::NetworkServices::V1::CreateTlsRouteRequest) — 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_endpoint_policy
def delete_endpoint_policy(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_endpoint_policy REST call
- request_pb (::Google::Cloud::NetworkServices::V1::DeleteEndpointPolicyRequest) — 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_gateway
def delete_gateway(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_gateway REST call
- request_pb (::Google::Cloud::NetworkServices::V1::DeleteGatewayRequest) — 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_grpc_route
def delete_grpc_route(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_grpc_route REST call
- request_pb (::Google::Cloud::NetworkServices::V1::DeleteGrpcRouteRequest) — 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_http_route
def delete_http_route(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_http_route REST call
- request_pb (::Google::Cloud::NetworkServices::V1::DeleteHttpRouteRequest) — 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_mesh
def delete_mesh(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_mesh REST call
- request_pb (::Google::Cloud::NetworkServices::V1::DeleteMeshRequest) — 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_service_binding
def delete_service_binding(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_service_binding REST call
- request_pb (::Google::Cloud::NetworkServices::V1::DeleteServiceBindingRequest) — 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_tcp_route
def delete_tcp_route(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_tcp_route REST call
- request_pb (::Google::Cloud::NetworkServices::V1::DeleteTcpRouteRequest) — 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_tls_route
def delete_tls_route(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_tls_route REST call
- request_pb (::Google::Cloud::NetworkServices::V1::DeleteTlsRouteRequest) — 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)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#get_endpoint_policy
def get_endpoint_policy(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::NetworkServices::V1::EndpointPolicy
Baseline implementation for the get_endpoint_policy REST call
- request_pb (::Google::Cloud::NetworkServices::V1::GetEndpointPolicyRequest) — 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::NetworkServices::V1::EndpointPolicy)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::NetworkServices::V1::EndpointPolicy) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_gateway
def get_gateway(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::NetworkServices::V1::Gateway
Baseline implementation for the get_gateway REST call
- request_pb (::Google::Cloud::NetworkServices::V1::GetGatewayRequest) — 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::NetworkServices::V1::Gateway)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::NetworkServices::V1::Gateway) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_grpc_route
def get_grpc_route(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::NetworkServices::V1::GrpcRoute
Baseline implementation for the get_grpc_route REST call
- request_pb (::Google::Cloud::NetworkServices::V1::GetGrpcRouteRequest) — 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::NetworkServices::V1::GrpcRoute)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::NetworkServices::V1::GrpcRoute) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_http_route
def get_http_route(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::NetworkServices::V1::HttpRoute
Baseline implementation for the get_http_route REST call
- request_pb (::Google::Cloud::NetworkServices::V1::GetHttpRouteRequest) — 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::NetworkServices::V1::HttpRoute)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::NetworkServices::V1::HttpRoute) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_mesh
def get_mesh(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::NetworkServices::V1::Mesh
Baseline implementation for the get_mesh REST call
- request_pb (::Google::Cloud::NetworkServices::V1::GetMeshRequest) — 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::NetworkServices::V1::Mesh)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::NetworkServices::V1::Mesh) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_service_binding
def get_service_binding(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::NetworkServices::V1::ServiceBinding
Baseline implementation for the get_service_binding REST call
- request_pb (::Google::Cloud::NetworkServices::V1::GetServiceBindingRequest) — 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::NetworkServices::V1::ServiceBinding)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::NetworkServices::V1::ServiceBinding) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_tcp_route
def get_tcp_route(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::NetworkServices::V1::TcpRoute
Baseline implementation for the get_tcp_route REST call
- request_pb (::Google::Cloud::NetworkServices::V1::GetTcpRouteRequest) — 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::NetworkServices::V1::TcpRoute)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::NetworkServices::V1::TcpRoute) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_tls_route
def get_tls_route(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::NetworkServices::V1::TlsRoute
Baseline implementation for the get_tls_route REST call
- request_pb (::Google::Cloud::NetworkServices::V1::GetTlsRouteRequest) — 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::NetworkServices::V1::TlsRoute)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::NetworkServices::V1::TlsRoute) — 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_endpoint_policies
def list_endpoint_policies(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::NetworkServices::V1::ListEndpointPoliciesResponse
Baseline implementation for the list_endpoint_policies REST call
- request_pb (::Google::Cloud::NetworkServices::V1::ListEndpointPoliciesRequest) — 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::NetworkServices::V1::ListEndpointPoliciesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::NetworkServices::V1::ListEndpointPoliciesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_gateways
def list_gateways(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::NetworkServices::V1::ListGatewaysResponse
Baseline implementation for the list_gateways REST call
- request_pb (::Google::Cloud::NetworkServices::V1::ListGatewaysRequest) — 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::NetworkServices::V1::ListGatewaysResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::NetworkServices::V1::ListGatewaysResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_grpc_routes
def list_grpc_routes(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::NetworkServices::V1::ListGrpcRoutesResponse
Baseline implementation for the list_grpc_routes REST call
- request_pb (::Google::Cloud::NetworkServices::V1::ListGrpcRoutesRequest) — 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::NetworkServices::V1::ListGrpcRoutesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::NetworkServices::V1::ListGrpcRoutesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_http_routes
def list_http_routes(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::NetworkServices::V1::ListHttpRoutesResponse
Baseline implementation for the list_http_routes REST call
- request_pb (::Google::Cloud::NetworkServices::V1::ListHttpRoutesRequest) — 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::NetworkServices::V1::ListHttpRoutesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::NetworkServices::V1::ListHttpRoutesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_meshes
def list_meshes(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::NetworkServices::V1::ListMeshesResponse
Baseline implementation for the list_meshes REST call
- request_pb (::Google::Cloud::NetworkServices::V1::ListMeshesRequest) — 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::NetworkServices::V1::ListMeshesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::NetworkServices::V1::ListMeshesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_service_bindings
def list_service_bindings(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::NetworkServices::V1::ListServiceBindingsResponse
Baseline implementation for the list_service_bindings REST call
- request_pb (::Google::Cloud::NetworkServices::V1::ListServiceBindingsRequest) — 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::NetworkServices::V1::ListServiceBindingsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::NetworkServices::V1::ListServiceBindingsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_tcp_routes
def list_tcp_routes(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::NetworkServices::V1::ListTcpRoutesResponse
Baseline implementation for the list_tcp_routes REST call
- request_pb (::Google::Cloud::NetworkServices::V1::ListTcpRoutesRequest) — 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::NetworkServices::V1::ListTcpRoutesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::NetworkServices::V1::ListTcpRoutesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_tls_routes
def list_tls_routes(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::NetworkServices::V1::ListTlsRoutesResponse
Baseline implementation for the list_tls_routes REST call
- request_pb (::Google::Cloud::NetworkServices::V1::ListTlsRoutesRequest) — 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::NetworkServices::V1::ListTlsRoutesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::NetworkServices::V1::ListTlsRoutesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)
#update_endpoint_policy
def update_endpoint_policy(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_endpoint_policy REST call
- request_pb (::Google::Cloud::NetworkServices::V1::UpdateEndpointPolicyRequest) — 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)
#update_gateway
def update_gateway(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_gateway REST call
- request_pb (::Google::Cloud::NetworkServices::V1::UpdateGatewayRequest) — 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)
#update_grpc_route
def update_grpc_route(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_grpc_route REST call
- request_pb (::Google::Cloud::NetworkServices::V1::UpdateGrpcRouteRequest) — 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)
#update_http_route
def update_http_route(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_http_route REST call
- request_pb (::Google::Cloud::NetworkServices::V1::UpdateHttpRouteRequest) — 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)
#update_mesh
def update_mesh(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_mesh REST call
- request_pb (::Google::Cloud::NetworkServices::V1::UpdateMeshRequest) — 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)
#update_tcp_route
def update_tcp_route(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_tcp_route REST call
- request_pb (::Google::Cloud::NetworkServices::V1::UpdateTcpRouteRequest) — 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)
#update_tls_route
def update_tls_route(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_tls_route REST call
- request_pb (::Google::Cloud::NetworkServices::V1::UpdateTlsRouteRequest) — 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)