@BetaApi @Generated(value="by gapic-generator-java") public abstract class ExamplesStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
ExamplesStub() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
com.google.api.gax.rpc.UnaryCallable<CreateExampleRequest,Example> |
createExampleCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteExampleRequest,com.google.protobuf.Empty> |
deleteExampleCallable() |
com.google.api.gax.rpc.UnaryCallable<GetExampleRequest,Example> |
getExampleCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable() |
com.google.api.gax.rpc.UnaryCallable<ListExamplesRequest,ListExamplesResponse> |
listExamplesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListExamplesRequest,ExamplesClient.ListExamplesPagedResponse> |
listExamplesPagedCallable() |
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,ExamplesClient.ListLocationsPagedResponse> |
listLocationsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateExampleRequest,Example> |
updateExampleCallable() |
public com.google.api.gax.rpc.UnaryCallable<CreateExampleRequest,Example> createExampleCallable()
public com.google.api.gax.rpc.UnaryCallable<DeleteExampleRequest,com.google.protobuf.Empty> deleteExampleCallable()
public com.google.api.gax.rpc.UnaryCallable<ListExamplesRequest,ExamplesClient.ListExamplesPagedResponse> listExamplesPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListExamplesRequest,ListExamplesResponse> listExamplesCallable()
public com.google.api.gax.rpc.UnaryCallable<GetExampleRequest,Example> getExampleCallable()
public com.google.api.gax.rpc.UnaryCallable<UpdateExampleRequest,Example> updateExampleCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,ExamplesClient.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.