Documentation ¶
Overview ¶
Package eventarc aliases all exported identifiers in package "cloud.google.com/go/eventarc/apiv1/eventarcpb".
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterEventarcServer(s *grpc.Server, srv EventarcServer)deprecated
- type Channeldeprecated
- type ChannelConnectiondeprecated
- type Channel_PubsubTopic
- type Channel_Statedeprecated
- type CloudRundeprecated
- type CreateChannelConnectionRequestdeprecated
- type CreateChannelRequestdeprecated
- type CreateTriggerRequestdeprecated
- type DeleteChannelConnectionRequestdeprecated
- type DeleteChannelRequestdeprecated
- type DeleteTriggerRequestdeprecated
- type Destinationdeprecated
- type Destination_CloudFunction
- type Destination_CloudRun
- type Destination_Gke
- type EventFilterdeprecated
- type EventTypedeprecated
- type EventarcClientdeprecated
- type EventarcServerdeprecated
- type FilteringAttributedeprecated
- type GKEdeprecated
- type GetChannelConnectionRequestdeprecated
- type GetChannelRequestdeprecated
- type GetProviderRequestdeprecated
- type GetTriggerRequestdeprecated
- type ListChannelConnectionsRequestdeprecated
- type ListChannelConnectionsResponsedeprecated
- type ListChannelsRequestdeprecated
- type ListChannelsResponsedeprecated
- type ListProvidersRequestdeprecated
- type ListProvidersResponsedeprecated
- type ListTriggersRequestdeprecated
- type ListTriggersResponsedeprecated
- type OperationMetadatadeprecated
- type Providerdeprecated
- type Pubsubdeprecated
- type Transportdeprecated
- type Transport_Pubsub
- type Triggerdeprecated
- type UnimplementedEventarcServerdeprecated
- type UpdateChannelRequestdeprecated
- type UpdateTriggerRequestdeprecated
Constants ¶
const ( Channel_ACTIVE = src.Channel_ACTIVE Channel_INACTIVE = src.Channel_INACTIVE Channel_PENDING = src.Channel_PENDING Channel_STATE_UNSPECIFIED = src.Channel_STATE_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/eventarc/apiv1/eventarcpb
Variables ¶
var ( Channel_State_name = src.Channel_State_name Channel_State_value = src.Channel_State_value File_google_cloud_eventarc_v1_channel_connection_proto = src.File_google_cloud_eventarc_v1_channel_connection_proto File_google_cloud_eventarc_v1_channel_proto = src.File_google_cloud_eventarc_v1_channel_proto File_google_cloud_eventarc_v1_discovery_proto = src.File_google_cloud_eventarc_v1_discovery_proto File_google_cloud_eventarc_v1_eventarc_proto = src.File_google_cloud_eventarc_v1_eventarc_proto File_google_cloud_eventarc_v1_trigger_proto = src.File_google_cloud_eventarc_v1_trigger_proto )
Deprecated: Please use vars in: cloud.google.com/go/eventarc/apiv1/eventarcpb
Functions ¶
func RegisterEventarcServer
deprecated
func RegisterEventarcServer(s *grpc.Server, srv EventarcServer)
Deprecated: Please use funcs in: cloud.google.com/go/eventarc/apiv1/eventarcpb
Types ¶
type Channel
deprecated
A representation of the Channel resource. A Channel is a resource on which event providers publish their events. The published events are delivered through the transport associated with the channel. Note that a channel is associated with exactly one event provider.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type ChannelConnection
deprecated
type ChannelConnection = src.ChannelConnection
A representation of the ChannelConnection resource. A ChannelConnection is a resource which event providers create during the activation process to establish a connection between the provider and the subscriber channel.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type Channel_PubsubTopic ¶
type Channel_PubsubTopic = src.Channel_PubsubTopic
type Channel_State
deprecated
type Channel_State = src.Channel_State
State lists all the possible states of a Channel
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type CreateChannelConnectionRequest
deprecated
type CreateChannelConnectionRequest = src.CreateChannelConnectionRequest
The request message for the CreateChannelConnection method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type CreateChannelRequest
deprecated
type CreateChannelRequest = src.CreateChannelRequest
The request message for the CreateChannel method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type CreateTriggerRequest
deprecated
type CreateTriggerRequest = src.CreateTriggerRequest
The request message for the CreateTrigger method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type DeleteChannelConnectionRequest
deprecated
type DeleteChannelConnectionRequest = src.DeleteChannelConnectionRequest
The request message for the DeleteChannelConnection method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type DeleteChannelRequest
deprecated
type DeleteChannelRequest = src.DeleteChannelRequest
The request message for the DeleteChannel method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type DeleteTriggerRequest
deprecated
type DeleteTriggerRequest = src.DeleteTriggerRequest
The request message for the DeleteTrigger method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type Destination
deprecated
type Destination = src.Destination
Represents a target of an invocation over HTTP.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type Destination_CloudFunction ¶
type Destination_CloudFunction = src.Destination_CloudFunction
type Destination_CloudRun ¶
type Destination_CloudRun = src.Destination_CloudRun
type Destination_Gke ¶
type Destination_Gke = src.Destination_Gke
type EventFilter
deprecated
type EventFilter = src.EventFilter
Filters events based on exact matches on the CloudEvents attributes.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type EventarcClient
deprecated
type EventarcClient = src.EventarcClient
EventarcClient is the client API for Eventarc service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
func NewEventarcClient
deprecated
func NewEventarcClient(cc grpc.ClientConnInterface) EventarcClient
Deprecated: Please use funcs in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type EventarcServer
deprecated
type EventarcServer = src.EventarcServer
EventarcServer is the server API for Eventarc service.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type FilteringAttribute
deprecated
type FilteringAttribute = src.FilteringAttribute
A representation of the FilteringAttribute resource. Filtering attributes are per event type.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type GetChannelConnectionRequest
deprecated
type GetChannelConnectionRequest = src.GetChannelConnectionRequest
The request message for the GetChannelConnection method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type GetChannelRequest
deprecated
type GetChannelRequest = src.GetChannelRequest
The request message for the GetChannel method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type GetProviderRequest
deprecated
type GetProviderRequest = src.GetProviderRequest
The request message for the GetProvider method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type GetTriggerRequest
deprecated
type GetTriggerRequest = src.GetTriggerRequest
The request message for the GetTrigger method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type ListChannelConnectionsRequest
deprecated
type ListChannelConnectionsRequest = src.ListChannelConnectionsRequest
The request message for the ListChannelConnections method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type ListChannelConnectionsResponse
deprecated
type ListChannelConnectionsResponse = src.ListChannelConnectionsResponse
The response message for the `ListChannelConnections` method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type ListChannelsRequest
deprecated
type ListChannelsRequest = src.ListChannelsRequest
The request message for the ListChannels method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type ListChannelsResponse
deprecated
type ListChannelsResponse = src.ListChannelsResponse
The response message for the `ListChannels` method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type ListProvidersRequest
deprecated
type ListProvidersRequest = src.ListProvidersRequest
The request message for the ListProviders method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type ListProvidersResponse
deprecated
type ListProvidersResponse = src.ListProvidersResponse
The response message for the `ListProviders` method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type ListTriggersRequest
deprecated
type ListTriggersRequest = src.ListTriggersRequest
The request message for the ListTriggers method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type ListTriggersResponse
deprecated
type ListTriggersResponse = src.ListTriggersResponse
The response message for the `ListTriggers` method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type OperationMetadata
deprecated
type OperationMetadata = src.OperationMetadata
Represents the metadata of the long-running operation.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type Transport_Pubsub ¶
type Transport_Pubsub = src.Transport_Pubsub
type UnimplementedEventarcServer
deprecated
type UnimplementedEventarcServer = src.UnimplementedEventarcServer
UnimplementedEventarcServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type UpdateChannelRequest
deprecated
type UpdateChannelRequest = src.UpdateChannelRequest
The request message for the UpdateChannel method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type UpdateTriggerRequest
deprecated
type UpdateTriggerRequest = src.UpdateTriggerRequest
The request message for the UpdateTrigger method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb