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.
Constructors
EventarcStub()
Methods
close()
public abstract void close()
createChannelCallable()
public UnaryCallable<CreateChannelRequest,Operation> createChannelCallable()
createChannelConnectionCallable()
public UnaryCallable<CreateChannelConnectionRequest,Operation> createChannelConnectionCallable()
createChannelConnectionOperationCallable()
public OperationCallable<CreateChannelConnectionRequest,ChannelConnection,OperationMetadata> createChannelConnectionOperationCallable()
createChannelOperationCallable()
public OperationCallable<CreateChannelRequest,Channel,OperationMetadata> createChannelOperationCallable()
createTriggerCallable()
public UnaryCallable<CreateTriggerRequest,Operation> createTriggerCallable()
createTriggerOperationCallable()
public OperationCallable<CreateTriggerRequest,Trigger,OperationMetadata> createTriggerOperationCallable()
deleteChannelCallable()
public UnaryCallable<DeleteChannelRequest,Operation> deleteChannelCallable()
deleteChannelConnectionCallable()
public UnaryCallable<DeleteChannelConnectionRequest,Operation> deleteChannelConnectionCallable()
deleteChannelConnectionOperationCallable()
public OperationCallable<DeleteChannelConnectionRequest,ChannelConnection,OperationMetadata> deleteChannelConnectionOperationCallable()
deleteChannelOperationCallable()
public OperationCallable<DeleteChannelRequest,Channel,OperationMetadata> deleteChannelOperationCallable()
deleteTriggerCallable()
public UnaryCallable<DeleteTriggerRequest,Operation> deleteTriggerCallable()
deleteTriggerOperationCallable()
public OperationCallable<DeleteTriggerRequest,Trigger,OperationMetadata> deleteTriggerOperationCallable()
getChannelCallable()
public UnaryCallable<GetChannelRequest,Channel> getChannelCallable()
getChannelConnectionCallable()
public UnaryCallable<GetChannelConnectionRequest,ChannelConnection> getChannelConnectionCallable()
getGoogleChannelConfigCallable()
public UnaryCallable<GetGoogleChannelConfigRequest,GoogleChannelConfig> getGoogleChannelConfigCallable()
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
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()
getProviderCallable()
public UnaryCallable<GetProviderRequest,Provider> getProviderCallable()
getTriggerCallable()
public UnaryCallable<GetTriggerRequest,Trigger> getTriggerCallable()
listChannelConnectionsCallable()
public UnaryCallable<ListChannelConnectionsRequest,ListChannelConnectionsResponse> listChannelConnectionsCallable()
listChannelConnectionsPagedCallable()
public UnaryCallable<ListChannelConnectionsRequest,EventarcClient.ListChannelConnectionsPagedResponse> listChannelConnectionsPagedCallable()
listChannelsCallable()
public UnaryCallable<ListChannelsRequest,ListChannelsResponse> listChannelsCallable()
listChannelsPagedCallable()
public UnaryCallable<ListChannelsRequest,EventarcClient.ListChannelsPagedResponse> listChannelsPagedCallable()
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()
listProvidersCallable()
public UnaryCallable<ListProvidersRequest,ListProvidersResponse> listProvidersCallable()
listProvidersPagedCallable()
public UnaryCallable<ListProvidersRequest,EventarcClient.ListProvidersPagedResponse> listProvidersPagedCallable()
listTriggersCallable()
public UnaryCallable<ListTriggersRequest,ListTriggersResponse> listTriggersCallable()
listTriggersPagedCallable()
public UnaryCallable<ListTriggersRequest,EventarcClient.ListTriggersPagedResponse> listTriggersPagedCallable()
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()
updateChannelOperationCallable()
public OperationCallable<UpdateChannelRequest,Channel,OperationMetadata> updateChannelOperationCallable()
updateGoogleChannelConfigCallable()
public UnaryCallable<UpdateGoogleChannelConfigRequest,GoogleChannelConfig> updateGoogleChannelConfigCallable()
updateTriggerCallable()
public UnaryCallable<UpdateTriggerRequest,Operation> updateTriggerCallable()
updateTriggerOperationCallable()
public OperationCallable<UpdateTriggerRequest,Trigger,OperationMetadata> updateTriggerOperationCallable()