@Generated(value="by gapic-generator-java") public class GrpcIntentsStub extends IntentsStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcIntentsStub(IntentsStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcIntentsStub, using the given settings.
|
protected |
GrpcIntentsStub(IntentsStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcIntentsStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcIntentsStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcIntentsStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcIntentsStub |
create(IntentsStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<CreateIntentRequest,Intent> |
createIntentCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteIntentRequest,com.google.protobuf.Empty> |
deleteIntentCallable() |
com.google.api.gax.rpc.UnaryCallable<ExportIntentsRequest,com.google.longrunning.Operation> |
exportIntentsCallable() |
com.google.api.gax.rpc.OperationCallable<ExportIntentsRequest,ExportIntentsResponse,ExportIntentsMetadata> |
exportIntentsOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<GetIntentRequest,Intent> |
getIntentCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable() |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<ImportIntentsRequest,com.google.longrunning.Operation> |
importIntentsCallable() |
com.google.api.gax.rpc.OperationCallable<ImportIntentsRequest,ImportIntentsResponse,ImportIntentsMetadata> |
importIntentsOperationCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,ListIntentsResponse> |
listIntentsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,IntentsClient.ListIntentsPagedResponse> |
listIntentsPagedCallable() |
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,IntentsClient.ListLocationsPagedResponse> |
listLocationsPagedCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<UpdateIntentRequest,Intent> |
updateIntentCallable() |
getHttpJsonOperationsStubprotected GrpcIntentsStub(IntentsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcIntentsStub(IntentsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcIntentsStub create(IntentsStubSettings settings) throws IOException
IOExceptionpublic static final GrpcIntentsStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcIntentsStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
getOperationsStub in class IntentsStubpublic com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,ListIntentsResponse> listIntentsCallable()
listIntentsCallable in class IntentsStubpublic com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,IntentsClient.ListIntentsPagedResponse> listIntentsPagedCallable()
listIntentsPagedCallable in class IntentsStubpublic com.google.api.gax.rpc.UnaryCallable<GetIntentRequest,Intent> getIntentCallable()
getIntentCallable in class IntentsStubpublic com.google.api.gax.rpc.UnaryCallable<CreateIntentRequest,Intent> createIntentCallable()
createIntentCallable in class IntentsStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateIntentRequest,Intent> updateIntentCallable()
updateIntentCallable in class IntentsStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteIntentRequest,com.google.protobuf.Empty> deleteIntentCallable()
deleteIntentCallable in class IntentsStubpublic com.google.api.gax.rpc.UnaryCallable<ImportIntentsRequest,com.google.longrunning.Operation> importIntentsCallable()
importIntentsCallable in class IntentsStubpublic com.google.api.gax.rpc.OperationCallable<ImportIntentsRequest,ImportIntentsResponse,ImportIntentsMetadata> importIntentsOperationCallable()
importIntentsOperationCallable in class IntentsStubpublic com.google.api.gax.rpc.UnaryCallable<ExportIntentsRequest,com.google.longrunning.Operation> exportIntentsCallable()
exportIntentsCallable in class IntentsStubpublic com.google.api.gax.rpc.OperationCallable<ExportIntentsRequest,ExportIntentsResponse,ExportIntentsMetadata> exportIntentsOperationCallable()
exportIntentsOperationCallable in class IntentsStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
listLocationsCallable in class IntentsStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,IntentsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
listLocationsPagedCallable in class IntentsStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
getLocationCallable in class IntentsStubpublic final void close()
close in interface AutoCloseableclose in class IntentsStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2025 Google LLC. All rights reserved.