Class EventarcStub (1.42.0)

public abstract class EventarcStub implements BackgroundResource

Base stub class for the Eventarc service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > EventarcStub

Implements

BackgroundResource

Constructors

EventarcStub()

public EventarcStub()

Methods

close()

public abstract void close()

createChannelCallable()

public UnaryCallable<CreateChannelRequest,Operation> createChannelCallable()
Returns
Type Description
UnaryCallable<CreateChannelRequest,Operation>

createChannelConnectionCallable()

public UnaryCallable<CreateChannelConnectionRequest,Operation> createChannelConnectionCallable()
Returns
Type Description
UnaryCallable<CreateChannelConnectionRequest,Operation>

createChannelConnectionOperationCallable()

public OperationCallable<CreateChannelConnectionRequest,ChannelConnection,OperationMetadata> createChannelConnectionOperationCallable()
Returns
Type Description
OperationCallable<CreateChannelConnectionRequest,ChannelConnection,OperationMetadata>

createChannelOperationCallable()

public OperationCallable<CreateChannelRequest,Channel,OperationMetadata> createChannelOperationCallable()
Returns
Type Description
OperationCallable<CreateChannelRequest,Channel,OperationMetadata>

createTriggerCallable()

public UnaryCallable<CreateTriggerRequest,Operation> createTriggerCallable()
Returns
Type Description
UnaryCallable<CreateTriggerRequest,Operation>

createTriggerOperationCallable()

public OperationCallable<CreateTriggerRequest,Trigger,OperationMetadata> createTriggerOperationCallable()
Returns
Type Description
OperationCallable<CreateTriggerRequest,Trigger,OperationMetadata>

deleteChannelCallable()

public UnaryCallable<DeleteChannelRequest,Operation> deleteChannelCallable()
Returns
Type Description
UnaryCallable<DeleteChannelRequest,Operation>

deleteChannelConnectionCallable()

public UnaryCallable<DeleteChannelConnectionRequest,Operation> deleteChannelConnectionCallable()
Returns
Type Description
UnaryCallable<DeleteChannelConnectionRequest,Operation>

deleteChannelConnectionOperationCallable()

public OperationCallable<DeleteChannelConnectionRequest,ChannelConnection,OperationMetadata> deleteChannelConnectionOperationCallable()
Returns
Type Description
OperationCallable<DeleteChannelConnectionRequest,ChannelConnection,OperationMetadata>

deleteChannelOperationCallable()

public OperationCallable<DeleteChannelRequest,Channel,OperationMetadata> deleteChannelOperationCallable()
Returns
Type Description
OperationCallable<DeleteChannelRequest,Channel,OperationMetadata>

deleteTriggerCallable()

public UnaryCallable<DeleteTriggerRequest,Operation> deleteTriggerCallable()
Returns
Type Description
UnaryCallable<DeleteTriggerRequest,Operation>

deleteTriggerOperationCallable()

public OperationCallable<DeleteTriggerRequest,Trigger,OperationMetadata> deleteTriggerOperationCallable()
Returns
Type Description
OperationCallable<DeleteTriggerRequest,Trigger,OperationMetadata>

getChannelCallable()

public UnaryCallable<GetChannelRequest,Channel> getChannelCallable()
Returns
Type Description
UnaryCallable<GetChannelRequest,Channel>

getChannelConnectionCallable()

public UnaryCallable<GetChannelConnectionRequest,ChannelConnection> getChannelConnectionCallable()
Returns
Type Description
UnaryCallable<GetChannelConnectionRequest,ChannelConnection>

getGoogleChannelConfigCallable()

public UnaryCallable<GetGoogleChannelConfigRequest,GoogleChannelConfig> getGoogleChannelConfigCallable()
Returns
Type Description
UnaryCallable<GetGoogleChannelConfigRequest,GoogleChannelConfig>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

getProviderCallable()

public UnaryCallable<GetProviderRequest,Provider> getProviderCallable()
Returns
Type Description
UnaryCallable<GetProviderRequest,Provider>

getTriggerCallable()

public UnaryCallable<GetTriggerRequest,Trigger> getTriggerCallable()
Returns
Type Description
UnaryCallable<GetTriggerRequest,Trigger>

listChannelConnectionsCallable()

public UnaryCallable<ListChannelConnectionsRequest,ListChannelConnectionsResponse> listChannelConnectionsCallable()
Returns
Type Description
UnaryCallable<ListChannelConnectionsRequest,ListChannelConnectionsResponse>

listChannelConnectionsPagedCallable()

public UnaryCallable<ListChannelConnectionsRequest,EventarcClient.ListChannelConnectionsPagedResponse> listChannelConnectionsPagedCallable()
Returns
Type Description
UnaryCallable<ListChannelConnectionsRequest,ListChannelConnectionsPagedResponse>

listChannelsCallable()

public UnaryCallable<ListChannelsRequest,ListChannelsResponse> listChannelsCallable()
Returns
Type Description
UnaryCallable<ListChannelsRequest,ListChannelsResponse>

listChannelsPagedCallable()

public UnaryCallable<ListChannelsRequest,EventarcClient.ListChannelsPagedResponse> listChannelsPagedCallable()
Returns
Type Description
UnaryCallable<ListChannelsRequest,ListChannelsPagedResponse>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,EventarcClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listProvidersCallable()

public UnaryCallable<ListProvidersRequest,ListProvidersResponse> listProvidersCallable()
Returns
Type Description
UnaryCallable<ListProvidersRequest,ListProvidersResponse>

listProvidersPagedCallable()

public UnaryCallable<ListProvidersRequest,EventarcClient.ListProvidersPagedResponse> listProvidersPagedCallable()
Returns
Type Description
UnaryCallable<ListProvidersRequest,ListProvidersPagedResponse>

listTriggersCallable()

public UnaryCallable<ListTriggersRequest,ListTriggersResponse> listTriggersCallable()
Returns
Type Description
UnaryCallable<ListTriggersRequest,ListTriggersResponse>

listTriggersPagedCallable()

public UnaryCallable<ListTriggersRequest,EventarcClient.ListTriggersPagedResponse> listTriggersPagedCallable()
Returns
Type Description
UnaryCallable<ListTriggersRequest,ListTriggersPagedResponse>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updateChannelCallable()

public UnaryCallable<UpdateChannelRequest,Operation> updateChannelCallable()
Returns
Type Description
UnaryCallable<UpdateChannelRequest,Operation>

updateChannelOperationCallable()

public OperationCallable<UpdateChannelRequest,Channel,OperationMetadata> updateChannelOperationCallable()
Returns
Type Description
OperationCallable<UpdateChannelRequest,Channel,OperationMetadata>

updateGoogleChannelConfigCallable()

public UnaryCallable<UpdateGoogleChannelConfigRequest,GoogleChannelConfig> updateGoogleChannelConfigCallable()
Returns
Type Description
UnaryCallable<UpdateGoogleChannelConfigRequest,GoogleChannelConfig>

updateTriggerCallable()

public UnaryCallable<UpdateTriggerRequest,Operation> updateTriggerCallable()
Returns
Type Description
UnaryCallable<UpdateTriggerRequest,Operation>

updateTriggerOperationCallable()

public OperationCallable<UpdateTriggerRequest,Trigger,OperationMetadata> updateTriggerOperationCallable()
Returns
Type Description
OperationCallable<UpdateTriggerRequest,Trigger,OperationMetadata>