1 // Copyright 2022 Google LLC 2 // 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 // you may not use this file except in compliance with the License. 5 // You may obtain a copy of the License at 6 // 7 // http://www.apache.org/licenses/LICENSE-2.0 8 // 9 // Unless required by applicable law or agreed to in writing, software 10 // distributed under the License is distributed on an "AS IS" BASIS, 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 // See the License for the specific language governing permissions and 13 // limitations under the License. 14 15 // Code generated by aliasgen. DO NOT EDIT. 16 17 // Package containeranalysis aliases all exported identifiers in package 18 // "cloud.google.com/go/containeranalysis/apiv1beta1/containeranalysispb". 19 // 20 // Deprecated: Please use types in: cloud.google.com/go/containeranalysis/apiv1beta1/containeranalysispb. 21 // Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md 22 // for more details. 23 package containeranalysis 24 25 import ( 26 src "cloud.google.com/go/containeranalysis/apiv1beta1/containeranalysispb" 27 grpc "google.golang.org/grpc" 28 ) 29 30 // Deprecated: Please use vars in: cloud.google.com/go/containeranalysis/apiv1beta1/containeranalysispb 31 var ( 32 File_google_devtools_containeranalysis_v1beta1_containeranalysis_proto = src.File_google_devtools_containeranalysis_v1beta1_containeranalysis_proto 33 ) 34 35 // ContainerAnalysisV1Beta1Client is the client API for 36 // ContainerAnalysisV1Beta1 service. For semantics around ctx use and 37 // closing/ending streaming RPCs, please refer to 38 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 39 // 40 // Deprecated: Please use types in: cloud.google.com/go/containeranalysis/apiv1beta1/containeranalysispb 41 type ContainerAnalysisV1Beta1Client = src.ContainerAnalysisV1Beta1Client 42 43 // ContainerAnalysisV1Beta1Server is the server API for 44 // ContainerAnalysisV1Beta1 service. 45 // 46 // Deprecated: Please use types in: cloud.google.com/go/containeranalysis/apiv1beta1/containeranalysispb 47 type ContainerAnalysisV1Beta1Server = src.ContainerAnalysisV1Beta1Server 48 49 // UnimplementedContainerAnalysisV1Beta1Server can be embedded to have forward 50 // compatible implementations. 51 // 52 // Deprecated: Please use types in: cloud.google.com/go/containeranalysis/apiv1beta1/containeranalysispb 53 type UnimplementedContainerAnalysisV1Beta1Server = src.UnimplementedContainerAnalysisV1Beta1Server 54 55 // Deprecated: Please use funcs in: cloud.google.com/go/containeranalysis/apiv1beta1/containeranalysispb 56 func NewContainerAnalysisV1Beta1Client(cc grpc.ClientConnInterface) ContainerAnalysisV1Beta1Client { 57 return src.NewContainerAnalysisV1Beta1Client(cc) 58 } 59 60 // Deprecated: Please use funcs in: cloud.google.com/go/containeranalysis/apiv1beta1/containeranalysispb 61 func RegisterContainerAnalysisV1Beta1Server(s *grpc.Server, srv ContainerAnalysisV1Beta1Server) { 62 src.RegisterContainerAnalysisV1Beta1Server(s, srv) 63 } 64