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 publicca aliases all exported identifiers in package 18 // "cloud.google.com/go/security/publicca/apiv1beta1/publiccapb". 19 // 20 // Deprecated: Please use types in: cloud.google.com/go/security/publicca/apiv1beta1/publiccapb. 21 // Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md 22 // for more details. 23 package publicca 24 25 import ( 26 src "cloud.google.com/go/security/publicca/apiv1beta1/publiccapb" 27 grpc "google.golang.org/grpc" 28 ) 29 30 // Deprecated: Please use vars in: cloud.google.com/go/security/publicca/apiv1beta1/publiccapb 31 var ( 32 File_google_cloud_security_publicca_v1beta1_resources_proto = src.File_google_cloud_security_publicca_v1beta1_resources_proto 33 File_google_cloud_security_publicca_v1beta1_service_proto = src.File_google_cloud_security_publicca_v1beta1_service_proto 34 ) 35 36 // Creates a new 37 // [ExternalAccountKey][google.cloud.security.publicca.v1beta1.ExternalAccountKey] 38 // in a given project. 39 // 40 // Deprecated: Please use types in: cloud.google.com/go/security/publicca/apiv1beta1/publiccapb 41 type CreateExternalAccountKeyRequest = src.CreateExternalAccountKeyRequest 42 43 // A representation of an ExternalAccountKey used for [external account 44 // binding](https://tools.ietf.org/html/rfc8555#section-7.3.4) within ACME. 45 // 46 // Deprecated: Please use types in: cloud.google.com/go/security/publicca/apiv1beta1/publiccapb 47 type ExternalAccountKey = src.ExternalAccountKey 48 49 // PublicCertificateAuthorityServiceClient is the client API for 50 // PublicCertificateAuthorityService service. For semantics around ctx use and 51 // closing/ending streaming RPCs, please refer to 52 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 53 // 54 // Deprecated: Please use types in: cloud.google.com/go/security/publicca/apiv1beta1/publiccapb 55 type PublicCertificateAuthorityServiceClient = src.PublicCertificateAuthorityServiceClient 56 57 // PublicCertificateAuthorityServiceServer is the server API for 58 // PublicCertificateAuthorityService service. 59 // 60 // Deprecated: Please use types in: cloud.google.com/go/security/publicca/apiv1beta1/publiccapb 61 type PublicCertificateAuthorityServiceServer = src.PublicCertificateAuthorityServiceServer 62 63 // UnimplementedPublicCertificateAuthorityServiceServer can be embedded to 64 // have forward compatible implementations. 65 // 66 // Deprecated: Please use types in: cloud.google.com/go/security/publicca/apiv1beta1/publiccapb 67 type UnimplementedPublicCertificateAuthorityServiceServer = src.UnimplementedPublicCertificateAuthorityServiceServer 68 69 // Deprecated: Please use funcs in: cloud.google.com/go/security/publicca/apiv1beta1/publiccapb 70 func NewPublicCertificateAuthorityServiceClient(cc grpc.ClientConnInterface) PublicCertificateAuthorityServiceClient { 71 return src.NewPublicCertificateAuthorityServiceClient(cc) 72 } 73 74 // Deprecated: Please use funcs in: cloud.google.com/go/security/publicca/apiv1beta1/publiccapb 75 func RegisterPublicCertificateAuthorityServiceServer(s *grpc.Server, srv PublicCertificateAuthorityServiceServer) { 76 src.RegisterPublicCertificateAuthorityServiceServer(s, srv) 77 } 78