@BetaApi @Generated(value="by gapic-generator-java") public abstract class EntityTypesStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
EntityTypesStub() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
com.google.api.gax.rpc.UnaryCallable<CreateEntityTypeRequest,EntityType> |
createEntityTypeCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteEntityTypeRequest,com.google.protobuf.Empty> |
deleteEntityTypeCallable() |
com.google.api.gax.rpc.UnaryCallable<ExportEntityTypesRequest,com.google.longrunning.Operation> |
exportEntityTypesCallable() |
com.google.api.gax.rpc.OperationCallable<ExportEntityTypesRequest,ExportEntityTypesResponse,ExportEntityTypesMetadata> |
exportEntityTypesOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<GetEntityTypeRequest,EntityType> |
getEntityTypeCallable() |
com.google.api.gax.httpjson.longrunning.stub.OperationsStub |
getHttpJsonOperationsStub() |
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<ImportEntityTypesRequest,com.google.longrunning.Operation> |
importEntityTypesCallable() |
com.google.api.gax.rpc.OperationCallable<ImportEntityTypesRequest,ImportEntityTypesResponse,ImportEntityTypesMetadata> |
importEntityTypesOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<ListEntityTypesRequest,ListEntityTypesResponse> |
listEntityTypesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListEntityTypesRequest,EntityTypesClient.ListEntityTypesPagedResponse> |
listEntityTypesPagedCallable() |
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,EntityTypesClient.ListLocationsPagedResponse> |
listLocationsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateEntityTypeRequest,EntityType> |
updateEntityTypeCallable() |
public com.google.longrunning.stub.OperationsStub getOperationsStub()
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
public com.google.api.gax.rpc.UnaryCallable<GetEntityTypeRequest,EntityType> getEntityTypeCallable()
public com.google.api.gax.rpc.UnaryCallable<CreateEntityTypeRequest,EntityType> createEntityTypeCallable()
public com.google.api.gax.rpc.UnaryCallable<UpdateEntityTypeRequest,EntityType> updateEntityTypeCallable()
public com.google.api.gax.rpc.UnaryCallable<DeleteEntityTypeRequest,com.google.protobuf.Empty> deleteEntityTypeCallable()
public com.google.api.gax.rpc.UnaryCallable<ListEntityTypesRequest,EntityTypesClient.ListEntityTypesPagedResponse> listEntityTypesPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListEntityTypesRequest,ListEntityTypesResponse> listEntityTypesCallable()
public com.google.api.gax.rpc.OperationCallable<ExportEntityTypesRequest,ExportEntityTypesResponse,ExportEntityTypesMetadata> exportEntityTypesOperationCallable()
public com.google.api.gax.rpc.UnaryCallable<ExportEntityTypesRequest,com.google.longrunning.Operation> exportEntityTypesCallable()
public com.google.api.gax.rpc.OperationCallable<ImportEntityTypesRequest,ImportEntityTypesResponse,ImportEntityTypesMetadata> importEntityTypesOperationCallable()
public com.google.api.gax.rpc.UnaryCallable<ImportEntityTypesRequest,com.google.longrunning.Operation> importEntityTypesCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,EntityTypesClient.ListLocationsPagedResponse> listLocationsPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2025 Google LLC. All rights reserved.