Class EventarcStub
- java.lang.Object
-
- com.google.cloud.eventarc.v1.stub.EventarcStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcEventarcStub
,HttpJsonEventarcStub
@Generated("by gapic-generator-java") public abstract class EventarcStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the Eventarc service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description EventarcStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<CreateChannelRequest,com.google.longrunning.Operation>
createChannelCallable()
com.google.api.gax.rpc.UnaryCallable<CreateChannelConnectionRequest,com.google.longrunning.Operation>
createChannelConnectionCallable()
com.google.api.gax.rpc.OperationCallable<CreateChannelConnectionRequest,ChannelConnection,OperationMetadata>
createChannelConnectionOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateChannelRequest,Channel,OperationMetadata>
createChannelOperationCallable()
com.google.api.gax.rpc.UnaryCallable<CreateTriggerRequest,com.google.longrunning.Operation>
createTriggerCallable()
com.google.api.gax.rpc.OperationCallable<CreateTriggerRequest,Trigger,OperationMetadata>
createTriggerOperationCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteChannelRequest,com.google.longrunning.Operation>
deleteChannelCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteChannelConnectionRequest,com.google.longrunning.Operation>
deleteChannelConnectionCallable()
com.google.api.gax.rpc.OperationCallable<DeleteChannelConnectionRequest,ChannelConnection,OperationMetadata>
deleteChannelConnectionOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteChannelRequest,Channel,OperationMetadata>
deleteChannelOperationCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteTriggerRequest,com.google.longrunning.Operation>
deleteTriggerCallable()
com.google.api.gax.rpc.OperationCallable<DeleteTriggerRequest,Trigger,OperationMetadata>
deleteTriggerOperationCallable()
com.google.api.gax.rpc.UnaryCallable<GetChannelRequest,Channel>
getChannelCallable()
com.google.api.gax.rpc.UnaryCallable<GetChannelConnectionRequest,ChannelConnection>
getChannelConnectionCallable()
com.google.api.gax.rpc.UnaryCallable<GetGoogleChannelConfigRequest,GoogleChannelConfig>
getGoogleChannelConfigCallable()
com.google.api.gax.httpjson.longrunning.stub.OperationsStub
getHttpJsonOperationsStub()
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getIamPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
getLocationCallable()
com.google.longrunning.stub.OperationsStub
getOperationsStub()
com.google.api.gax.rpc.UnaryCallable<GetProviderRequest,Provider>
getProviderCallable()
com.google.api.gax.rpc.UnaryCallable<GetTriggerRequest,Trigger>
getTriggerCallable()
com.google.api.gax.rpc.UnaryCallable<ListChannelConnectionsRequest,ListChannelConnectionsResponse>
listChannelConnectionsCallable()
com.google.api.gax.rpc.UnaryCallable<ListChannelConnectionsRequest,EventarcClient.ListChannelConnectionsPagedResponse>
listChannelConnectionsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListChannelsRequest,ListChannelsResponse>
listChannelsCallable()
com.google.api.gax.rpc.UnaryCallable<ListChannelsRequest,EventarcClient.ListChannelsPagedResponse>
listChannelsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>
listLocationsCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,EventarcClient.ListLocationsPagedResponse>
listLocationsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListProvidersRequest,ListProvidersResponse>
listProvidersCallable()
com.google.api.gax.rpc.UnaryCallable<ListProvidersRequest,EventarcClient.ListProvidersPagedResponse>
listProvidersPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListTriggersRequest,ListTriggersResponse>
listTriggersCallable()
com.google.api.gax.rpc.UnaryCallable<ListTriggersRequest,EventarcClient.ListTriggersPagedResponse>
listTriggersPagedCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
setIamPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
testIamPermissionsCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateChannelRequest,com.google.longrunning.Operation>
updateChannelCallable()
com.google.api.gax.rpc.OperationCallable<UpdateChannelRequest,Channel,OperationMetadata>
updateChannelOperationCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateGoogleChannelConfigRequest,GoogleChannelConfig>
updateGoogleChannelConfigCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateTriggerRequest,com.google.longrunning.Operation>
updateTriggerCallable()
com.google.api.gax.rpc.OperationCallable<UpdateTriggerRequest,Trigger,OperationMetadata>
updateTriggerOperationCallable()
-
-
-
Method Detail
-
getOperationsStub
public com.google.longrunning.stub.OperationsStub getOperationsStub()
-
getHttpJsonOperationsStub
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
-
getTriggerCallable
public com.google.api.gax.rpc.UnaryCallable<GetTriggerRequest,Trigger> getTriggerCallable()
-
listTriggersPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListTriggersRequest,EventarcClient.ListTriggersPagedResponse> listTriggersPagedCallable()
-
listTriggersCallable
public com.google.api.gax.rpc.UnaryCallable<ListTriggersRequest,ListTriggersResponse> listTriggersCallable()
-
createTriggerOperationCallable
public com.google.api.gax.rpc.OperationCallable<CreateTriggerRequest,Trigger,OperationMetadata> createTriggerOperationCallable()
-
createTriggerCallable
public com.google.api.gax.rpc.UnaryCallable<CreateTriggerRequest,com.google.longrunning.Operation> createTriggerCallable()
-
updateTriggerOperationCallable
public com.google.api.gax.rpc.OperationCallable<UpdateTriggerRequest,Trigger,OperationMetadata> updateTriggerOperationCallable()
-
updateTriggerCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateTriggerRequest,com.google.longrunning.Operation> updateTriggerCallable()
-
deleteTriggerOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteTriggerRequest,Trigger,OperationMetadata> deleteTriggerOperationCallable()
-
deleteTriggerCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteTriggerRequest,com.google.longrunning.Operation> deleteTriggerCallable()
-
getChannelCallable
public com.google.api.gax.rpc.UnaryCallable<GetChannelRequest,Channel> getChannelCallable()
-
listChannelsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListChannelsRequest,EventarcClient.ListChannelsPagedResponse> listChannelsPagedCallable()
-
listChannelsCallable
public com.google.api.gax.rpc.UnaryCallable<ListChannelsRequest,ListChannelsResponse> listChannelsCallable()
-
createChannelOperationCallable
public com.google.api.gax.rpc.OperationCallable<CreateChannelRequest,Channel,OperationMetadata> createChannelOperationCallable()
-
createChannelCallable
public com.google.api.gax.rpc.UnaryCallable<CreateChannelRequest,com.google.longrunning.Operation> createChannelCallable()
-
updateChannelOperationCallable
public com.google.api.gax.rpc.OperationCallable<UpdateChannelRequest,Channel,OperationMetadata> updateChannelOperationCallable()
-
updateChannelCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateChannelRequest,com.google.longrunning.Operation> updateChannelCallable()
-
deleteChannelOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteChannelRequest,Channel,OperationMetadata> deleteChannelOperationCallable()
-
deleteChannelCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteChannelRequest,com.google.longrunning.Operation> deleteChannelCallable()
-
getProviderCallable
public com.google.api.gax.rpc.UnaryCallable<GetProviderRequest,Provider> getProviderCallable()
-
listProvidersPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListProvidersRequest,EventarcClient.ListProvidersPagedResponse> listProvidersPagedCallable()
-
listProvidersCallable
public com.google.api.gax.rpc.UnaryCallable<ListProvidersRequest,ListProvidersResponse> listProvidersCallable()
-
getChannelConnectionCallable
public com.google.api.gax.rpc.UnaryCallable<GetChannelConnectionRequest,ChannelConnection> getChannelConnectionCallable()
-
listChannelConnectionsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListChannelConnectionsRequest,EventarcClient.ListChannelConnectionsPagedResponse> listChannelConnectionsPagedCallable()
-
listChannelConnectionsCallable
public com.google.api.gax.rpc.UnaryCallable<ListChannelConnectionsRequest,ListChannelConnectionsResponse> listChannelConnectionsCallable()
-
createChannelConnectionOperationCallable
public com.google.api.gax.rpc.OperationCallable<CreateChannelConnectionRequest,ChannelConnection,OperationMetadata> createChannelConnectionOperationCallable()
-
createChannelConnectionCallable
public com.google.api.gax.rpc.UnaryCallable<CreateChannelConnectionRequest,com.google.longrunning.Operation> createChannelConnectionCallable()
-
deleteChannelConnectionOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteChannelConnectionRequest,ChannelConnection,OperationMetadata> deleteChannelConnectionOperationCallable()
-
deleteChannelConnectionCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteChannelConnectionRequest,com.google.longrunning.Operation> deleteChannelConnectionCallable()
-
getGoogleChannelConfigCallable
public com.google.api.gax.rpc.UnaryCallable<GetGoogleChannelConfigRequest,GoogleChannelConfig> getGoogleChannelConfigCallable()
-
updateGoogleChannelConfigCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateGoogleChannelConfigRequest,GoogleChannelConfig> updateGoogleChannelConfigCallable()
-
listLocationsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,EventarcClient.ListLocationsPagedResponse> listLocationsPagedCallable()
-
listLocationsCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
-
getLocationCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
-
setIamPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
-
getIamPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
-
testIamPermissionsCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-