@BetaApi @Generated(value="by gapic-generator-java") public abstract class ChunkServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
ChunkServiceStub() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
com.google.api.gax.rpc.UnaryCallable<GetChunkRequest,Chunk> |
getChunkCallable() |
com.google.api.gax.rpc.UnaryCallable<ListChunksRequest,ListChunksResponse> |
listChunksCallable() |
com.google.api.gax.rpc.UnaryCallable<ListChunksRequest,ChunkServiceClient.ListChunksPagedResponse> |
listChunksPagedCallable() |
public com.google.api.gax.rpc.UnaryCallable<GetChunkRequest,Chunk> getChunkCallable()
public com.google.api.gax.rpc.UnaryCallable<ListChunksRequest,ChunkServiceClient.ListChunksPagedResponse> listChunksPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListChunksRequest,ListChunksResponse> listChunksCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2025 Google LLC. All rights reserved.