...

Package eventarc

import "google.golang.org/genproto/googleapis/cloud/eventarc/v1"
Overview
Index

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.

Constants

Deprecated: Please use consts in: cloud.google.com/go/eventarc/apiv1/eventarcpb

const (
    Channel_ACTIVE            = src.Channel_ACTIVE
    Channel_INACTIVE          = src.Channel_INACTIVE
    Channel_PENDING           = src.Channel_PENDING
    Channel_STATE_UNSPECIFIED = src.Channel_STATE_UNSPECIFIED
)

Variables

Deprecated: Please use vars in: cloud.google.com/go/eventarc/apiv1/eventarcpb

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
)

func RegisterEventarcServer

func RegisterEventarcServer(s *grpc.Server, srv EventarcServer)

Deprecated: Please use funcs in: cloud.google.com/go/eventarc/apiv1/eventarcpb

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 Channel = src.Channel

type 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 ChannelConnection = src.ChannelConnection

type Channel_PubsubTopic

type Channel_PubsubTopic = src.Channel_PubsubTopic

type Channel_State

State lists all the possible states of a Channel

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type Channel_State = src.Channel_State

type CloudRun

Represents a Cloud Run destination.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type CloudRun = src.CloudRun

type CreateChannelConnectionRequest

The request message for the CreateChannelConnection method.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type CreateChannelConnectionRequest = src.CreateChannelConnectionRequest

type CreateChannelRequest

The request message for the CreateChannel method.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type CreateChannelRequest = src.CreateChannelRequest

type CreateTriggerRequest

The request message for the CreateTrigger method.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type CreateTriggerRequest = src.CreateTriggerRequest

type DeleteChannelConnectionRequest

The request message for the DeleteChannelConnection method.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type DeleteChannelConnectionRequest = src.DeleteChannelConnectionRequest

type DeleteChannelRequest

The request message for the DeleteChannel method.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type DeleteChannelRequest = src.DeleteChannelRequest

type DeleteTriggerRequest

The request message for the DeleteTrigger method.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type DeleteTriggerRequest = src.DeleteTriggerRequest

type Destination

Represents a target of an invocation over HTTP.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type Destination = src.Destination

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

Filters events based on exact matches on the CloudEvents attributes.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type EventFilter = src.EventFilter

type EventType

A representation of the event type resource.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type EventType = src.EventType

type 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

type EventarcClient = src.EventarcClient

func NewEventarcClient

func NewEventarcClient(cc grpc.ClientConnInterface) EventarcClient

Deprecated: Please use funcs in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type EventarcServer

EventarcServer is the server API for Eventarc service.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type EventarcServer = src.EventarcServer

type 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 FilteringAttribute = src.FilteringAttribute

type GKE

Represents a GKE destination.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type GKE = src.GKE

type GetChannelConnectionRequest

The request message for the GetChannelConnection method.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type GetChannelConnectionRequest = src.GetChannelConnectionRequest

type GetChannelRequest

The request message for the GetChannel method.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type GetChannelRequest = src.GetChannelRequest

type GetProviderRequest

The request message for the GetProvider method.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type GetProviderRequest = src.GetProviderRequest

type GetTriggerRequest

The request message for the GetTrigger method.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type GetTriggerRequest = src.GetTriggerRequest

type ListChannelConnectionsRequest

The request message for the ListChannelConnections method.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type ListChannelConnectionsRequest = src.ListChannelConnectionsRequest

type ListChannelConnectionsResponse

The response message for the `ListChannelConnections` method.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type ListChannelConnectionsResponse = src.ListChannelConnectionsResponse

type ListChannelsRequest

The request message for the ListChannels method.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type ListChannelsRequest = src.ListChannelsRequest

type ListChannelsResponse

The response message for the `ListChannels` method.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type ListChannelsResponse = src.ListChannelsResponse

type ListProvidersRequest

The request message for the ListProviders method.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type ListProvidersRequest = src.ListProvidersRequest

type ListProvidersResponse

The response message for the `ListProviders` method.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type ListProvidersResponse = src.ListProvidersResponse

type ListTriggersRequest

The request message for the ListTriggers method.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type ListTriggersRequest = src.ListTriggersRequest

type ListTriggersResponse

The response message for the `ListTriggers` method.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type ListTriggersResponse = src.ListTriggersResponse

type OperationMetadata

Represents the metadata of the long-running operation.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type OperationMetadata = src.OperationMetadata

type Provider

A representation of the Provider resource.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type Provider = src.Provider

type Pubsub

Represents a Pub/Sub transport.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type Pubsub = src.Pubsub

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 = src.Transport

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 Trigger = src.Trigger

type UnimplementedEventarcServer

UnimplementedEventarcServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type UnimplementedEventarcServer = src.UnimplementedEventarcServer

type UpdateChannelRequest

The request message for the UpdateChannel method.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type UpdateChannelRequest = src.UpdateChannelRequest

type UpdateTriggerRequest

The request message for the UpdateTrigger method.

Deprecated: Please use types in: cloud.google.com/go/eventarc/apiv1/eventarcpb

type UpdateTriggerRequest = src.UpdateTriggerRequest