...

Source file src/google.golang.org/genproto/googleapis/cloud/certificatemanager/v1/alias.go

Documentation: google.golang.org/genproto/googleapis/cloud/certificatemanager/v1

     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 certificatemanager aliases all exported identifiers in package
    18  // "cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb".
    19  //
    20  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb.
    21  // Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md
    22  // for more details.
    23  package certificatemanager
    24  
    25  import (
    26  	src "cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb"
    27  	grpc "google.golang.org/grpc"
    28  )
    29  
    30  // Deprecated: Please use consts in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
    31  const (
    32  	CertificateIssuanceConfig_ECDSA_P256                                               = src.CertificateIssuanceConfig_ECDSA_P256
    33  	CertificateIssuanceConfig_KEY_ALGORITHM_UNSPECIFIED                                = src.CertificateIssuanceConfig_KEY_ALGORITHM_UNSPECIFIED
    34  	CertificateIssuanceConfig_RSA_2048                                                 = src.CertificateIssuanceConfig_RSA_2048
    35  	CertificateMapEntry_MATCHER_UNSPECIFIED                                            = src.CertificateMapEntry_MATCHER_UNSPECIFIED
    36  	CertificateMapEntry_PRIMARY                                                        = src.CertificateMapEntry_PRIMARY
    37  	Certificate_DEFAULT                                                                = src.Certificate_DEFAULT
    38  	Certificate_EDGE_CACHE                                                             = src.Certificate_EDGE_CACHE
    39  	Certificate_ManagedCertificate_ACTIVE                                              = src.Certificate_ManagedCertificate_ACTIVE
    40  	Certificate_ManagedCertificate_AuthorizationAttemptInfo_AUTHORIZED                 = src.Certificate_ManagedCertificate_AuthorizationAttemptInfo_AUTHORIZED
    41  	Certificate_ManagedCertificate_AuthorizationAttemptInfo_AUTHORIZING                = src.Certificate_ManagedCertificate_AuthorizationAttemptInfo_AUTHORIZING
    42  	Certificate_ManagedCertificate_AuthorizationAttemptInfo_CAA                        = src.Certificate_ManagedCertificate_AuthorizationAttemptInfo_CAA
    43  	Certificate_ManagedCertificate_AuthorizationAttemptInfo_CONFIG                     = src.Certificate_ManagedCertificate_AuthorizationAttemptInfo_CONFIG
    44  	Certificate_ManagedCertificate_AuthorizationAttemptInfo_FAILED                     = src.Certificate_ManagedCertificate_AuthorizationAttemptInfo_FAILED
    45  	Certificate_ManagedCertificate_AuthorizationAttemptInfo_FAILURE_REASON_UNSPECIFIED = src.Certificate_ManagedCertificate_AuthorizationAttemptInfo_FAILURE_REASON_UNSPECIFIED
    46  	Certificate_ManagedCertificate_AuthorizationAttemptInfo_RATE_LIMITED               = src.Certificate_ManagedCertificate_AuthorizationAttemptInfo_RATE_LIMITED
    47  	Certificate_ManagedCertificate_AuthorizationAttemptInfo_STATE_UNSPECIFIED          = src.Certificate_ManagedCertificate_AuthorizationAttemptInfo_STATE_UNSPECIFIED
    48  	Certificate_ManagedCertificate_FAILED                                              = src.Certificate_ManagedCertificate_FAILED
    49  	Certificate_ManagedCertificate_PROVISIONING                                        = src.Certificate_ManagedCertificate_PROVISIONING
    50  	Certificate_ManagedCertificate_ProvisioningIssue_AUTHORIZATION_ISSUE               = src.Certificate_ManagedCertificate_ProvisioningIssue_AUTHORIZATION_ISSUE
    51  	Certificate_ManagedCertificate_ProvisioningIssue_RATE_LIMITED                      = src.Certificate_ManagedCertificate_ProvisioningIssue_RATE_LIMITED
    52  	Certificate_ManagedCertificate_ProvisioningIssue_REASON_UNSPECIFIED                = src.Certificate_ManagedCertificate_ProvisioningIssue_REASON_UNSPECIFIED
    53  	Certificate_ManagedCertificate_STATE_UNSPECIFIED                                   = src.Certificate_ManagedCertificate_STATE_UNSPECIFIED
    54  	ServingState_ACTIVE                                                                = src.ServingState_ACTIVE
    55  	ServingState_PENDING                                                               = src.ServingState_PENDING
    56  	ServingState_SERVING_STATE_UNSPECIFIED                                             = src.ServingState_SERVING_STATE_UNSPECIFIED
    57  )
    58  
    59  // Deprecated: Please use vars in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
    60  var (
    61  	CertificateIssuanceConfig_KeyAlgorithm_name                                 = src.CertificateIssuanceConfig_KeyAlgorithm_name
    62  	CertificateIssuanceConfig_KeyAlgorithm_value                                = src.CertificateIssuanceConfig_KeyAlgorithm_value
    63  	CertificateMapEntry_Matcher_name                                            = src.CertificateMapEntry_Matcher_name
    64  	CertificateMapEntry_Matcher_value                                           = src.CertificateMapEntry_Matcher_value
    65  	Certificate_ManagedCertificate_AuthorizationAttemptInfo_FailureReason_name  = src.Certificate_ManagedCertificate_AuthorizationAttemptInfo_FailureReason_name
    66  	Certificate_ManagedCertificate_AuthorizationAttemptInfo_FailureReason_value = src.Certificate_ManagedCertificate_AuthorizationAttemptInfo_FailureReason_value
    67  	Certificate_ManagedCertificate_AuthorizationAttemptInfo_State_name          = src.Certificate_ManagedCertificate_AuthorizationAttemptInfo_State_name
    68  	Certificate_ManagedCertificate_AuthorizationAttemptInfo_State_value         = src.Certificate_ManagedCertificate_AuthorizationAttemptInfo_State_value
    69  	Certificate_ManagedCertificate_ProvisioningIssue_Reason_name                = src.Certificate_ManagedCertificate_ProvisioningIssue_Reason_name
    70  	Certificate_ManagedCertificate_ProvisioningIssue_Reason_value               = src.Certificate_ManagedCertificate_ProvisioningIssue_Reason_value
    71  	Certificate_ManagedCertificate_State_name                                   = src.Certificate_ManagedCertificate_State_name
    72  	Certificate_ManagedCertificate_State_value                                  = src.Certificate_ManagedCertificate_State_value
    73  	Certificate_Scope_name                                                      = src.Certificate_Scope_name
    74  	Certificate_Scope_value                                                     = src.Certificate_Scope_value
    75  	File_google_cloud_certificatemanager_v1_certificate_issuance_config_proto   = src.File_google_cloud_certificatemanager_v1_certificate_issuance_config_proto
    76  	File_google_cloud_certificatemanager_v1_certificate_manager_proto           = src.File_google_cloud_certificatemanager_v1_certificate_manager_proto
    77  	ServingState_name                                                           = src.ServingState_name
    78  	ServingState_value                                                          = src.ServingState_value
    79  )
    80  
    81  // Defines TLS certificate.
    82  //
    83  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
    84  type Certificate = src.Certificate
    85  
    86  // CertificateIssuanceConfig specifies how to issue and manage a certificate.
    87  //
    88  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
    89  type CertificateIssuanceConfig = src.CertificateIssuanceConfig
    90  
    91  // The CA that issues the workload certificate. It includes CA address, type,
    92  // authentication to CA service, etc.
    93  //
    94  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
    95  type CertificateIssuanceConfig_CertificateAuthorityConfig = src.CertificateIssuanceConfig_CertificateAuthorityConfig
    96  
    97  // Contains information required to contact CA service.
    98  //
    99  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   100  type CertificateIssuanceConfig_CertificateAuthorityConfig_CertificateAuthorityServiceConfig = src.CertificateIssuanceConfig_CertificateAuthorityConfig_CertificateAuthorityServiceConfig
   101  type CertificateIssuanceConfig_CertificateAuthorityConfig_CertificateAuthorityServiceConfig_ = src.CertificateIssuanceConfig_CertificateAuthorityConfig_CertificateAuthorityServiceConfig_
   102  
   103  // The type of keypair to generate.
   104  //
   105  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   106  type CertificateIssuanceConfig_KeyAlgorithm = src.CertificateIssuanceConfig_KeyAlgorithm
   107  
   108  // CertificateManagerClient is the client API for CertificateManager service.
   109  // For semantics around ctx use and closing/ending streaming RPCs, please refer
   110  // to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
   111  //
   112  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   113  type CertificateManagerClient = src.CertificateManagerClient
   114  
   115  // CertificateManagerServer is the server API for CertificateManager service.
   116  //
   117  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   118  type CertificateManagerServer = src.CertificateManagerServer
   119  
   120  // Defines a collection of certificate configurations.
   121  //
   122  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   123  type CertificateMap = src.CertificateMap
   124  
   125  // Defines a certificate map entry.
   126  //
   127  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   128  type CertificateMapEntry = src.CertificateMapEntry
   129  type CertificateMapEntry_Hostname = src.CertificateMapEntry_Hostname
   130  
   131  // Defines predefined cases other than SNI-hostname match when this
   132  // configuration should be applied.
   133  //
   134  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   135  type CertificateMapEntry_Matcher = src.CertificateMapEntry_Matcher
   136  type CertificateMapEntry_Matcher_ = src.CertificateMapEntry_Matcher_
   137  
   138  // Describes a Target Proxy which uses this Certificate Map.
   139  //
   140  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   141  type CertificateMap_GclbTarget = src.CertificateMap_GclbTarget
   142  
   143  // Defines IP configuration where this Certificate Map is serving.
   144  //
   145  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   146  type CertificateMap_GclbTarget_IpConfig = src.CertificateMap_GclbTarget_IpConfig
   147  type CertificateMap_GclbTarget_TargetHttpsProxy = src.CertificateMap_GclbTarget_TargetHttpsProxy
   148  type CertificateMap_GclbTarget_TargetSslProxy = src.CertificateMap_GclbTarget_TargetSslProxy
   149  type Certificate_Managed = src.Certificate_Managed
   150  
   151  // Configuration and state of a Managed Certificate. Certificate Manager
   152  // provisions and renews Managed Certificates automatically, for as long as
   153  // it's authorized to do so.
   154  //
   155  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   156  type Certificate_ManagedCertificate = src.Certificate_ManagedCertificate
   157  
   158  // State of the latest attempt to authorize a domain for certificate issuance.
   159  //
   160  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   161  type Certificate_ManagedCertificate_AuthorizationAttemptInfo = src.Certificate_ManagedCertificate_AuthorizationAttemptInfo
   162  type Certificate_ManagedCertificate_AuthorizationAttemptInfo_FailureReason = src.Certificate_ManagedCertificate_AuthorizationAttemptInfo_FailureReason
   163  type Certificate_ManagedCertificate_AuthorizationAttemptInfo_State = src.Certificate_ManagedCertificate_AuthorizationAttemptInfo_State
   164  
   165  // Information about issues with provisioning a Managed Certificate.
   166  //
   167  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   168  type Certificate_ManagedCertificate_ProvisioningIssue = src.Certificate_ManagedCertificate_ProvisioningIssue
   169  type Certificate_ManagedCertificate_ProvisioningIssue_Reason = src.Certificate_ManagedCertificate_ProvisioningIssue_Reason
   170  type Certificate_ManagedCertificate_State = src.Certificate_ManagedCertificate_State
   171  
   172  // Certificate scope.
   173  //
   174  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   175  type Certificate_Scope = src.Certificate_Scope
   176  type Certificate_SelfManaged = src.Certificate_SelfManaged
   177  
   178  // Certificate data for a SelfManaged Certificate. SelfManaged Certificates
   179  // are uploaded by the user. Updating such certificates before they expire
   180  // remains the user's responsibility.
   181  //
   182  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   183  type Certificate_SelfManagedCertificate = src.Certificate_SelfManagedCertificate
   184  
   185  // Request for the `CreateCertificateIssuanceConfig` method.
   186  //
   187  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   188  type CreateCertificateIssuanceConfigRequest = src.CreateCertificateIssuanceConfigRequest
   189  
   190  // Request for the `CreateCertificateMapEntry` method.
   191  //
   192  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   193  type CreateCertificateMapEntryRequest = src.CreateCertificateMapEntryRequest
   194  
   195  // Request for the `CreateCertificateMap` method.
   196  //
   197  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   198  type CreateCertificateMapRequest = src.CreateCertificateMapRequest
   199  
   200  // Request for the `CreateCertificate` method.
   201  //
   202  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   203  type CreateCertificateRequest = src.CreateCertificateRequest
   204  
   205  // Request for the `CreateDnsAuthorization` method.
   206  //
   207  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   208  type CreateDnsAuthorizationRequest = src.CreateDnsAuthorizationRequest
   209  
   210  // Request for the `DeleteCertificateIssuanceConfig` method.
   211  //
   212  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   213  type DeleteCertificateIssuanceConfigRequest = src.DeleteCertificateIssuanceConfigRequest
   214  
   215  // Request for the `DeleteCertificateMapEntry` method.
   216  //
   217  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   218  type DeleteCertificateMapEntryRequest = src.DeleteCertificateMapEntryRequest
   219  
   220  // Request for the `DeleteCertificateMap` method.
   221  //
   222  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   223  type DeleteCertificateMapRequest = src.DeleteCertificateMapRequest
   224  
   225  // Request for the `DeleteCertificate` method.
   226  //
   227  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   228  type DeleteCertificateRequest = src.DeleteCertificateRequest
   229  
   230  // Request for the `DeleteDnsAuthorization` method.
   231  //
   232  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   233  type DeleteDnsAuthorizationRequest = src.DeleteDnsAuthorizationRequest
   234  
   235  // A DnsAuthorization resource describes a way to perform domain authorization
   236  // for certificate issuance.
   237  //
   238  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   239  type DnsAuthorization = src.DnsAuthorization
   240  
   241  // The structure describing the DNS Resource Record that needs to be added to
   242  // DNS configuration for the authorization to be usable by certificate.
   243  //
   244  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   245  type DnsAuthorization_DnsResourceRecord = src.DnsAuthorization_DnsResourceRecord
   246  
   247  // Request for the `GetCertificateIssuanceConfig` method.
   248  //
   249  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   250  type GetCertificateIssuanceConfigRequest = src.GetCertificateIssuanceConfigRequest
   251  
   252  // Request for the `GetCertificateMapEntry` method.
   253  //
   254  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   255  type GetCertificateMapEntryRequest = src.GetCertificateMapEntryRequest
   256  
   257  // Request for the `GetCertificateMap` method.
   258  //
   259  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   260  type GetCertificateMapRequest = src.GetCertificateMapRequest
   261  
   262  // Request for the `GetCertificate` method.
   263  //
   264  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   265  type GetCertificateRequest = src.GetCertificateRequest
   266  
   267  // Request for the `GetDnsAuthorization` method.
   268  //
   269  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   270  type GetDnsAuthorizationRequest = src.GetDnsAuthorizationRequest
   271  
   272  // Request for the `ListCertificateIssuanceConfigs` method.
   273  //
   274  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   275  type ListCertificateIssuanceConfigsRequest = src.ListCertificateIssuanceConfigsRequest
   276  
   277  // Response for the `ListCertificateIssuanceConfigs` method.
   278  //
   279  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   280  type ListCertificateIssuanceConfigsResponse = src.ListCertificateIssuanceConfigsResponse
   281  
   282  // Request for the `ListCertificateMapEntries` method.
   283  //
   284  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   285  type ListCertificateMapEntriesRequest = src.ListCertificateMapEntriesRequest
   286  
   287  // Response for the `ListCertificateMapEntries` method.
   288  //
   289  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   290  type ListCertificateMapEntriesResponse = src.ListCertificateMapEntriesResponse
   291  
   292  // Request for the `ListCertificateMaps` method.
   293  //
   294  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   295  type ListCertificateMapsRequest = src.ListCertificateMapsRequest
   296  
   297  // Response for the `ListCertificateMaps` method.
   298  //
   299  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   300  type ListCertificateMapsResponse = src.ListCertificateMapsResponse
   301  
   302  // Request for the `ListCertificates` method.
   303  //
   304  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   305  type ListCertificatesRequest = src.ListCertificatesRequest
   306  
   307  // Response for the `ListCertificates` method.
   308  //
   309  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   310  type ListCertificatesResponse = src.ListCertificatesResponse
   311  
   312  // Request for the `ListDnsAuthorizations` method.
   313  //
   314  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   315  type ListDnsAuthorizationsRequest = src.ListDnsAuthorizationsRequest
   316  
   317  // Response for the `ListDnsAuthorizations` method.
   318  //
   319  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   320  type ListDnsAuthorizationsResponse = src.ListDnsAuthorizationsResponse
   321  
   322  // Represents the metadata of the long-running operation. Output only.
   323  //
   324  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   325  type OperationMetadata = src.OperationMetadata
   326  
   327  // Defines set of serving states associated with a resource.
   328  //
   329  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   330  type ServingState = src.ServingState
   331  
   332  // UnimplementedCertificateManagerServer can be embedded to have forward
   333  // compatible implementations.
   334  //
   335  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   336  type UnimplementedCertificateManagerServer = src.UnimplementedCertificateManagerServer
   337  
   338  // Request for the `UpdateCertificateMapEntry` method.
   339  //
   340  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   341  type UpdateCertificateMapEntryRequest = src.UpdateCertificateMapEntryRequest
   342  
   343  // Request for the `UpdateCertificateMap` method.
   344  //
   345  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   346  type UpdateCertificateMapRequest = src.UpdateCertificateMapRequest
   347  
   348  // Request for the `UpdateCertificate` method.
   349  //
   350  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   351  type UpdateCertificateRequest = src.UpdateCertificateRequest
   352  
   353  // Request for the `UpdateDnsAuthorization` method.
   354  //
   355  // Deprecated: Please use types in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   356  type UpdateDnsAuthorizationRequest = src.UpdateDnsAuthorizationRequest
   357  
   358  // Deprecated: Please use funcs in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   359  func NewCertificateManagerClient(cc grpc.ClientConnInterface) CertificateManagerClient {
   360  	return src.NewCertificateManagerClient(cc)
   361  }
   362  
   363  // Deprecated: Please use funcs in: cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb
   364  func RegisterCertificateManagerServer(s *grpc.Server, srv CertificateManagerServer) {
   365  	src.RegisterCertificateManagerServer(s, srv)
   366  }
   367  

View as plain text