- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.2.4
public class HttpJsonEventarcStub extends EventarcStub
REST stub implementation for the Eventarc service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonEventarcStub create(ClientContext clientContext)
Parameter | |
---|---|
Name | Description |
clientContext | ClientContext |
Returns | |
---|---|
Type | Description |
HttpJsonEventarcStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonEventarcStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters | |
---|---|
Name | Description |
clientContext | ClientContext |
callableFactory | HttpJsonStubCallableFactory |
Returns | |
---|---|
Type | Description |
HttpJsonEventarcStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(EventarcStubSettings settings)
public static final HttpJsonEventarcStub create(EventarcStubSettings settings)
Parameter | |
---|---|
Name | Description |
settings | EventarcStubSettings |
Returns | |
---|---|
Type | Description |
HttpJsonEventarcStub |
Exceptions | |
---|---|
Type | Description |
IOException |
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns | |
---|---|
Type | Description |
List<ApiMethodDescriptor> |
Constructors
HttpJsonEventarcStub(EventarcStubSettings settings, ClientContext clientContext)
protected HttpJsonEventarcStub(EventarcStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonEventarcStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters | |
---|---|
Name | Description |
settings | EventarcStubSettings |
clientContext | ClientContext |
HttpJsonEventarcStub(EventarcStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonEventarcStub(EventarcStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonEventarcStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters | |
---|---|
Name | Description |
settings | EventarcStubSettings |
clientContext | ClientContext |
callableFactory | HttpJsonStubCallableFactory |
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters | |
---|---|
Name | Description |
duration | long |
unit | TimeUnit |
Returns | |
---|---|
Type | Description |
boolean |
Exceptions | |
---|---|
Type | Description |
InterruptedException |
close()
public final 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 HttpJsonOperationsStub getHttpJsonOperationsStub()
Returns | |
---|---|
Type | Description |
HttpJsonOperationsStub |
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> |
getProviderCallable()
public UnaryCallable<GetProviderRequest,Provider> getProviderCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetProviderRequest,Provider> |
getTriggerCallable()
public UnaryCallable<GetTriggerRequest,Trigger> getTriggerCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetTriggerRequest,Trigger> |
isShutdown()
public boolean isShutdown()
Returns | |
---|---|
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Returns | |
---|---|
Type | Description |
boolean |
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> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
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> |