Package cloud.google.com/go/eventarc/apiv1 (v1.17.0)

Note: To get more information about this package, such as access to older versions, viewthis package on pkg.go.dev.

Package eventarc is an auto-generated package for theEventarc API.

Build event-driven applications on Google Cloud Platform.

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:

Example usage

To get started with this package, create a client.

// go get cloud.google.com/go/eventarc/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:=eventarc.NewClient(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:=&eventarcpb.CreateChannelRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#CreateChannelRequest.}op,err:=c.CreateChannel(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 NewClient 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()[]string

DefaultAuthScopes reports the default set of authentication scopes to use with this package.

CallOptions

typeCallOptionsstruct{GetTrigger[]gax.CallOptionListTriggers[]gax.CallOptionCreateTrigger[]gax.CallOptionUpdateTrigger[]gax.CallOptionDeleteTrigger[]gax.CallOptionGetChannel[]gax.CallOptionListChannels[]gax.CallOptionCreateChannel[]gax.CallOptionUpdateChannel[]gax.CallOptionDeleteChannel[]gax.CallOptionGetProvider[]gax.CallOptionListProviders[]gax.CallOptionGetChannelConnection[]gax.CallOptionListChannelConnections[]gax.CallOptionCreateChannelConnection[]gax.CallOptionDeleteChannelConnection[]gax.CallOptionGetGoogleChannelConfig[]gax.CallOptionUpdateGoogleChannelConfig[]gax.CallOptionGetMessageBus[]gax.CallOptionListMessageBuses[]gax.CallOptionListMessageBusEnrollments[]gax.CallOptionCreateMessageBus[]gax.CallOptionUpdateMessageBus[]gax.CallOptionDeleteMessageBus[]gax.CallOptionGetEnrollment[]gax.CallOptionListEnrollments[]gax.CallOptionCreateEnrollment[]gax.CallOptionUpdateEnrollment[]gax.CallOptionDeleteEnrollment[]gax.CallOptionGetPipeline[]gax.CallOptionListPipelines[]gax.CallOptionCreatePipeline[]gax.CallOptionUpdatePipeline[]gax.CallOptionDeletePipeline[]gax.CallOptionGetGoogleApiSource[]gax.CallOptionListGoogleApiSources[]gax.CallOptionCreateGoogleApiSource[]gax.CallOptionUpdateGoogleApiSource[]gax.CallOptionDeleteGoogleApiSource[]gax.CallOptionGetLocation[]gax.CallOptionListLocations[]gax.CallOptionGetIamPolicy[]gax.CallOptionSetIamPolicy[]gax.CallOptionTestIamPermissions[]gax.CallOptionCancelOperation[]gax.CallOptionDeleteOperation[]gax.CallOptionGetOperation[]gax.CallOptionListOperations[]gax.CallOption}

CallOptions contains the retry settings for each method of Client.

ChannelConnectionIterator

