Class HttpJsonIntentsStub (4.47.0)

public class HttpJsonIntentsStub extends IntentsStub

REST stub implementation for the Intents service API.

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

Inheritance

java.lang.Object > IntentsStub > HttpJsonIntentsStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonIntentsStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
HttpJsonIntentsStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonIntentsStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory
Returns
TypeDescription
HttpJsonIntentsStub
Exceptions
TypeDescription
IOException

create(IntentsStubSettings settings)

public static final HttpJsonIntentsStub create(IntentsStubSettings settings)
Parameter
NameDescription
settingsIntentsStubSettings
Returns
TypeDescription
HttpJsonIntentsStub
Exceptions
TypeDescription
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
TypeDescription
List<ApiMethodDescriptor>

Constructors

HttpJsonIntentsStub(IntentsStubSettings settings, ClientContext clientContext)

protected HttpJsonIntentsStub(IntentsStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonIntentsStub, 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
NameDescription
settingsIntentsStubSettings
clientContextClientContext

HttpJsonIntentsStub(IntentsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonIntentsStub(IntentsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonIntentsStub, 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
NameDescription
settingsIntentsStubSettings
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

batchDeleteIntentsCallable()

public UnaryCallable<BatchDeleteIntentsRequest,Operation> batchDeleteIntentsCallable()
Returns
TypeDescription
UnaryCallable<BatchDeleteIntentsRequest,Operation>
Overrides

batchDeleteIntentsOperationCallable()

public OperationCallable<BatchDeleteIntentsRequest,Empty,Struct> batchDeleteIntentsOperationCallable()
Returns
TypeDescription
OperationCallable<BatchDeleteIntentsRequest,Empty,Struct>
Overrides

batchUpdateIntentsCallable()

public UnaryCallable<BatchUpdateIntentsRequest,Operation> batchUpdateIntentsCallable()
Returns
TypeDescription
UnaryCallable<BatchUpdateIntentsRequest,Operation>
Overrides

batchUpdateIntentsOperationCallable()

public OperationCallable<BatchUpdateIntentsRequest,BatchUpdateIntentsResponse,Struct> batchUpdateIntentsOperationCallable()
Returns
TypeDescription
OperationCallable<BatchUpdateIntentsRequest,BatchUpdateIntentsResponse,Struct>
Overrides

close()

public final void close()
Overrides

createIntentCallable()

public UnaryCallable<CreateIntentRequest,Intent> createIntentCallable()
Returns
TypeDescription
UnaryCallable<CreateIntentRequest,Intent>
Overrides

deleteIntentCallable()

public UnaryCallable<DeleteIntentRequest,Empty> deleteIntentCallable()
Returns
TypeDescription
UnaryCallable<DeleteIntentRequest,Empty>
Overrides

getHttpJsonOperationsStub()

public HttpJsonOperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
HttpJsonOperationsStub
Overrides

getIntentCallable()

public UnaryCallable<GetIntentRequest,Intent> getIntentCallable()
Returns
TypeDescription
UnaryCallable<GetIntentRequest,Intent>
Overrides

getLocationCallable()

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

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listIntentsCallable()

public UnaryCallable<ListIntentsRequest,ListIntentsResponse> listIntentsCallable()
Returns
TypeDescription
UnaryCallable<ListIntentsRequest,ListIntentsResponse>
Overrides

listIntentsPagedCallable()

public UnaryCallable<ListIntentsRequest,IntentsClient.ListIntentsPagedResponse> listIntentsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListIntentsRequest,ListIntentsPagedResponse>
Overrides

listLocationsCallable()

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

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,IntentsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

updateIntentCallable()

public UnaryCallable<UpdateIntentRequest,Intent> updateIntentCallable()
Returns
TypeDescription
UnaryCallable<UpdateIntentRequest,Intent>
Overrides