@Generated(value="by gapic-generator-java") public class HttpJsonSessionEntityTypesStub extends SessionEntityTypesStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonSessionEntityTypesStub(SessionEntityTypesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonSessionEntityTypesStub, using the given settings.
|
protected |
HttpJsonSessionEntityTypesStub(SessionEntityTypesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonSessionEntityTypesStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonSessionEntityTypesStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonSessionEntityTypesStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonSessionEntityTypesStub |
create(SessionEntityTypesStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<CreateSessionEntityTypeRequest,SessionEntityType> |
createSessionEntityTypeCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteSessionEntityTypeRequest,com.google.protobuf.Empty> |
deleteSessionEntityTypeCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
com.google.api.gax.rpc.UnaryCallable<GetSessionEntityTypeRequest,SessionEntityType> |
getSessionEntityTypeCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
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,SessionEntityTypesClient.ListLocationsPagedResponse> |
listLocationsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSessionEntityTypesRequest,ListSessionEntityTypesResponse> |
listSessionEntityTypesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSessionEntityTypesRequest,SessionEntityTypesClient.ListSessionEntityTypesPagedResponse> |
listSessionEntityTypesPagedCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<UpdateSessionEntityTypeRequest,SessionEntityType> |
updateSessionEntityTypeCallable() |
protected HttpJsonSessionEntityTypesStub(SessionEntityTypesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonSessionEntityTypesStub(SessionEntityTypesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonSessionEntityTypesStub create(SessionEntityTypesStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonSessionEntityTypesStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonSessionEntityTypesStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
public com.google.api.gax.rpc.UnaryCallable<ListSessionEntityTypesRequest,ListSessionEntityTypesResponse> listSessionEntityTypesCallable()
listSessionEntityTypesCallable in class SessionEntityTypesStubpublic com.google.api.gax.rpc.UnaryCallable<ListSessionEntityTypesRequest,SessionEntityTypesClient.ListSessionEntityTypesPagedResponse> listSessionEntityTypesPagedCallable()
listSessionEntityTypesPagedCallable in class SessionEntityTypesStubpublic com.google.api.gax.rpc.UnaryCallable<GetSessionEntityTypeRequest,SessionEntityType> getSessionEntityTypeCallable()
getSessionEntityTypeCallable in class SessionEntityTypesStubpublic com.google.api.gax.rpc.UnaryCallable<CreateSessionEntityTypeRequest,SessionEntityType> createSessionEntityTypeCallable()
createSessionEntityTypeCallable in class SessionEntityTypesStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateSessionEntityTypeRequest,SessionEntityType> updateSessionEntityTypeCallable()
updateSessionEntityTypeCallable in class SessionEntityTypesStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteSessionEntityTypeRequest,com.google.protobuf.Empty> deleteSessionEntityTypeCallable()
deleteSessionEntityTypeCallable in class SessionEntityTypesStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
listLocationsCallable in class SessionEntityTypesStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,SessionEntityTypesClient.ListLocationsPagedResponse> listLocationsPagedCallable()
listLocationsPagedCallable in class SessionEntityTypesStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
getLocationCallable in class SessionEntityTypesStubpublic final void close()
close in interface AutoCloseableclose in class SessionEntityTypesStubpublic 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.