package eventarc
import "google.golang.org/genproto/googleapis/cloud/eventarc/v1"
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)
- type Channel
- type ChannelConnection
- type Channel_PubsubTopic
- type Channel_State
- type CloudRun
- type CreateChannelConnectionRequest
- type CreateChannelRequest
- type CreateTriggerRequest
- type DeleteChannelConnectionRequest
- type DeleteChannelRequest
- type DeleteTriggerRequest
- type Destination
- type Destination_CloudFunction
- type Destination_CloudRun
- type Destination_Gke
- type EventFilter
- type EventType
- type EventarcClient
- type EventarcServer
- type FilteringAttribute
- type GKE
- type GetChannelConnectionRequest
- type GetChannelRequest
- type GetProviderRequest
- type GetTriggerRequest
- type ListChannelConnectionsRequest
- type ListChannelConnectionsResponse
- type ListChannelsRequest
- type ListChannelsResponse
- type ListProvidersRequest
- type ListProvidersResponse
- type ListTriggersRequest
- type ListTriggersResponse
- type OperationMetadata
- type Provider
- type Pubsub
- type Transport
- type Transport_Pubsub
- type Trigger
- type UnimplementedEventarcServer
- type UpdateChannelRequest
- type UpdateTriggerRequest
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 ¶
func RegisterEventarcServer(s *grpc.Server, srv EventarcServer)
Deprecated: Please use funcs in: cloud.google.com/go/eventarc/apiv1/eventarcpb
Types ¶
type Channel ¶
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 ¶
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 ¶
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 CloudRun ¶
Represents a Cloud Run destination.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type CreateChannelConnectionRequest ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 EventType ¶
A representation of the event type resource.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type EventarcClient ¶
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 ¶
func NewEventarcClient(cc grpc.ClientConnInterface) EventarcClient
Deprecated: Please use funcs in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type EventarcServer ¶
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 ¶
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 GKE ¶
Represents a GKE destination.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type GetChannelConnectionRequest ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 Provider ¶
A representation of the Provider resource.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type Pubsub ¶
Represents a Pub/Sub transport.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type Transport ¶
Represents the transport intermediaries created for the trigger to deliver events.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type Transport_Pubsub ¶
type Transport_Pubsub = src.Transport_Pubsub
type Trigger ¶
A representation of the trigger resource.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
type UnimplementedEventarcServer ¶
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 ¶
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 ¶
type UpdateTriggerRequest = src.UpdateTriggerRequest
The request message for the UpdateTrigger method.
Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.