@Generated(value="by gapic-generator-java") public abstract class PagesStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
PagesStub() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
com.google.api.gax.rpc.UnaryCallable<CreatePageRequest,Page> |
createPageCallable() |
com.google.api.gax.rpc.UnaryCallable<DeletePageRequest,com.google.protobuf.Empty> |
deletePageCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable() |
com.google.api.gax.rpc.UnaryCallable<GetPageRequest,Page> |
getPageCallable() |
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,PagesClient.ListLocationsPagedResponse> |
listLocationsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListPagesRequest,ListPagesResponse> |
listPagesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListPagesRequest,PagesClient.ListPagesPagedResponse> |
listPagesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdatePageRequest,Page> |
updatePageCallable() |
public com.google.api.gax.rpc.UnaryCallable<ListPagesRequest,PagesClient.ListPagesPagedResponse> listPagesPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListPagesRequest,ListPagesResponse> listPagesCallable()
public com.google.api.gax.rpc.UnaryCallable<GetPageRequest,Page> getPageCallable()
public com.google.api.gax.rpc.UnaryCallable<CreatePageRequest,Page> createPageCallable()
public com.google.api.gax.rpc.UnaryCallable<UpdatePageRequest,Page> updatePageCallable()
public com.google.api.gax.rpc.UnaryCallable<DeletePageRequest,com.google.protobuf.Empty> deletePageCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,PagesClient.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.