typeChannelConnectionIteratorstruct{// 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[]*eventarcpb.ChannelConnection,nextPageTokenstring,errerror)// contains filtered or unexported fields}

ChannelConnectionIterator manages a stream of *eventarcpb.ChannelConnection.

func (*ChannelConnectionIterator) All

func(it*ChannelConnectionIterator)All()iter.Seq2[*eventarcpb.ChannelConnection,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*ChannelConnectionIterator) Next

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 (*ChannelConnectionIterator) PageInfo

func(it*ChannelConnectionIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

ChannelIterator

typeChannelIteratorstruct{// 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[]*eventarcpb.Channel,nextPageTokenstring,errerror)// contains filtered or unexported fields}

ChannelIterator manages a stream of *eventarcpb.Channel.

func (*ChannelIterator) All

func(it*ChannelIterator)All()iter.Seq2[*eventarcpb.Channel,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*ChannelIterator) Next

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 (*ChannelIterator) PageInfo

func(it*ChannelIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

Client

typeClientstruct{// The call options for this service.CallOptions*CallOptions// 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}

Client is a client for interacting with Eventarc API.Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.

Eventarc allows users to subscribe to various events that are provided byGoogle Cloud services and forward them to supported destinations.

func NewClient

funcNewClient(ctxcontext.Context,opts...option.ClientOption)(*Client,error)

NewClient creates a new eventarc client based on gRPC.The returned client must be Closed when it is done being used to clean up its underlying connections.

Eventarc allows users to subscribe to various events that are provided byGoogle Cloud services and forward them to supported destinations.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()// TODO: Use client._=c}

func NewRESTClient

funcNewRESTClient(ctxcontext.Context,opts...option.ClientOption)(*Client,error)

NewRESTClient creates a new eventarc rest client.

Eventarc allows users to subscribe to various events that are provided byGoogle Cloud services and forward them to supported destinations.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/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:=eventarc.NewRESTClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()// TODO: Use client._=c}

func (*Client) CancelOperation

CancelOperation is a utility method from google.longrunning.Operations.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb")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:=eventarc.NewClient(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 (*Client) Close

func(c*Client)Close()error

Close closes the connection to the API service. The user should invoke this whenthe client is no longer required.

func (*Client) Connection (deprecated)

func(c*Client)Connection()*grpc.ClientConn

Connection returns a connection to the API service.

Deprecated: Connections are now pooled so this method does not alwaysreturn the same resource.

func (*Client) CreateChannel

CreateChannel create a new channel in a particular project and location.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.CreateChannelRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#CreateChannelRequest.}op,err:=c.CreateChannel(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) CreateChannelConnection

CreateChannelConnection create a new ChannelConnection in a particular project and location.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.CreateChannelConnectionRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#CreateChannelConnectionRequest.}op,err:=c.CreateChannelConnection(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) CreateChannelConnectionOperation

func(c*Client)CreateChannelConnectionOperation(namestring)*CreateChannelConnectionOperation

CreateChannelConnectionOperation returns a new CreateChannelConnectionOperation from a given name.The name must be that of a previously created CreateChannelConnectionOperation, possibly from a different process.

func (*Client) CreateChannelOperation

func(c*Client)CreateChannelOperation(namestring)*CreateChannelOperation

CreateChannelOperation returns a new CreateChannelOperation from a given name.The name must be that of a previously created CreateChannelOperation, possibly from a different process.

func (*Client) CreateEnrollment

CreateEnrollment create a new Enrollment in a particular project and location.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.CreateEnrollmentRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#CreateEnrollmentRequest.}op,err:=c.CreateEnrollment(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) CreateEnrollmentOperation

func(c*Client)CreateEnrollmentOperation(namestring)*CreateEnrollmentOperation

CreateEnrollmentOperation returns a new CreateEnrollmentOperation from a given name.The name must be that of a previously created CreateEnrollmentOperation, possibly from a different process.

func (*Client) CreateGoogleApiSource

CreateGoogleApiSource create a new GoogleApiSource in a particular project and location.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.CreateGoogleApiSourceRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#CreateGoogleApiSourceRequest.}op,err:=c.CreateGoogleApiSource(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) CreateGoogleApiSourceOperation

func(c*Client)CreateGoogleApiSourceOperation(namestring)*CreateGoogleApiSourceOperation

CreateGoogleApiSourceOperation returns a new CreateGoogleApiSourceOperation from a given name.The name must be that of a previously created CreateGoogleApiSourceOperation, possibly from a different process.

func (*Client) CreateMessageBus

CreateMessageBus create a new MessageBus in a particular project and location.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.CreateMessageBusRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#CreateMessageBusRequest.}op,err:=c.CreateMessageBus(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) CreateMessageBusOperation

func(c*Client)CreateMessageBusOperation(namestring)*CreateMessageBusOperation

CreateMessageBusOperation returns a new CreateMessageBusOperation from a given name.The name must be that of a previously created CreateMessageBusOperation, possibly from a different process.

func (*Client) CreatePipeline

CreatePipeline create a new Pipeline in a particular project and location.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.CreatePipelineRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#CreatePipelineRequest.}op,err:=c.CreatePipeline(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) CreatePipelineOperation

func(c*Client)CreatePipelineOperation(namestring)*CreatePipelineOperation

CreatePipelineOperation returns a new CreatePipelineOperation from a given name.The name must be that of a previously created CreatePipelineOperation, possibly from a different process.

func (*Client) CreateTrigger

CreateTrigger create a new trigger in a particular project and location.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.CreateTriggerRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#CreateTriggerRequest.}op,err:=c.CreateTrigger(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) CreateTriggerOperation

func(c*Client)CreateTriggerOperation(namestring)*CreateTriggerOperation

CreateTriggerOperation returns a new CreateTriggerOperation from a given name.The name must be that of a previously created CreateTriggerOperation, possibly from a different process.

func (*Client) DeleteChannel

DeleteChannel delete a single channel.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.DeleteChannelRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#DeleteChannelRequest.}op,err:=c.DeleteChannel(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) DeleteChannelConnection

DeleteChannelConnection delete a single ChannelConnection.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.DeleteChannelConnectionRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#DeleteChannelConnectionRequest.}op,err:=c.DeleteChannelConnection(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) DeleteChannelConnectionOperation

func(c*Client)DeleteChannelConnectionOperation(namestring)*DeleteChannelConnectionOperation

DeleteChannelConnectionOperation returns a new DeleteChannelConnectionOperation from a given name.The name must be that of a previously created DeleteChannelConnectionOperation, possibly from a different process.

func (*Client) DeleteChannelOperation

func(c*Client)DeleteChannelOperation(namestring)*DeleteChannelOperation

DeleteChannelOperation returns a new DeleteChannelOperation from a given name.The name must be that of a previously created DeleteChannelOperation, possibly from a different process.

func (*Client) DeleteEnrollment

DeleteEnrollment delete a single Enrollment.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.DeleteEnrollmentRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#DeleteEnrollmentRequest.}op,err:=c.DeleteEnrollment(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) DeleteEnrollmentOperation

func(c*Client)DeleteEnrollmentOperation(namestring)*DeleteEnrollmentOperation

DeleteEnrollmentOperation returns a new DeleteEnrollmentOperation from a given name.The name must be that of a previously created DeleteEnrollmentOperation, possibly from a different process.

func (*Client) DeleteGoogleApiSource

DeleteGoogleApiSource delete a single GoogleApiSource.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.DeleteGoogleApiSourceRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#DeleteGoogleApiSourceRequest.}op,err:=c.DeleteGoogleApiSource(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) DeleteGoogleApiSourceOperation

func(c*Client)DeleteGoogleApiSourceOperation(namestring)*DeleteGoogleApiSourceOperation

DeleteGoogleApiSourceOperation returns a new DeleteGoogleApiSourceOperation from a given name.The name must be that of a previously created DeleteGoogleApiSourceOperation, possibly from a different process.

func (*Client) DeleteMessageBus

DeleteMessageBus delete a single message bus.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.DeleteMessageBusRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#DeleteMessageBusRequest.}op,err:=c.DeleteMessageBus(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) DeleteMessageBusOperation

func(c*Client)DeleteMessageBusOperation(namestring)*DeleteMessageBusOperation

DeleteMessageBusOperation returns a new DeleteMessageBusOperation from a given name.The name must be that of a previously created DeleteMessageBusOperation, possibly from a different process.

func (*Client) DeleteOperation

DeleteOperation is a utility method from google.longrunning.Operations.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb")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:=eventarc.NewClient(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 (*Client) DeletePipeline

DeletePipeline delete a single pipeline.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.DeletePipelineRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#DeletePipelineRequest.}op,err:=c.DeletePipeline(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) DeletePipelineOperation

func(c*Client)DeletePipelineOperation(namestring)*DeletePipelineOperation

DeletePipelineOperation returns a new DeletePipelineOperation from a given name.The name must be that of a previously created DeletePipelineOperation, possibly from a different process.

func (*Client) DeleteTrigger

DeleteTrigger delete a single trigger.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.DeleteTriggerRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#DeleteTriggerRequest.}op,err:=c.DeleteTrigger(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) DeleteTriggerOperation

func(c*Client)DeleteTriggerOperation(namestring)*DeleteTriggerOperation

DeleteTriggerOperation returns a new DeleteTriggerOperation from a given name.The name must be that of a previously created DeleteTriggerOperation, possibly from a different process.

func (*Client) GetChannel

GetChannel get a single Channel.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.GetChannelRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#GetChannelRequest.}resp,err:=c.GetChannel(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) GetChannelConnection

GetChannelConnection get a single ChannelConnection.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.GetChannelConnectionRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#GetChannelConnectionRequest.}resp,err:=c.GetChannelConnection(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) GetEnrollment

GetEnrollment get a single Enrollment.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.GetEnrollmentRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#GetEnrollmentRequest.}resp,err:=c.GetEnrollment(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) GetGoogleApiSource

GetGoogleApiSource get a single GoogleApiSource.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.GetGoogleApiSourceRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#GetGoogleApiSourceRequest.}resp,err:=c.GetGoogleApiSource(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) GetGoogleChannelConfig

GetGoogleChannelConfig get a GoogleChannelConfig.The name of the GoogleChannelConfig in the response is ALWAYS coded withprojectID.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.GetGoogleChannelConfigRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#GetGoogleChannelConfigRequest.}resp,err:=c.GetGoogleChannelConfig(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) GetIamPolicy

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"eventarc"cloud.google.com/go/eventarc/apiv1"iampb"cloud.google.com/go/iam/apiv1/iampb")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:=eventarc.NewClient(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 (*Client) GetLocation

GetLocation gets information about a location.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/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:=eventarc.NewClient(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 (*Client) GetMessageBus

GetMessageBus get a single MessageBus.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.GetMessageBusRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#GetMessageBusRequest.}resp,err:=c.GetMessageBus(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) GetOperation

GetOperation is a utility method from google.longrunning.Operations.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb")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:=eventarc.NewClient(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 (*Client) GetPipeline

GetPipeline get a single Pipeline.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.GetPipelineRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#GetPipelineRequest.}resp,err:=c.GetPipeline(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) GetProvider

GetProvider get a single Provider.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.GetProviderRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#GetProviderRequest.}resp,err:=c.GetProvider(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) GetTrigger

GetTrigger get a single trigger.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.GetTriggerRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#GetTriggerRequest.}resp,err:=c.GetTrigger(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) ListChannelConnections

ListChannelConnections list channel connections.

Examples

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb""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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.ListChannelConnectionsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#ListChannelConnectionsRequest.}it:=c.ListChannelConnections(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.(*eventarcpb.ListChannelConnectionsResponse)}}
all
packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.ListChannelConnectionsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#ListChannelConnectionsRequest.}forresp,err:=rangec.ListChannelConnections(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*Client) ListChannels

ListChannels list channels.

Examples

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb""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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.ListChannelsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#ListChannelsRequest.}it:=c.ListChannels(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.(*eventarcpb.ListChannelsResponse)}}
all
packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.ListChannelsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#ListChannelsRequest.}forresp,err:=rangec.ListChannels(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*Client) ListEnrollments

ListEnrollments list Enrollments.

Examples

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb""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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.ListEnrollmentsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#ListEnrollmentsRequest.}it:=c.ListEnrollments(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.(*eventarcpb.ListEnrollmentsResponse)}}
all
packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.ListEnrollmentsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#ListEnrollmentsRequest.}forresp,err:=rangec.ListEnrollments(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*Client) ListGoogleApiSources

ListGoogleApiSources list GoogleApiSources.

Examples

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb""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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.ListGoogleApiSourcesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#ListGoogleApiSourcesRequest.}it:=c.ListGoogleApiSources(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.(*eventarcpb.ListGoogleApiSourcesResponse)}}
all
packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.ListGoogleApiSourcesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#ListGoogleApiSourcesRequest.}forresp,err:=rangec.ListGoogleApiSources(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*Client) ListLocations

ListLocations lists information about the supported locations for this service.

Examples

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/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:=eventarc.NewClient(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"eventarc"cloud.google.com/go/eventarc/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:=eventarc.NewClient(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 (*Client) ListMessageBusEnrollments

ListMessageBusEnrollments list message bus enrollments.

Examples

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb""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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.ListMessageBusEnrollmentsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#ListMessageBusEnrollmentsRequest.}it:=c.ListMessageBusEnrollments(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.(*eventarcpb.ListMessageBusEnrollmentsResponse)}}
all
packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.ListMessageBusEnrollmentsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#ListMessageBusEnrollmentsRequest.}forresp,err:=rangec.ListMessageBusEnrollments(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*Client) ListMessageBuses

ListMessageBuses list message buses.

Examples

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb""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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.ListMessageBusesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#ListMessageBusesRequest.}it:=c.ListMessageBuses(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.(*eventarcpb.ListMessageBusesResponse)}}
all
packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.ListMessageBusesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#ListMessageBusesRequest.}forresp,err:=rangec.ListMessageBuses(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*Client) ListOperations

ListOperations is a utility method from google.longrunning.Operations.

Examples

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb""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:=eventarc.NewClient(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"eventarc"cloud.google.com/go/eventarc/apiv1"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb")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:=eventarc.NewClient(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 (*Client) ListPipelines

ListPipelines list pipelines.

Examples

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb""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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.ListPipelinesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#ListPipelinesRequest.}it:=c.ListPipelines(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.(*eventarcpb.ListPipelinesResponse)}}
all
packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.ListPipelinesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#ListPipelinesRequest.}forresp,err:=rangec.ListPipelines(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*Client) ListProviders

ListProviders list providers.

Examples

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb""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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.ListProvidersRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#ListProvidersRequest.}it:=c.ListProviders(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.(*eventarcpb.ListProvidersResponse)}}
all
packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.ListProvidersRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#ListProvidersRequest.}forresp,err:=rangec.ListProviders(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*Client) ListTriggers

ListTriggers list triggers.

Examples

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb""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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.ListTriggersRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#ListTriggersRequest.}it:=c.ListTriggers(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.(*eventarcpb.ListTriggersResponse)}}
all
packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.ListTriggersRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#ListTriggersRequest.}forresp,err:=rangec.ListTriggers(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*Client) SetIamPolicy

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"eventarc"cloud.google.com/go/eventarc/apiv1"iampb"cloud.google.com/go/iam/apiv1/iampb")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:=eventarc.NewClient(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 (*Client) TestIamPermissions

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"eventarc"cloud.google.com/go/eventarc/apiv1"iampb"cloud.google.com/go/iam/apiv1/iampb")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:=eventarc.NewClient(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 (*Client) UpdateChannel

UpdateChannel update a single channel.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.UpdateChannelRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#UpdateChannelRequest.}op,err:=c.UpdateChannel(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) UpdateChannelOperation

func(c*Client)UpdateChannelOperation(namestring)*UpdateChannelOperation

UpdateChannelOperation returns a new UpdateChannelOperation from a given name.The name must be that of a previously created UpdateChannelOperation, possibly from a different process.

func (*Client) UpdateEnrollment

UpdateEnrollment update a single Enrollment.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.UpdateEnrollmentRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#UpdateEnrollmentRequest.}op,err:=c.UpdateEnrollment(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) UpdateEnrollmentOperation

func(c*Client)UpdateEnrollmentOperation(namestring)*UpdateEnrollmentOperation

UpdateEnrollmentOperation returns a new UpdateEnrollmentOperation from a given name.The name must be that of a previously created UpdateEnrollmentOperation, possibly from a different process.

func (*Client) UpdateGoogleApiSource

UpdateGoogleApiSource update a single GoogleApiSource.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.UpdateGoogleApiSourceRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#UpdateGoogleApiSourceRequest.}op,err:=c.UpdateGoogleApiSource(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) UpdateGoogleApiSourceOperation

func(c*Client)UpdateGoogleApiSourceOperation(namestring)*UpdateGoogleApiSourceOperation

UpdateGoogleApiSourceOperation returns a new UpdateGoogleApiSourceOperation from a given name.The name must be that of a previously created UpdateGoogleApiSourceOperation, possibly from a different process.

func (*Client) UpdateGoogleChannelConfig

UpdateGoogleChannelConfig update a single GoogleChannelConfig

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.UpdateGoogleChannelConfigRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#UpdateGoogleChannelConfigRequest.}resp,err:=c.UpdateGoogleChannelConfig(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) UpdateMessageBus

UpdateMessageBus update a single message bus.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.UpdateMessageBusRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#UpdateMessageBusRequest.}op,err:=c.UpdateMessageBus(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) UpdateMessageBusOperation

func(c*Client)UpdateMessageBusOperation(namestring)*UpdateMessageBusOperation

UpdateMessageBusOperation returns a new UpdateMessageBusOperation from a given name.The name must be that of a previously created UpdateMessageBusOperation, possibly from a different process.

func (*Client) UpdatePipeline

UpdatePipeline update a single pipeline.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.UpdatePipelineRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#UpdatePipelineRequest.}op,err:=c.UpdatePipeline(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) UpdatePipelineOperation

func(c*Client)UpdatePipelineOperation(namestring)*UpdatePipelineOperation

UpdatePipelineOperation returns a new UpdatePipelineOperation from a given name.The name must be that of a previously created UpdatePipelineOperation, possibly from a different process.

func (*Client) UpdateTrigger

UpdateTrigger update a single trigger.

Example

packagemainimport("context"eventarc"cloud.google.com/go/eventarc/apiv1"eventarcpb"cloud.google.com/go/eventarc/apiv1/eventarcpb")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:=eventarc.NewClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&eventarcpb.UpdateTriggerRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#UpdateTriggerRequest.}op,err:=c.UpdateTrigger(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*Client) UpdateTriggerOperation

func(c*Client)UpdateTriggerOperation(namestring)*UpdateTriggerOperation

UpdateTriggerOperation returns a new UpdateTriggerOperation from a given name.The name must be that of a previously created UpdateTriggerOperation, possibly from a different process.

CreateChannelConnectionOperation

typeCreateChannelConnectionOperationstruct{// contains filtered or unexported fields}

CreateChannelConnectionOperation manages a long-running operation from CreateChannelConnection.

func (*CreateChannelConnectionOperation) Done

Done reports whether the long-running operation has completed.

func (*CreateChannelConnectionOperation) Metadata

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 (*CreateChannelConnectionOperation) Name

Name 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 (*CreateChannelConnectionOperation) Poll

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 (*CreateChannelConnectionOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

CreateChannelOperation

typeCreateChannelOperationstruct{// contains filtered or unexported fields}

CreateChannelOperation manages a long-running operation from CreateChannel.

func (*CreateChannelOperation) Done

Done reports whether the long-running operation has completed.

func (*CreateChannelOperation) Metadata

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 (*CreateChannelOperation) Name

Name 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 (*CreateChannelOperation) Poll

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 (*CreateChannelOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

CreateEnrollmentOperation

typeCreateEnrollmentOperationstruct{// contains filtered or unexported fields}

CreateEnrollmentOperation manages a long-running operation from CreateEnrollment.

func (*CreateEnrollmentOperation) Done

Done reports whether the long-running operation has completed.

func (*CreateEnrollmentOperation) Metadata

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 (*CreateEnrollmentOperation) Name

Name 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 (*CreateEnrollmentOperation) Poll

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 (*CreateEnrollmentOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

CreateGoogleApiSourceOperation

typeCreateGoogleApiSourceOperationstruct{// contains filtered or unexported fields}

CreateGoogleApiSourceOperation manages a long-running operation from CreateGoogleApiSource.

func (*CreateGoogleApiSourceOperation) Done

Done reports whether the long-running operation has completed.

func (*CreateGoogleApiSourceOperation) Metadata

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 (*CreateGoogleApiSourceOperation) Name

Name 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 (*CreateGoogleApiSourceOperation) Poll

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 (*CreateGoogleApiSourceOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

CreateMessageBusOperation

typeCreateMessageBusOperationstruct{// contains filtered or unexported fields}

CreateMessageBusOperation manages a long-running operation from CreateMessageBus.

func (*CreateMessageBusOperation) Done

Done reports whether the long-running operation has completed.

func (*CreateMessageBusOperation) Metadata

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 (*CreateMessageBusOperation) Name

Name 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 (*CreateMessageBusOperation) Poll

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 (*CreateMessageBusOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

CreatePipelineOperation

typeCreatePipelineOperationstruct{// contains filtered or unexported fields}

CreatePipelineOperation manages a long-running operation from CreatePipeline.

func (*CreatePipelineOperation) Done

Done reports whether the long-running operation has completed.

func (*CreatePipelineOperation) Metadata

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 (*CreatePipelineOperation) Name

Name 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 (*CreatePipelineOperation) Poll

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 (*CreatePipelineOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

CreateTriggerOperation

typeCreateTriggerOperationstruct{// contains filtered or unexported fields}

CreateTriggerOperation manages a long-running operation from CreateTrigger.

func (*CreateTriggerOperation) Done

Done reports whether the long-running operation has completed.

func (*CreateTriggerOperation) Metadata

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 (*CreateTriggerOperation) Name

Name 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 (*CreateTriggerOperation) Poll

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 (*CreateTriggerOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

DeleteChannelConnectionOperation

typeDeleteChannelConnectionOperationstruct{// contains filtered or unexported fields}

DeleteChannelConnectionOperation manages a long-running operation from DeleteChannelConnection.

func (*DeleteChannelConnectionOperation) Done

Done reports whether the long-running operation has completed.

func (*DeleteChannelConnectionOperation) Metadata

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 (*DeleteChannelConnectionOperation) Name

Name 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 (*DeleteChannelConnectionOperation) Poll

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 (*DeleteChannelConnectionOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

DeleteChannelOperation

typeDeleteChannelOperationstruct{// contains filtered or unexported fields}

DeleteChannelOperation manages a long-running operation from DeleteChannel.

func (*DeleteChannelOperation) Done

Done reports whether the long-running operation has completed.

func (*DeleteChannelOperation) Metadata

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 (*DeleteChannelOperation) Name

Name 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 (*DeleteChannelOperation) Poll

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 (*DeleteChannelOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

DeleteEnrollmentOperation

typeDeleteEnrollmentOperationstruct{// contains filtered or unexported fields}

DeleteEnrollmentOperation manages a long-running operation from DeleteEnrollment.

func (*DeleteEnrollmentOperation) Done

Done reports whether the long-running operation has completed.

func (*DeleteEnrollmentOperation) Metadata

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 (*DeleteEnrollmentOperation) Name

Name 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 (*DeleteEnrollmentOperation) Poll

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 (*DeleteEnrollmentOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

DeleteGoogleApiSourceOperation

typeDeleteGoogleApiSourceOperationstruct{// contains filtered or unexported fields}

DeleteGoogleApiSourceOperation manages a long-running operation from DeleteGoogleApiSource.

func (*DeleteGoogleApiSourceOperation) Done

Done reports whether the long-running operation has completed.

func (*DeleteGoogleApiSourceOperation) Metadata

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 (*DeleteGoogleApiSourceOperation) Name

Name 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 (*DeleteGoogleApiSourceOperation) Poll

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 (*DeleteGoogleApiSourceOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

DeleteMessageBusOperation

typeDeleteMessageBusOperationstruct{// contains filtered or unexported fields}

DeleteMessageBusOperation manages a long-running operation from DeleteMessageBus.

func (*DeleteMessageBusOperation) Done

Done reports whether the long-running operation has completed.

func (*DeleteMessageBusOperation) Metadata

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 (*DeleteMessageBusOperation) Name

Name 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 (*DeleteMessageBusOperation) Poll

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 (*DeleteMessageBusOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

DeletePipelineOperation

typeDeletePipelineOperationstruct{// contains filtered or unexported fields}

DeletePipelineOperation manages a long-running operation from DeletePipeline.

func (*DeletePipelineOperation) Done

Done reports whether the long-running operation has completed.

func (*DeletePipelineOperation) Metadata

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 (*DeletePipelineOperation) Name

Name 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 (*DeletePipelineOperation) Poll

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 (*DeletePipelineOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

DeleteTriggerOperation

typeDeleteTriggerOperationstruct{// contains filtered or unexported fields}

DeleteTriggerOperation manages a long-running operation from DeleteTrigger.

func (*DeleteTriggerOperation) Done

Done reports whether the long-running operation has completed.

func (*DeleteTriggerOperation) Metadata

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 (*DeleteTriggerOperation) Name

Name 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 (*DeleteTriggerOperation) Poll

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 (*DeleteTriggerOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

EnrollmentIterator

typeEnrollmentIteratorstruct{// 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[]*eventarcpb.Enrollment,nextPageTokenstring,errerror)// contains filtered or unexported fields}

EnrollmentIterator manages a stream of *eventarcpb.Enrollment.

func (*EnrollmentIterator) All

func(it*EnrollmentIterator)All()iter.Seq2[*eventarcpb.Enrollment,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*EnrollmentIterator) Next

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 (*EnrollmentIterator) PageInfo

func(it*EnrollmentIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

GoogleApiSourceIterator

typeGoogleApiSourceIteratorstruct{// 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[]*eventarcpb.GoogleApiSource,nextPageTokenstring,errerror)// contains filtered or unexported fields}

GoogleApiSourceIterator manages a stream of *eventarcpb.GoogleApiSource.

func (*GoogleApiSourceIterator) All

func(it*GoogleApiSourceIterator)All()iter.Seq2[*eventarcpb.GoogleApiSource,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*GoogleApiSourceIterator) Next

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 (*GoogleApiSourceIterator) PageInfo

func(it*GoogleApiSourceIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

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

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.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

MessageBusIterator

typeMessageBusIteratorstruct{// 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[]*eventarcpb.MessageBus,nextPageTokenstring,errerror)// contains filtered or unexported fields}

MessageBusIterator manages a stream of *eventarcpb.MessageBus.

func (*MessageBusIterator) All

func(it*MessageBusIterator)All()iter.Seq2[*eventarcpb.MessageBus,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*MessageBusIterator) Next

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 (*MessageBusIterator) PageInfo

func(it*MessageBusIterator)PageInfo()*iterator.PageInfo

PageInfo 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

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.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

PipelineIterator

typePipelineIteratorstruct{// 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[]*eventarcpb.Pipeline,nextPageTokenstring,errerror)// contains filtered or unexported fields}

PipelineIterator manages a stream of *eventarcpb.Pipeline.

func (*PipelineIterator) All

func(it*PipelineIterator)All()iter.Seq2[*eventarcpb.Pipeline,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*PipelineIterator) Next

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 (*PipelineIterator) PageInfo

func(it*PipelineIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

ProviderIterator

typeProviderIteratorstruct{// 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[]*eventarcpb.Provider,nextPageTokenstring,errerror)// contains filtered or unexported fields}

ProviderIterator manages a stream of *eventarcpb.Provider.

func (*ProviderIterator) All

func(it*ProviderIterator)All()iter.Seq2[*eventarcpb.Provider,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*ProviderIterator) Next

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 (*ProviderIterator) PageInfo

func(it*ProviderIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

StringIterator

typeStringIteratorstruct{// 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[]string,nextPageTokenstring,errerror)// contains filtered or unexported fields}

StringIterator manages a stream of string.

func (*StringIterator) All

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*StringIterator) Next

func(it*StringIterator)Next()(string,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 (*StringIterator) PageInfo

func(it*StringIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

TriggerIterator

typeTriggerIteratorstruct{// 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[]*eventarcpb.Trigger,nextPageTokenstring,errerror)// contains filtered or unexported fields}

TriggerIterator manages a stream of *eventarcpb.Trigger.

func (*TriggerIterator) All

func(it*TriggerIterator)All()iter.Seq2[*eventarcpb.Trigger,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*TriggerIterator) Next

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 (*TriggerIterator) PageInfo

func(it*TriggerIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

UpdateChannelOperation

typeUpdateChannelOperationstruct{// contains filtered or unexported fields}

UpdateChannelOperation manages a long-running operation from UpdateChannel.

func (*UpdateChannelOperation) Done

Done reports whether the long-running operation has completed.

func (*UpdateChannelOperation) Metadata

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 (*UpdateChannelOperation) Name

Name 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 (*UpdateChannelOperation) Poll

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 (*UpdateChannelOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

UpdateEnrollmentOperation

typeUpdateEnrollmentOperationstruct{// contains filtered or unexported fields}

UpdateEnrollmentOperation manages a long-running operation from UpdateEnrollment.

func (*UpdateEnrollmentOperation) Done

Done reports whether the long-running operation has completed.

func (*UpdateEnrollmentOperation) Metadata

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 (*UpdateEnrollmentOperation) Name

Name 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 (*UpdateEnrollmentOperation) Poll

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 (*UpdateEnrollmentOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

UpdateGoogleApiSourceOperation

typeUpdateGoogleApiSourceOperationstruct{// contains filtered or unexported fields}

UpdateGoogleApiSourceOperation manages a long-running operation from UpdateGoogleApiSource.

func (*UpdateGoogleApiSourceOperation) Done

Done reports whether the long-running operation has completed.

func (*UpdateGoogleApiSourceOperation) Metadata

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 (*UpdateGoogleApiSourceOperation) Name

Name 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 (*UpdateGoogleApiSourceOperation) Poll

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 (*UpdateGoogleApiSourceOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

UpdateMessageBusOperation

typeUpdateMessageBusOperationstruct{// contains filtered or unexported fields}

UpdateMessageBusOperation manages a long-running operation from UpdateMessageBus.

func (*UpdateMessageBusOperation) Done

Done reports whether the long-running operation has completed.

func (*UpdateMessageBusOperation) Metadata

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 (*UpdateMessageBusOperation) Name

Name 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 (*UpdateMessageBusOperation) Poll

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 (*UpdateMessageBusOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

UpdatePipelineOperation

typeUpdatePipelineOperationstruct{// contains filtered or unexported fields}

UpdatePipelineOperation manages a long-running operation from UpdatePipeline.

func (*UpdatePipelineOperation) Done

Done reports whether the long-running operation has completed.

func (*UpdatePipelineOperation) Metadata

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 (*UpdatePipelineOperation) Name

Name 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 (*UpdatePipelineOperation) Poll

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 (*UpdatePipelineOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

UpdateTriggerOperation

typeUpdateTriggerOperationstruct{// contains filtered or unexported fields}

UpdateTriggerOperation manages a long-running operation from UpdateTrigger.

func (*UpdateTriggerOperation) Done

Done reports whether the long-running operation has completed.

func (*UpdateTriggerOperation) Metadata

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 (*UpdateTriggerOperation) Name

Name 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 (*UpdateTriggerOperation) Poll

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 (*UpdateTriggerOperation) Wait

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.