Sha256: 78a4e4b8c468016e4b38da6f641ab0ef3f02f3f7b73cb7b868840e6cf5641535
Contents?: true
Size: 1.9 KB
Versions: 14
Compression:
Stored size: 1.9 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: google/cloud/apigeeregistry/v1/provisioning_service.proto for package 'Google.Cloud.ApigeeRegistry.V1' # Original file comments: # Copyright 2022 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/apigeeregistry/v1/provisioning_service_pb' module Google module Cloud module ApigeeRegistry module V1 module Provisioning # The service that is used for managing the data plane provisioning of the # Registry. class Service include ::GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'google.cloud.apigeeregistry.v1.Provisioning' # Provisions instance resources for the Registry. rpc :CreateInstance, ::Google::Cloud::ApigeeRegistry::V1::CreateInstanceRequest, ::Google::Longrunning::Operation # Deletes the Registry instance. rpc :DeleteInstance, ::Google::Cloud::ApigeeRegistry::V1::DeleteInstanceRequest, ::Google::Longrunning::Operation # Gets details of a single Instance. rpc :GetInstance, ::Google::Cloud::ApigeeRegistry::V1::GetInstanceRequest, ::Google::Cloud::ApigeeRegistry::V1::Instance end Stub = Service.rpc_stub_class end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems