Certificate Authority API v1 - Package cloud.google.com/go/security/privateca/apiv1 (v1.19.2) Stay organized with collections Save and categorize content based on your preferences.
Package privateca is an auto-generated package for theCertificate Authority API.
The Certificate Authority Service API is a highly-available, scalableservice that enables you to simplify and automate the management ofprivate certificate authorities (CAs) while staying in control of yourprivate keys.
General documentation
For information that is relevant for all client libraries please referencehttps://pkg.go.dev/cloud.google.com/go#pkg-overview. Some information on thispage includes:
- Authentication and Authorization
- Timeouts and Cancellation
- Testing against Client Libraries
- Debugging Client Libraries
- Inspecting errors
Example usage
To get started with this package, create a client.
// go get cloud.google.com/go/security/privateca/apiv1@latestctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()
The client will use your default application credentials. Clients should be reused instead of created as needed.The methods of Client are safe for concurrent use by multiple goroutines.The returned client must be Closed when it is done being used.
Using the Client
The following is an example of making an API call with the newly created client, mentioned above.
req:=&privatecapb.ActivateCertificateAuthorityRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#ActivateCertificateAuthorityRequest.}op,err:=c.ActivateCertificateAuthority(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp
Use of Context
The ctx passed to NewCertificateAuthorityClient is used for authentication requests andfor creating the underlying connection, but is not used for subsequent calls.Individual methods on the client use the ctx given to them.
To close the open connection, use the Close() method.
Functions
func DefaultAuthScopes
funcDefaultAuthScopes()[]stringDefaultAuthScopes reports the default set of authentication scopes to use with this package.
ActivateCertificateAuthorityOperation
typeActivateCertificateAuthorityOperationstruct{// contains filtered or unexported fields}ActivateCertificateAuthorityOperation manages a long-running operation from ActivateCertificateAuthority.
func (*ActivateCertificateAuthorityOperation) Done
func(op*ActivateCertificateAuthorityOperation)Done()boolDone reports whether the long-running operation has completed.
func (*ActivateCertificateAuthorityOperation) Metadata
func(op*ActivateCertificateAuthorityOperation)Metadata()(*privatecapb.OperationMetadata,error)Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.
func (*ActivateCertificateAuthorityOperation) Name
func(op*ActivateCertificateAuthorityOperation)Name()stringName returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.
func (*ActivateCertificateAuthorityOperation) Poll
func(op*ActivateCertificateAuthorityOperation)Poll(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CertificateAuthority,error)Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*ActivateCertificateAuthorityOperation) Wait
func(op*ActivateCertificateAuthorityOperation)Wait(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CertificateAuthority,error)Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
CaPoolIterator
typeCaPoolIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*privatecapb.CaPool,nextPageTokenstring,errerror)// contains filtered or unexported fields}CaPoolIterator manages a stream of *privatecapb.CaPool.
func (*CaPoolIterator) All
func(it*CaPoolIterator)All()iter.Seq2[*privatecapb.CaPool,error]All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.
func (*CaPoolIterator) Next
func(it*CaPoolIterator)Next()(*privatecapb.CaPool,error)Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.
func (*CaPoolIterator) PageInfo
func(it*CaPoolIterator)PageInfo()*iterator.PageInfoPageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.
CertificateAuthorityCallOptions
typeCertificateAuthorityCallOptionsstruct{CreateCertificate[]gax.CallOptionGetCertificate[]gax.CallOptionListCertificates[]gax.CallOptionRevokeCertificate[]gax.CallOptionUpdateCertificate[]gax.CallOptionActivateCertificateAuthority[]gax.CallOptionCreateCertificateAuthority[]gax.CallOptionDisableCertificateAuthority[]gax.CallOptionEnableCertificateAuthority[]gax.CallOptionFetchCertificateAuthorityCsr[]gax.CallOptionGetCertificateAuthority[]gax.CallOptionListCertificateAuthorities[]gax.CallOptionUndeleteCertificateAuthority[]gax.CallOptionDeleteCertificateAuthority[]gax.CallOptionUpdateCertificateAuthority[]gax.CallOptionCreateCaPool[]gax.CallOptionUpdateCaPool[]gax.CallOptionGetCaPool[]gax.CallOptionListCaPools[]gax.CallOptionDeleteCaPool[]gax.CallOptionFetchCaCerts[]gax.CallOptionGetCertificateRevocationList[]gax.CallOptionListCertificateRevocationLists[]gax.CallOptionUpdateCertificateRevocationList[]gax.CallOptionCreateCertificateTemplate[]gax.CallOptionDeleteCertificateTemplate[]gax.CallOptionGetCertificateTemplate[]gax.CallOptionListCertificateTemplates[]gax.CallOptionUpdateCertificateTemplate[]gax.CallOptionGetLocation[]gax.CallOptionListLocations[]gax.CallOptionGetIamPolicy[]gax.CallOptionSetIamPolicy[]gax.CallOptionTestIamPermissions[]gax.CallOptionCancelOperation[]gax.CallOptionDeleteOperation[]gax.CallOptionGetOperation[]gax.CallOptionListOperations[]gax.CallOption}CertificateAuthorityCallOptions contains the retry settings for each method of CertificateAuthorityClient.
CertificateAuthorityClient
typeCertificateAuthorityClientstruct{// The call options for this service.CallOptions*CertificateAuthorityCallOptions// LROClient is used internally to handle long-running operations.// It is exposed so that its CallOptions can be modified if required.// Users should not Close this client.LROClient*lroauto.OperationsClient// contains filtered or unexported fields}CertificateAuthorityClient is a client for interacting with Certificate Authority API.Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
[Certificate AuthorityService][google.cloud.security.privateca.v1.CertificateAuthorityService]manages private certificate authorities and issued certificates.
func NewCertificateAuthorityClient
funcNewCertificateAuthorityClient(ctxcontext.Context,opts...option.ClientOption)(*CertificateAuthorityClient,error)NewCertificateAuthorityClient creates a new certificate authority service client based on gRPC.The returned client must be Closed when it is done being used to clean up its underlying connections.
[Certificate AuthorityService][google.cloud.security.privateca.v1.CertificateAuthorityService]manages private certificate authorities and issued certificates.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()// TODO: Use client._=c}func NewCertificateAuthorityRESTClient
funcNewCertificateAuthorityRESTClient(ctxcontext.Context,opts...option.ClientOption)(*CertificateAuthorityClient,error)NewCertificateAuthorityRESTClient creates a new certificate authority service rest client.
[Certificate AuthorityService][google.cloud.security.privateca.v1.CertificateAuthorityService]manages private certificate authorities and issued certificates.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityRESTClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()// TODO: Use client._=c}func (*CertificateAuthorityClient) ActivateCertificateAuthority
func(c*CertificateAuthorityClient)ActivateCertificateAuthority(ctxcontext.Context,req*privatecapb.ActivateCertificateAuthorityRequest,opts...gax.CallOption)(*ActivateCertificateAuthorityOperation,error)ActivateCertificateAuthority activate aCertificateAuthoritythat is in stateAWAITING_USER_ACTIVATIONand is of typeSUBORDINATE.After the parent Certificate Authority signs a certificate signing requestfromFetchCertificateAuthorityCsr,this method can complete the activation process.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.ActivateCertificateAuthorityRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#ActivateCertificateAuthorityRequest.}op,err:=c.ActivateCertificateAuthority(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) ActivateCertificateAuthorityOperation
func(c*CertificateAuthorityClient)ActivateCertificateAuthorityOperation(namestring)*ActivateCertificateAuthorityOperationActivateCertificateAuthorityOperation returns a new ActivateCertificateAuthorityOperation from a given name.The name must be that of a previously created ActivateCertificateAuthorityOperation, possibly from a different process.
func (*CertificateAuthorityClient) CancelOperation
func(c*CertificateAuthorityClient)CancelOperation(ctxcontext.Context,req*longrunningpb.CancelOperationRequest,opts...gax.CallOption)errorCancelOperation is a utility method from google.longrunning.Operations.
Example
packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"privateca"cloud.google.com/go/security/privateca/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.CancelOperationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#CancelOperationRequest.}err=c.CancelOperation(ctx,req)iferr!=nil{// TODO: Handle error.}}func (*CertificateAuthorityClient) Close
func(c*CertificateAuthorityClient)Close()errorClose closes the connection to the API service. The user should invoke this whenthe client is no longer required.
func (*CertificateAuthorityClient) Connection (deprecated)
func(c*CertificateAuthorityClient)Connection()*grpc.ClientConnConnection returns a connection to the API service.
Deprecated: Connections are now pooled so this method does not alwaysreturn the same resource.
func (*CertificateAuthorityClient) CreateCaPool
func(c*CertificateAuthorityClient)CreateCaPool(ctxcontext.Context,req*privatecapb.CreateCaPoolRequest,opts...gax.CallOption)(*CreateCaPoolOperation,error)CreateCaPool create a CaPool.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.CreateCaPoolRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#CreateCaPoolRequest.}op,err:=c.CreateCaPool(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) CreateCaPoolOperation
func(c*CertificateAuthorityClient)CreateCaPoolOperation(namestring)*CreateCaPoolOperationCreateCaPoolOperation returns a new CreateCaPoolOperation from a given name.The name must be that of a previously created CreateCaPoolOperation, possibly from a different process.
func (*CertificateAuthorityClient) CreateCertificate
func(c*CertificateAuthorityClient)CreateCertificate(ctxcontext.Context,req*privatecapb.CreateCertificateRequest,opts...gax.CallOption)(*privatecapb.Certificate,error)CreateCertificate create a new Certificatein a given Project, Location from a particularCaPool.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.CreateCertificateRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#CreateCertificateRequest.}resp,err:=c.CreateCertificate(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) CreateCertificateAuthority
func(c*CertificateAuthorityClient)CreateCertificateAuthority(ctxcontext.Context,req*privatecapb.CreateCertificateAuthorityRequest,opts...gax.CallOption)(*CreateCertificateAuthorityOperation,error)CreateCertificateAuthority create a newCertificateAuthorityin a given Project and Location.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.CreateCertificateAuthorityRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#CreateCertificateAuthorityRequest.}op,err:=c.CreateCertificateAuthority(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) CreateCertificateAuthorityOperation
func(c*CertificateAuthorityClient)CreateCertificateAuthorityOperation(namestring)*CreateCertificateAuthorityOperationCreateCertificateAuthorityOperation returns a new CreateCertificateAuthorityOperation from a given name.The name must be that of a previously created CreateCertificateAuthorityOperation, possibly from a different process.
func (*CertificateAuthorityClient) CreateCertificateTemplate
func(c*CertificateAuthorityClient)CreateCertificateTemplate(ctxcontext.Context,req*privatecapb.CreateCertificateTemplateRequest,opts...gax.CallOption)(*CreateCertificateTemplateOperation,error)CreateCertificateTemplate create a newCertificateTemplatein a given Project and Location.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.CreateCertificateTemplateRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#CreateCertificateTemplateRequest.}op,err:=c.CreateCertificateTemplate(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) CreateCertificateTemplateOperation
func(c*CertificateAuthorityClient)CreateCertificateTemplateOperation(namestring)*CreateCertificateTemplateOperationCreateCertificateTemplateOperation returns a new CreateCertificateTemplateOperation from a given name.The name must be that of a previously created CreateCertificateTemplateOperation, possibly from a different process.
func (*CertificateAuthorityClient) DeleteCaPool
func(c*CertificateAuthorityClient)DeleteCaPool(ctxcontext.Context,req*privatecapb.DeleteCaPoolRequest,opts...gax.CallOption)(*DeleteCaPoolOperation,error)DeleteCaPool delete a CaPool.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.DeleteCaPoolRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#DeleteCaPoolRequest.}op,err:=c.DeleteCaPool(ctx,req)iferr!=nil{// TODO: Handle error.}err=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}}func (*CertificateAuthorityClient) DeleteCaPoolOperation
func(c*CertificateAuthorityClient)DeleteCaPoolOperation(namestring)*DeleteCaPoolOperationDeleteCaPoolOperation returns a new DeleteCaPoolOperation from a given name.The name must be that of a previously created DeleteCaPoolOperation, possibly from a different process.
func (*CertificateAuthorityClient) DeleteCertificateAuthority
func(c*CertificateAuthorityClient)DeleteCertificateAuthority(ctxcontext.Context,req*privatecapb.DeleteCertificateAuthorityRequest,opts...gax.CallOption)(*DeleteCertificateAuthorityOperation,error)DeleteCertificateAuthority delete aCertificateAuthority.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.DeleteCertificateAuthorityRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#DeleteCertificateAuthorityRequest.}op,err:=c.DeleteCertificateAuthority(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) DeleteCertificateAuthorityOperation
func(c*CertificateAuthorityClient)DeleteCertificateAuthorityOperation(namestring)*DeleteCertificateAuthorityOperationDeleteCertificateAuthorityOperation returns a new DeleteCertificateAuthorityOperation from a given name.The name must be that of a previously created DeleteCertificateAuthorityOperation, possibly from a different process.
func (*CertificateAuthorityClient) DeleteCertificateTemplate
func(c*CertificateAuthorityClient)DeleteCertificateTemplate(ctxcontext.Context,req*privatecapb.DeleteCertificateTemplateRequest,opts...gax.CallOption)(*DeleteCertificateTemplateOperation,error)DeleteCertificateTemplate deleteCertificateTemplate deletes aCertificateTemplate.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.DeleteCertificateTemplateRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#DeleteCertificateTemplateRequest.}op,err:=c.DeleteCertificateTemplate(ctx,req)iferr!=nil{// TODO: Handle error.}err=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}}func (*CertificateAuthorityClient) DeleteCertificateTemplateOperation
func(c*CertificateAuthorityClient)DeleteCertificateTemplateOperation(namestring)*DeleteCertificateTemplateOperationDeleteCertificateTemplateOperation returns a new DeleteCertificateTemplateOperation from a given name.The name must be that of a previously created DeleteCertificateTemplateOperation, possibly from a different process.
func (*CertificateAuthorityClient) DeleteOperation
func(c*CertificateAuthorityClient)DeleteOperation(ctxcontext.Context,req*longrunningpb.DeleteOperationRequest,opts...gax.CallOption)errorDeleteOperation is a utility method from google.longrunning.Operations.
Example
packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"privateca"cloud.google.com/go/security/privateca/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.DeleteOperationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#DeleteOperationRequest.}err=c.DeleteOperation(ctx,req)iferr!=nil{// TODO: Handle error.}}func (*CertificateAuthorityClient) DisableCertificateAuthority
func(c*CertificateAuthorityClient)DisableCertificateAuthority(ctxcontext.Context,req*privatecapb.DisableCertificateAuthorityRequest,opts...gax.CallOption)(*DisableCertificateAuthorityOperation,error)DisableCertificateAuthority disable aCertificateAuthority.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.DisableCertificateAuthorityRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#DisableCertificateAuthorityRequest.}op,err:=c.DisableCertificateAuthority(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) DisableCertificateAuthorityOperation
func(c*CertificateAuthorityClient)DisableCertificateAuthorityOperation(namestring)*DisableCertificateAuthorityOperationDisableCertificateAuthorityOperation returns a new DisableCertificateAuthorityOperation from a given name.The name must be that of a previously created DisableCertificateAuthorityOperation, possibly from a different process.
func (*CertificateAuthorityClient) EnableCertificateAuthority
func(c*CertificateAuthorityClient)EnableCertificateAuthority(ctxcontext.Context,req*privatecapb.EnableCertificateAuthorityRequest,opts...gax.CallOption)(*EnableCertificateAuthorityOperation,error)EnableCertificateAuthority enable aCertificateAuthority.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.EnableCertificateAuthorityRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#EnableCertificateAuthorityRequest.}op,err:=c.EnableCertificateAuthority(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) EnableCertificateAuthorityOperation
func(c*CertificateAuthorityClient)EnableCertificateAuthorityOperation(namestring)*EnableCertificateAuthorityOperationEnableCertificateAuthorityOperation returns a new EnableCertificateAuthorityOperation from a given name.The name must be that of a previously created EnableCertificateAuthorityOperation, possibly from a different process.
func (*CertificateAuthorityClient) FetchCaCerts
func(c*CertificateAuthorityClient)FetchCaCerts(ctxcontext.Context,req*privatecapb.FetchCaCertsRequest,opts...gax.CallOption)(*privatecapb.FetchCaCertsResponse,error)FetchCaCerts fetchCaCerts returns the current trust anchor for theCaPool. This will include CAcertificate chains for all certificate authorities in the ENABLED,DISABLED, or STAGED states.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.FetchCaCertsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#FetchCaCertsRequest.}resp,err:=c.FetchCaCerts(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) FetchCertificateAuthorityCsr
func(c*CertificateAuthorityClient)FetchCertificateAuthorityCsr(ctxcontext.Context,req*privatecapb.FetchCertificateAuthorityCsrRequest,opts...gax.CallOption)(*privatecapb.FetchCertificateAuthorityCsrResponse,error)FetchCertificateAuthorityCsr fetch a certificate signing request (CSR) from aCertificateAuthoritythat is in stateAWAITING_USER_ACTIVATIONand is of typeSUBORDINATE.The CSR must then be signed by the desired parent Certificate Authority,which could be anotherCertificateAuthorityresource, or could be an on-prem certificate authority. See alsoActivateCertificateAuthority.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.FetchCertificateAuthorityCsrRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#FetchCertificateAuthorityCsrRequest.}resp,err:=c.FetchCertificateAuthorityCsr(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) GetCaPool
func(c*CertificateAuthorityClient)GetCaPool(ctxcontext.Context,req*privatecapb.GetCaPoolRequest,opts...gax.CallOption)(*privatecapb.CaPool,error)GetCaPool returns a CaPool.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.GetCaPoolRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#GetCaPoolRequest.}resp,err:=c.GetCaPool(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) GetCertificate
func(c*CertificateAuthorityClient)GetCertificate(ctxcontext.Context,req*privatecapb.GetCertificateRequest,opts...gax.CallOption)(*privatecapb.Certificate,error)GetCertificate returns a Certificate.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.GetCertificateRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#GetCertificateRequest.}resp,err:=c.GetCertificate(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) GetCertificateAuthority
func(c*CertificateAuthorityClient)GetCertificateAuthority(ctxcontext.Context,req*privatecapb.GetCertificateAuthorityRequest,opts...gax.CallOption)(*privatecapb.CertificateAuthority,error)GetCertificateAuthority returns aCertificateAuthority.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.GetCertificateAuthorityRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#GetCertificateAuthorityRequest.}resp,err:=c.GetCertificateAuthority(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) GetCertificateRevocationList
func(c*CertificateAuthorityClient)GetCertificateRevocationList(ctxcontext.Context,req*privatecapb.GetCertificateRevocationListRequest,opts...gax.CallOption)(*privatecapb.CertificateRevocationList,error)GetCertificateRevocationList returns aCertificateRevocationList.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.GetCertificateRevocationListRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#GetCertificateRevocationListRequest.}resp,err:=c.GetCertificateRevocationList(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) GetCertificateTemplate
func(c*CertificateAuthorityClient)GetCertificateTemplate(ctxcontext.Context,req*privatecapb.GetCertificateTemplateRequest,opts...gax.CallOption)(*privatecapb.CertificateTemplate,error)GetCertificateTemplate returns aCertificateTemplate.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.GetCertificateTemplateRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#GetCertificateTemplateRequest.}resp,err:=c.GetCertificateTemplate(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) GetIamPolicy
func(c*CertificateAuthorityClient)GetIamPolicy(ctxcontext.Context,req*iampb.GetIamPolicyRequest,opts...gax.CallOption)(*iampb.Policy,error)GetIamPolicy gets the access control policy for a resource. Returns an empty policyif the resource exists and does not have a policy set.
Example
packagemainimport("context"iampb"cloud.google.com/go/iam/apiv1/iampb"privateca"cloud.google.com/go/security/privateca/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&iampb.GetIamPolicyRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#GetIamPolicyRequest.}resp,err:=c.GetIamPolicy(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) GetLocation
func(c*CertificateAuthorityClient)GetLocation(ctxcontext.Context,req*locationpb.GetLocationRequest,opts...gax.CallOption)(*locationpb.Location,error)GetLocation gets information about a location.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"locationpb"google.golang.org/genproto/googleapis/cloud/location")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&locationpb.GetLocationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#GetLocationRequest.}resp,err:=c.GetLocation(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) GetOperation
func(c*CertificateAuthorityClient)GetOperation(ctxcontext.Context,req*longrunningpb.GetOperationRequest,opts...gax.CallOption)(*longrunningpb.Operation,error)GetOperation is a utility method from google.longrunning.Operations.
Example
packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"privateca"cloud.google.com/go/security/privateca/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.GetOperationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#GetOperationRequest.}resp,err:=c.GetOperation(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) ListCaPools
func(c*CertificateAuthorityClient)ListCaPools(ctxcontext.Context,req*privatecapb.ListCaPoolsRequest,opts...gax.CallOption)*CaPoolIteratorListCaPools lists CaPools.
Examples
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.ListCaPoolsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#ListCaPoolsRequest.}it:=c.ListCaPools(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*privatecapb.ListCaPoolsResponse)}}all
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.ListCaPoolsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#ListCaPoolsRequest.}forresp,err:=rangec.ListCaPools(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}func (*CertificateAuthorityClient) ListCertificateAuthorities
func(c*CertificateAuthorityClient)ListCertificateAuthorities(ctxcontext.Context,req*privatecapb.ListCertificateAuthoritiesRequest,opts...gax.CallOption)*CertificateAuthorityIteratorListCertificateAuthorities listsCertificateAuthorities.
Examples
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.ListCertificateAuthoritiesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#ListCertificateAuthoritiesRequest.}it:=c.ListCertificateAuthorities(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*privatecapb.ListCertificateAuthoritiesResponse)}}all
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.ListCertificateAuthoritiesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#ListCertificateAuthoritiesRequest.}forresp,err:=rangec.ListCertificateAuthorities(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}func (*CertificateAuthorityClient) ListCertificateRevocationLists
func(c*CertificateAuthorityClient)ListCertificateRevocationLists(ctxcontext.Context,req*privatecapb.ListCertificateRevocationListsRequest,opts...gax.CallOption)*CertificateRevocationListIteratorListCertificateRevocationLists listsCertificateRevocationLists.
Examples
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.ListCertificateRevocationListsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#ListCertificateRevocationListsRequest.}it:=c.ListCertificateRevocationLists(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*privatecapb.ListCertificateRevocationListsResponse)}}all
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.ListCertificateRevocationListsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#ListCertificateRevocationListsRequest.}forresp,err:=rangec.ListCertificateRevocationLists(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}func (*CertificateAuthorityClient) ListCertificateTemplates
func(c*CertificateAuthorityClient)ListCertificateTemplates(ctxcontext.Context,req*privatecapb.ListCertificateTemplatesRequest,opts...gax.CallOption)*CertificateTemplateIteratorListCertificateTemplates listsCertificateTemplates.
Examples
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.ListCertificateTemplatesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#ListCertificateTemplatesRequest.}it:=c.ListCertificateTemplates(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*privatecapb.ListCertificateTemplatesResponse)}}all
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.ListCertificateTemplatesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#ListCertificateTemplatesRequest.}forresp,err:=rangec.ListCertificateTemplates(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}func (*CertificateAuthorityClient) ListCertificates
func(c*CertificateAuthorityClient)ListCertificates(ctxcontext.Context,req*privatecapb.ListCertificatesRequest,opts...gax.CallOption)*CertificateIteratorListCertificates lists Certificates.
Examples
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.ListCertificatesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#ListCertificatesRequest.}it:=c.ListCertificates(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*privatecapb.ListCertificatesResponse)}}all
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.ListCertificatesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#ListCertificatesRequest.}forresp,err:=rangec.ListCertificates(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}func (*CertificateAuthorityClient) ListLocations
func(c*CertificateAuthorityClient)ListLocations(ctxcontext.Context,req*locationpb.ListLocationsRequest,opts...gax.CallOption)*LocationIteratorListLocations lists information about the supported locations for this service.
Examples
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1""google.golang.org/api/iterator"locationpb"google.golang.org/genproto/googleapis/cloud/location")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&locationpb.ListLocationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#ListLocationsRequest.}it:=c.ListLocations(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*locationpb.ListLocationsResponse)}}all
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"locationpb"google.golang.org/genproto/googleapis/cloud/location")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&locationpb.ListLocationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#ListLocationsRequest.}forresp,err:=rangec.ListLocations(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}func (*CertificateAuthorityClient) ListOperations
func(c*CertificateAuthorityClient)ListOperations(ctxcontext.Context,req*longrunningpb.ListOperationsRequest,opts...gax.CallOption)*OperationIteratorListOperations is a utility method from google.longrunning.Operations.
Examples
packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"privateca"cloud.google.com/go/security/privateca/apiv1""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.ListOperationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#ListOperationsRequest.}it:=c.ListOperations(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*longrunningpb.ListOperationsResponse)}}all
packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"privateca"cloud.google.com/go/security/privateca/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.ListOperationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#ListOperationsRequest.}forresp,err:=rangec.ListOperations(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}func (*CertificateAuthorityClient) RevokeCertificate
func(c*CertificateAuthorityClient)RevokeCertificate(ctxcontext.Context,req*privatecapb.RevokeCertificateRequest,opts...gax.CallOption)(*privatecapb.Certificate,error)RevokeCertificate revoke a Certificate.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.RevokeCertificateRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#RevokeCertificateRequest.}resp,err:=c.RevokeCertificate(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) SetIamPolicy
func(c*CertificateAuthorityClient)SetIamPolicy(ctxcontext.Context,req*iampb.SetIamPolicyRequest,opts...gax.CallOption)(*iampb.Policy,error)SetIamPolicy sets the access control policy on the specified resource. Replacesany existing policy.
Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIEDerrors.
Example
packagemainimport("context"iampb"cloud.google.com/go/iam/apiv1/iampb"privateca"cloud.google.com/go/security/privateca/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&iampb.SetIamPolicyRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#SetIamPolicyRequest.}resp,err:=c.SetIamPolicy(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) TestIamPermissions
func(c*CertificateAuthorityClient)TestIamPermissions(ctxcontext.Context,req*iampb.TestIamPermissionsRequest,opts...gax.CallOption)(*iampb.TestIamPermissionsResponse,error)TestIamPermissions returns permissions that a caller has on the specified resource. If theresource does not exist, this will return an empty set ofpermissions, not a NOT_FOUND error.
Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may “fail open” without warning.
Example
packagemainimport("context"iampb"cloud.google.com/go/iam/apiv1/iampb"privateca"cloud.google.com/go/security/privateca/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&iampb.TestIamPermissionsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#TestIamPermissionsRequest.}resp,err:=c.TestIamPermissions(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) UndeleteCertificateAuthority
func(c*CertificateAuthorityClient)UndeleteCertificateAuthority(ctxcontext.Context,req*privatecapb.UndeleteCertificateAuthorityRequest,opts...gax.CallOption)(*UndeleteCertificateAuthorityOperation,error)UndeleteCertificateAuthority undelete aCertificateAuthoritythat has been deleted.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.UndeleteCertificateAuthorityRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#UndeleteCertificateAuthorityRequest.}op,err:=c.UndeleteCertificateAuthority(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) UndeleteCertificateAuthorityOperation
func(c*CertificateAuthorityClient)UndeleteCertificateAuthorityOperation(namestring)*UndeleteCertificateAuthorityOperationUndeleteCertificateAuthorityOperation returns a new UndeleteCertificateAuthorityOperation from a given name.The name must be that of a previously created UndeleteCertificateAuthorityOperation, possibly from a different process.
func (*CertificateAuthorityClient) UpdateCaPool
func(c*CertificateAuthorityClient)UpdateCaPool(ctxcontext.Context,req*privatecapb.UpdateCaPoolRequest,opts...gax.CallOption)(*UpdateCaPoolOperation,error)UpdateCaPool update a CaPool.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.UpdateCaPoolRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#UpdateCaPoolRequest.}op,err:=c.UpdateCaPool(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) UpdateCaPoolOperation
func(c*CertificateAuthorityClient)UpdateCaPoolOperation(namestring)*UpdateCaPoolOperationUpdateCaPoolOperation returns a new UpdateCaPoolOperation from a given name.The name must be that of a previously created UpdateCaPoolOperation, possibly from a different process.
func (*CertificateAuthorityClient) UpdateCertificate
func(c*CertificateAuthorityClient)UpdateCertificate(ctxcontext.Context,req*privatecapb.UpdateCertificateRequest,opts...gax.CallOption)(*privatecapb.Certificate,error)UpdateCertificate update a Certificate.Currently, the only field you can update is thelabels field.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.UpdateCertificateRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#UpdateCertificateRequest.}resp,err:=c.UpdateCertificate(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) UpdateCertificateAuthority
func(c*CertificateAuthorityClient)UpdateCertificateAuthority(ctxcontext.Context,req*privatecapb.UpdateCertificateAuthorityRequest,opts...gax.CallOption)(*UpdateCertificateAuthorityOperation,error)UpdateCertificateAuthority update aCertificateAuthority.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.UpdateCertificateAuthorityRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#UpdateCertificateAuthorityRequest.}op,err:=c.UpdateCertificateAuthority(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) UpdateCertificateAuthorityOperation
func(c*CertificateAuthorityClient)UpdateCertificateAuthorityOperation(namestring)*UpdateCertificateAuthorityOperationUpdateCertificateAuthorityOperation returns a new UpdateCertificateAuthorityOperation from a given name.The name must be that of a previously created UpdateCertificateAuthorityOperation, possibly from a different process.
func (*CertificateAuthorityClient) UpdateCertificateRevocationList
func(c*CertificateAuthorityClient)UpdateCertificateRevocationList(ctxcontext.Context,req*privatecapb.UpdateCertificateRevocationListRequest,opts...gax.CallOption)(*UpdateCertificateRevocationListOperation,error)UpdateCertificateRevocationList update aCertificateRevocationList.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.UpdateCertificateRevocationListRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#UpdateCertificateRevocationListRequest.}op,err:=c.UpdateCertificateRevocationList(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) UpdateCertificateRevocationListOperation
func(c*CertificateAuthorityClient)UpdateCertificateRevocationListOperation(namestring)*UpdateCertificateRevocationListOperationUpdateCertificateRevocationListOperation returns a new UpdateCertificateRevocationListOperation from a given name.The name must be that of a previously created UpdateCertificateRevocationListOperation, possibly from a different process.
func (*CertificateAuthorityClient) UpdateCertificateTemplate
func(c*CertificateAuthorityClient)UpdateCertificateTemplate(ctxcontext.Context,req*privatecapb.UpdateCertificateTemplateRequest,opts...gax.CallOption)(*UpdateCertificateTemplateOperation,error)UpdateCertificateTemplate update aCertificateTemplate.
Example
packagemainimport("context"privateca"cloud.google.com/go/security/privateca/apiv1"privatecapb"cloud.google.com/go/security/privateca/apiv1/privatecapb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in:// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=privateca.NewCertificateAuthorityClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&privatecapb.UpdateCertificateTemplateRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#UpdateCertificateTemplateRequest.}op,err:=c.UpdateCertificateTemplate(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}func (*CertificateAuthorityClient) UpdateCertificateTemplateOperation
func(c*CertificateAuthorityClient)UpdateCertificateTemplateOperation(namestring)*UpdateCertificateTemplateOperationUpdateCertificateTemplateOperation returns a new UpdateCertificateTemplateOperation from a given name.The name must be that of a previously created UpdateCertificateTemplateOperation, possibly from a different process.
CertificateAuthorityIterator
typeCertificateAuthorityIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*privatecapb.CertificateAuthority,nextPageTokenstring,errerror)// contains filtered or unexported fields}CertificateAuthorityIterator manages a stream of *privatecapb.CertificateAuthority.
func (*CertificateAuthorityIterator) All
func(it*CertificateAuthorityIterator)All()iter.Seq2[*privatecapb.CertificateAuthority,error]All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.
func (*CertificateAuthorityIterator) Next
func(it*CertificateAuthorityIterator)Next()(*privatecapb.CertificateAuthority,error)Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.
func (*CertificateAuthorityIterator) PageInfo
func(it*CertificateAuthorityIterator)PageInfo()*iterator.PageInfoPageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.
CertificateIterator
typeCertificateIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*privatecapb.Certificate,nextPageTokenstring,errerror)// contains filtered or unexported fields}CertificateIterator manages a stream of *privatecapb.Certificate.
func (*CertificateIterator) All
func(it*CertificateIterator)All()iter.Seq2[*privatecapb.Certificate,error]All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.
func (*CertificateIterator) Next
func(it*CertificateIterator)Next()(*privatecapb.Certificate,error)Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.
func (*CertificateIterator) PageInfo
func(it*CertificateIterator)PageInfo()*iterator.PageInfoPageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.
CertificateRevocationListIterator
typeCertificateRevocationListIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*privatecapb.CertificateRevocationList,nextPageTokenstring,errerror)// contains filtered or unexported fields}CertificateRevocationListIterator manages a stream of *privatecapb.CertificateRevocationList.
func (*CertificateRevocationListIterator) All
func(it*CertificateRevocationListIterator)All()iter.Seq2[*privatecapb.CertificateRevocationList,error]All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.
func (*CertificateRevocationListIterator) Next
func(it*CertificateRevocationListIterator)Next()(*privatecapb.CertificateRevocationList,error)Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.
func (*CertificateRevocationListIterator) PageInfo
func(it*CertificateRevocationListIterator)PageInfo()*iterator.PageInfoPageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.
CertificateTemplateIterator
typeCertificateTemplateIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*privatecapb.CertificateTemplate,nextPageTokenstring,errerror)// contains filtered or unexported fields}CertificateTemplateIterator manages a stream of *privatecapb.CertificateTemplate.
func (*CertificateTemplateIterator) All
func(it*CertificateTemplateIterator)All()iter.Seq2[*privatecapb.CertificateTemplate,error]All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.
func (*CertificateTemplateIterator) Next
func(it*CertificateTemplateIterator)Next()(*privatecapb.CertificateTemplate,error)Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.
func (*CertificateTemplateIterator) PageInfo
func(it*CertificateTemplateIterator)PageInfo()*iterator.PageInfoPageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.
CreateCaPoolOperation
typeCreateCaPoolOperationstruct{// contains filtered or unexported fields}CreateCaPoolOperation manages a long-running operation from CreateCaPool.
func (*CreateCaPoolOperation) Done
func(op*CreateCaPoolOperation)Done()boolDone reports whether the long-running operation has completed.
func (*CreateCaPoolOperation) Metadata
func(op*CreateCaPoolOperation)Metadata()(*privatecapb.OperationMetadata,error)Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.
func (*CreateCaPoolOperation) Name
func(op*CreateCaPoolOperation)Name()stringName returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateCaPoolOperation) Poll
func(op*CreateCaPoolOperation)Poll(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CaPool,error)Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateCaPoolOperation) Wait
func(op*CreateCaPoolOperation)Wait(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CaPool,error)Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
CreateCertificateAuthorityOperation
typeCreateCertificateAuthorityOperationstruct{// contains filtered or unexported fields}CreateCertificateAuthorityOperation manages a long-running operation from CreateCertificateAuthority.
func (*CreateCertificateAuthorityOperation) Done
func(op*CreateCertificateAuthorityOperation)Done()boolDone reports whether the long-running operation has completed.
func (*CreateCertificateAuthorityOperation) Metadata
func(op*CreateCertificateAuthorityOperation)Metadata()(*privatecapb.OperationMetadata,error)Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.
func (*CreateCertificateAuthorityOperation) Name
func(op*CreateCertificateAuthorityOperation)Name()stringName returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateCertificateAuthorityOperation) Poll
func(op*CreateCertificateAuthorityOperation)Poll(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CertificateAuthority,error)Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateCertificateAuthorityOperation) Wait
func(op*CreateCertificateAuthorityOperation)Wait(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CertificateAuthority,error)Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
CreateCertificateTemplateOperation
typeCreateCertificateTemplateOperationstruct{// contains filtered or unexported fields}CreateCertificateTemplateOperation manages a long-running operation from CreateCertificateTemplate.
func (*CreateCertificateTemplateOperation) Done
func(op*CreateCertificateTemplateOperation)Done()boolDone reports whether the long-running operation has completed.
func (*CreateCertificateTemplateOperation) Metadata
func(op*CreateCertificateTemplateOperation)Metadata()(*privatecapb.OperationMetadata,error)Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.
func (*CreateCertificateTemplateOperation) Name
func(op*CreateCertificateTemplateOperation)Name()stringName returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.
func (*CreateCertificateTemplateOperation) Poll
func(op*CreateCertificateTemplateOperation)Poll(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CertificateTemplate,error)Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*CreateCertificateTemplateOperation) Wait
func(op*CreateCertificateTemplateOperation)Wait(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CertificateTemplate,error)Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
DeleteCaPoolOperation
typeDeleteCaPoolOperationstruct{// contains filtered or unexported fields}DeleteCaPoolOperation manages a long-running operation from DeleteCaPool.
func (*DeleteCaPoolOperation) Done
func(op*DeleteCaPoolOperation)Done()boolDone reports whether the long-running operation has completed.
func (*DeleteCaPoolOperation) Metadata
func(op*DeleteCaPoolOperation)Metadata()(*privatecapb.OperationMetadata,error)Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.
func (*DeleteCaPoolOperation) Name
func(op*DeleteCaPoolOperation)Name()stringName returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.
func (*DeleteCaPoolOperation) Poll
func(op*DeleteCaPoolOperation)Poll(ctxcontext.Context,opts...gax.CallOption)errorPoll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*DeleteCaPoolOperation) Wait
func(op*DeleteCaPoolOperation)Wait(ctxcontext.Context,opts...gax.CallOption)errorWait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
DeleteCertificateAuthorityOperation
typeDeleteCertificateAuthorityOperationstruct{// contains filtered or unexported fields}DeleteCertificateAuthorityOperation manages a long-running operation from DeleteCertificateAuthority.
func (*DeleteCertificateAuthorityOperation) Done
func(op*DeleteCertificateAuthorityOperation)Done()boolDone reports whether the long-running operation has completed.
func (*DeleteCertificateAuthorityOperation) Metadata
func(op*DeleteCertificateAuthorityOperation)Metadata()(*privatecapb.OperationMetadata,error)Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.
func (*DeleteCertificateAuthorityOperation) Name
func(op*DeleteCertificateAuthorityOperation)Name()stringName returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.
func (*DeleteCertificateAuthorityOperation) Poll
func(op*DeleteCertificateAuthorityOperation)Poll(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CertificateAuthority,error)Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*DeleteCertificateAuthorityOperation) Wait
func(op*DeleteCertificateAuthorityOperation)Wait(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CertificateAuthority,error)Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
DeleteCertificateTemplateOperation
typeDeleteCertificateTemplateOperationstruct{// contains filtered or unexported fields}DeleteCertificateTemplateOperation manages a long-running operation from DeleteCertificateTemplate.
func (*DeleteCertificateTemplateOperation) Done
func(op*DeleteCertificateTemplateOperation)Done()boolDone reports whether the long-running operation has completed.
func (*DeleteCertificateTemplateOperation) Metadata
func(op*DeleteCertificateTemplateOperation)Metadata()(*privatecapb.OperationMetadata,error)Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.
func (*DeleteCertificateTemplateOperation) Name
func(op*DeleteCertificateTemplateOperation)Name()stringName returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.
func (*DeleteCertificateTemplateOperation) Poll
func(op*DeleteCertificateTemplateOperation)Poll(ctxcontext.Context,opts...gax.CallOption)errorPoll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*DeleteCertificateTemplateOperation) Wait
func(op*DeleteCertificateTemplateOperation)Wait(ctxcontext.Context,opts...gax.CallOption)errorWait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
DisableCertificateAuthorityOperation
typeDisableCertificateAuthorityOperationstruct{// contains filtered or unexported fields}DisableCertificateAuthorityOperation manages a long-running operation from DisableCertificateAuthority.
func (*DisableCertificateAuthorityOperation) Done
func(op*DisableCertificateAuthorityOperation)Done()boolDone reports whether the long-running operation has completed.
func (*DisableCertificateAuthorityOperation) Metadata
func(op*DisableCertificateAuthorityOperation)Metadata()(*privatecapb.OperationMetadata,error)Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.
func (*DisableCertificateAuthorityOperation) Name
func(op*DisableCertificateAuthorityOperation)Name()stringName returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.
func (*DisableCertificateAuthorityOperation) Poll
func(op*DisableCertificateAuthorityOperation)Poll(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CertificateAuthority,error)Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*DisableCertificateAuthorityOperation) Wait
func(op*DisableCertificateAuthorityOperation)Wait(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CertificateAuthority,error)Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
EnableCertificateAuthorityOperation
typeEnableCertificateAuthorityOperationstruct{// contains filtered or unexported fields}EnableCertificateAuthorityOperation manages a long-running operation from EnableCertificateAuthority.
func (*EnableCertificateAuthorityOperation) Done
func(op*EnableCertificateAuthorityOperation)Done()boolDone reports whether the long-running operation has completed.
func (*EnableCertificateAuthorityOperation) Metadata
func(op*EnableCertificateAuthorityOperation)Metadata()(*privatecapb.OperationMetadata,error)Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.
func (*EnableCertificateAuthorityOperation) Name
func(op*EnableCertificateAuthorityOperation)Name()stringName returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.
func (*EnableCertificateAuthorityOperation) Poll
func(op*EnableCertificateAuthorityOperation)Poll(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CertificateAuthority,error)Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*EnableCertificateAuthorityOperation) Wait
func(op*EnableCertificateAuthorityOperation)Wait(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CertificateAuthority,error)Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
LocationIterator
typeLocationIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*locationpb.Location,nextPageTokenstring,errerror)// contains filtered or unexported fields}LocationIterator manages a stream of *locationpb.Location.
func (*LocationIterator) All
func(it*LocationIterator)All()iter.Seq2[*locationpb.Location,error]All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.
func (*LocationIterator) Next
func(it*LocationIterator)Next()(*locationpb.Location,error)Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.
func (*LocationIterator) PageInfo
func(it*LocationIterator)PageInfo()*iterator.PageInfoPageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.
OperationIterator
typeOperationIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*longrunningpb.Operation,nextPageTokenstring,errerror)// contains filtered or unexported fields}OperationIterator manages a stream of *longrunningpb.Operation.
func (*OperationIterator) All
func(it*OperationIterator)All()iter.Seq2[*longrunningpb.Operation,error]All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.
func (*OperationIterator) Next
func(it*OperationIterator)Next()(*longrunningpb.Operation,error)Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.
func (*OperationIterator) PageInfo
func(it*OperationIterator)PageInfo()*iterator.PageInfoPageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.
UndeleteCertificateAuthorityOperation
typeUndeleteCertificateAuthorityOperationstruct{// contains filtered or unexported fields}UndeleteCertificateAuthorityOperation manages a long-running operation from UndeleteCertificateAuthority.
func (*UndeleteCertificateAuthorityOperation) Done
func(op*UndeleteCertificateAuthorityOperation)Done()boolDone reports whether the long-running operation has completed.
func (*UndeleteCertificateAuthorityOperation) Metadata
func(op*UndeleteCertificateAuthorityOperation)Metadata()(*privatecapb.OperationMetadata,error)Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.
func (*UndeleteCertificateAuthorityOperation) Name
func(op*UndeleteCertificateAuthorityOperation)Name()stringName returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.
func (*UndeleteCertificateAuthorityOperation) Poll
func(op*UndeleteCertificateAuthorityOperation)Poll(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CertificateAuthority,error)Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*UndeleteCertificateAuthorityOperation) Wait
func(op*UndeleteCertificateAuthorityOperation)Wait(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CertificateAuthority,error)Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
UpdateCaPoolOperation
typeUpdateCaPoolOperationstruct{// contains filtered or unexported fields}UpdateCaPoolOperation manages a long-running operation from UpdateCaPool.
func (*UpdateCaPoolOperation) Done
func(op*UpdateCaPoolOperation)Done()boolDone reports whether the long-running operation has completed.
func (*UpdateCaPoolOperation) Metadata
func(op*UpdateCaPoolOperation)Metadata()(*privatecapb.OperationMetadata,error)Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.
func (*UpdateCaPoolOperation) Name
func(op*UpdateCaPoolOperation)Name()stringName returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.
func (*UpdateCaPoolOperation) Poll
func(op*UpdateCaPoolOperation)Poll(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CaPool,error)Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*UpdateCaPoolOperation) Wait
func(op*UpdateCaPoolOperation)Wait(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CaPool,error)Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
UpdateCertificateAuthorityOperation
typeUpdateCertificateAuthorityOperationstruct{// contains filtered or unexported fields}UpdateCertificateAuthorityOperation manages a long-running operation from UpdateCertificateAuthority.
func (*UpdateCertificateAuthorityOperation) Done
func(op*UpdateCertificateAuthorityOperation)Done()boolDone reports whether the long-running operation has completed.
func (*UpdateCertificateAuthorityOperation) Metadata
func(op*UpdateCertificateAuthorityOperation)Metadata()(*privatecapb.OperationMetadata,error)Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.
func (*UpdateCertificateAuthorityOperation) Name
func(op*UpdateCertificateAuthorityOperation)Name()stringName returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.
func (*UpdateCertificateAuthorityOperation) Poll
func(op*UpdateCertificateAuthorityOperation)Poll(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CertificateAuthority,error)Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*UpdateCertificateAuthorityOperation) Wait
func(op*UpdateCertificateAuthorityOperation)Wait(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CertificateAuthority,error)Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
UpdateCertificateRevocationListOperation
typeUpdateCertificateRevocationListOperationstruct{// contains filtered or unexported fields}UpdateCertificateRevocationListOperation manages a long-running operation from UpdateCertificateRevocationList.
func (*UpdateCertificateRevocationListOperation) Done
func(op*UpdateCertificateRevocationListOperation)Done()boolDone reports whether the long-running operation has completed.
func (*UpdateCertificateRevocationListOperation) Metadata
func(op*UpdateCertificateRevocationListOperation)Metadata()(*privatecapb.OperationMetadata,error)Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.
func (*UpdateCertificateRevocationListOperation) Name
func(op*UpdateCertificateRevocationListOperation)Name()stringName returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.
func (*UpdateCertificateRevocationListOperation) Poll
func(op*UpdateCertificateRevocationListOperation)Poll(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CertificateRevocationList,error)Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*UpdateCertificateRevocationListOperation) Wait
func(op*UpdateCertificateRevocationListOperation)Wait(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CertificateRevocationList,error)Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
UpdateCertificateTemplateOperation
typeUpdateCertificateTemplateOperationstruct{// contains filtered or unexported fields}UpdateCertificateTemplateOperation manages a long-running operation from UpdateCertificateTemplate.
func (*UpdateCertificateTemplateOperation) Done
func(op*UpdateCertificateTemplateOperation)Done()boolDone reports whether the long-running operation has completed.
func (*UpdateCertificateTemplateOperation) Metadata
func(op*UpdateCertificateTemplateOperation)Metadata()(*privatecapb.OperationMetadata,error)Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.
func (*UpdateCertificateTemplateOperation) Name
func(op*UpdateCertificateTemplateOperation)Name()stringName returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.
func (*UpdateCertificateTemplateOperation) Poll
func(op*UpdateCertificateTemplateOperation)Poll(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CertificateTemplate,error)Poll fetches the latest state of the long-running operation.
Poll also fetches the latest metadata, which can be retrieved by Metadata.
If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.
func (*UpdateCertificateTemplateOperation) Wait
func(op*UpdateCertificateTemplateOperation)Wait(ctxcontext.Context,opts...gax.CallOption)(*privatecapb.CertificateTemplate,error)Wait blocks until the long-running operation is completed, returning the response and any errors encountered.
See documentation of Poll for error-handling information.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-30 UTC.