# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: google/cloud/networkservices/v1/dep.proto for package 'Google.Cloud.NetworkServices.V1' # Original file comments: # Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # require 'grpc' require 'google/cloud/networkservices/v1/dep_pb' module Google module Cloud module NetworkServices module V1 module DepService # Service describing handlers for resources. class Service include ::GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'google.cloud.networkservices.v1.DepService' # Lists `LbTrafficExtension` resources in a given project and location. rpc :ListLbTrafficExtensions, ::Google::Cloud::NetworkServices::V1::ListLbTrafficExtensionsRequest, ::Google::Cloud::NetworkServices::V1::ListLbTrafficExtensionsResponse # Gets details of the specified `LbTrafficExtension` resource. rpc :GetLbTrafficExtension, ::Google::Cloud::NetworkServices::V1::GetLbTrafficExtensionRequest, ::Google::Cloud::NetworkServices::V1::LbTrafficExtension # Creates a new `LbTrafficExtension` resource in a given project and # location. rpc :CreateLbTrafficExtension, ::Google::Cloud::NetworkServices::V1::CreateLbTrafficExtensionRequest, ::Google::Longrunning::Operation # Updates the parameters of the specified `LbTrafficExtension` resource. rpc :UpdateLbTrafficExtension, ::Google::Cloud::NetworkServices::V1::UpdateLbTrafficExtensionRequest, ::Google::Longrunning::Operation # Deletes the specified `LbTrafficExtension` resource. rpc :DeleteLbTrafficExtension, ::Google::Cloud::NetworkServices::V1::DeleteLbTrafficExtensionRequest, ::Google::Longrunning::Operation # Lists `LbRouteExtension` resources in a given project and location. rpc :ListLbRouteExtensions, ::Google::Cloud::NetworkServices::V1::ListLbRouteExtensionsRequest, ::Google::Cloud::NetworkServices::V1::ListLbRouteExtensionsResponse # Gets details of the specified `LbRouteExtension` resource. rpc :GetLbRouteExtension, ::Google::Cloud::NetworkServices::V1::GetLbRouteExtensionRequest, ::Google::Cloud::NetworkServices::V1::LbRouteExtension # Creates a new `LbRouteExtension` resource in a given project and location. rpc :CreateLbRouteExtension, ::Google::Cloud::NetworkServices::V1::CreateLbRouteExtensionRequest, ::Google::Longrunning::Operation # Updates the parameters of the specified `LbRouteExtension` resource. rpc :UpdateLbRouteExtension, ::Google::Cloud::NetworkServices::V1::UpdateLbRouteExtensionRequest, ::Google::Longrunning::Operation # Deletes the specified `LbRouteExtension` resource. rpc :DeleteLbRouteExtension, ::Google::Cloud::NetworkServices::V1::DeleteLbRouteExtensionRequest, ::Google::Longrunning::Operation end Stub = Service.rpc_stub_class end end end end end