@Generated(value="by gapic-generator-java") public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
GrpcConfigServiceV2Stub(ConfigServiceV2StubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcConfigServiceV2Stub, using the given settings.
|
protected |
GrpcConfigServiceV2Stub(ConfigServiceV2StubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcConfigServiceV2Stub, using the given settings.
|
Modifier and Type | Method and Description |
---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
com.google.api.gax.rpc.UnaryCallable<CopyLogEntriesRequest,com.google.longrunning.Operation> |
copyLogEntriesCallable() |
com.google.api.gax.rpc.OperationCallable<CopyLogEntriesRequest,CopyLogEntriesResponse,CopyLogEntriesMetadata> |
copyLogEntriesOperationCallable() |
static GrpcConfigServiceV2Stub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcConfigServiceV2Stub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcConfigServiceV2Stub |
create(ConfigServiceV2StubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<CreateBucketRequest,com.google.longrunning.Operation> |
createBucketAsyncCallable() |
com.google.api.gax.rpc.OperationCallable<CreateBucketRequest,LogBucket,BucketMetadata> |
createBucketAsyncOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateBucketRequest,LogBucket> |
createBucketCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateExclusionRequest,LogExclusion> |
createExclusionCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateLinkRequest,com.google.longrunning.Operation> |
createLinkCallable() |
com.google.api.gax.rpc.OperationCallable<CreateLinkRequest,Link,LinkMetadata> |
createLinkOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateSinkRequest,LogSink> |
createSinkCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateViewRequest,LogView> |
createViewCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteBucketRequest,com.google.protobuf.Empty> |
deleteBucketCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteExclusionRequest,com.google.protobuf.Empty> |
deleteExclusionCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteLinkRequest,com.google.longrunning.Operation> |
deleteLinkCallable() |
com.google.api.gax.rpc.OperationCallable<DeleteLinkRequest,com.google.protobuf.Empty,LinkMetadata> |
deleteLinkOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteSinkRequest,com.google.protobuf.Empty> |
deleteSinkCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteViewRequest,com.google.protobuf.Empty> |
deleteViewCallable() |
com.google.api.gax.rpc.UnaryCallable<GetBucketRequest,LogBucket> |
getBucketCallable() |
com.google.api.gax.rpc.UnaryCallable<GetCmekSettingsRequest,CmekSettings> |
getCmekSettingsCallable() |
com.google.api.gax.rpc.UnaryCallable<GetExclusionRequest,LogExclusion> |
getExclusionCallable() |
com.google.api.gax.rpc.UnaryCallable<GetLinkRequest,Link> |
getLinkCallable() |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<GetSettingsRequest,Settings> |
getSettingsCallable() |
com.google.api.gax.rpc.UnaryCallable<GetSinkRequest,LogSink> |
getSinkCallable() |
com.google.api.gax.rpc.UnaryCallable<GetViewRequest,LogView> |
getViewCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ListBucketsResponse> |
listBucketsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ConfigClient.ListBucketsPagedResponse> |
listBucketsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListExclusionsRequest,ListExclusionsResponse> |
listExclusionsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListExclusionsRequest,ConfigClient.ListExclusionsPagedResponse> |
listExclusionsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListLinksRequest,ListLinksResponse> |
listLinksCallable() |
com.google.api.gax.rpc.UnaryCallable<ListLinksRequest,ConfigClient.ListLinksPagedResponse> |
listLinksPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSinksRequest,ListSinksResponse> |
listSinksCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSinksRequest,ConfigClient.ListSinksPagedResponse> |
listSinksPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListViewsRequest,ListViewsResponse> |
listViewsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListViewsRequest,ConfigClient.ListViewsPagedResponse> |
listViewsPagedCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<UndeleteBucketRequest,com.google.protobuf.Empty> |
undeleteBucketCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateBucketRequest,com.google.longrunning.Operation> |
updateBucketAsyncCallable() |
com.google.api.gax.rpc.OperationCallable<UpdateBucketRequest,LogBucket,BucketMetadata> |
updateBucketAsyncOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateBucketRequest,LogBucket> |
updateBucketCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateCmekSettingsRequest,CmekSettings> |
updateCmekSettingsCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateExclusionRequest,LogExclusion> |
updateExclusionCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateSettingsRequest,Settings> |
updateSettingsCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateSinkRequest,LogSink> |
updateSinkCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateViewRequest,LogView> |
updateViewCallable() |
protected GrpcConfigServiceV2Stub(ConfigServiceV2StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected GrpcConfigServiceV2Stub(ConfigServiceV2StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOException
public static final GrpcConfigServiceV2Stub create(ConfigServiceV2StubSettings settings) throws IOException
IOException
public static final GrpcConfigServiceV2Stub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final GrpcConfigServiceV2Stub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOException
public com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
getOperationsStub
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ListBucketsResponse> listBucketsCallable()
listBucketsCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ConfigClient.ListBucketsPagedResponse> listBucketsPagedCallable()
listBucketsPagedCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<GetBucketRequest,LogBucket> getBucketCallable()
getBucketCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<CreateBucketRequest,com.google.longrunning.Operation> createBucketAsyncCallable()
createBucketAsyncCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.OperationCallable<CreateBucketRequest,LogBucket,BucketMetadata> createBucketAsyncOperationCallable()
createBucketAsyncOperationCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<UpdateBucketRequest,com.google.longrunning.Operation> updateBucketAsyncCallable()
updateBucketAsyncCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.OperationCallable<UpdateBucketRequest,LogBucket,BucketMetadata> updateBucketAsyncOperationCallable()
updateBucketAsyncOperationCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<CreateBucketRequest,LogBucket> createBucketCallable()
createBucketCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<UpdateBucketRequest,LogBucket> updateBucketCallable()
updateBucketCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<DeleteBucketRequest,com.google.protobuf.Empty> deleteBucketCallable()
deleteBucketCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<UndeleteBucketRequest,com.google.protobuf.Empty> undeleteBucketCallable()
undeleteBucketCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<ListViewsRequest,ListViewsResponse> listViewsCallable()
listViewsCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<ListViewsRequest,ConfigClient.ListViewsPagedResponse> listViewsPagedCallable()
listViewsPagedCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<GetViewRequest,LogView> getViewCallable()
getViewCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<CreateViewRequest,LogView> createViewCallable()
createViewCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<UpdateViewRequest,LogView> updateViewCallable()
updateViewCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<DeleteViewRequest,com.google.protobuf.Empty> deleteViewCallable()
deleteViewCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<ListSinksRequest,ListSinksResponse> listSinksCallable()
listSinksCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<ListSinksRequest,ConfigClient.ListSinksPagedResponse> listSinksPagedCallable()
listSinksPagedCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<GetSinkRequest,LogSink> getSinkCallable()
getSinkCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<CreateSinkRequest,LogSink> createSinkCallable()
createSinkCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<UpdateSinkRequest,LogSink> updateSinkCallable()
updateSinkCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<DeleteSinkRequest,com.google.protobuf.Empty> deleteSinkCallable()
deleteSinkCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<CreateLinkRequest,com.google.longrunning.Operation> createLinkCallable()
createLinkCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.OperationCallable<CreateLinkRequest,Link,LinkMetadata> createLinkOperationCallable()
createLinkOperationCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<DeleteLinkRequest,com.google.longrunning.Operation> deleteLinkCallable()
deleteLinkCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.OperationCallable<DeleteLinkRequest,com.google.protobuf.Empty,LinkMetadata> deleteLinkOperationCallable()
deleteLinkOperationCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<ListLinksRequest,ListLinksResponse> listLinksCallable()
listLinksCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<ListLinksRequest,ConfigClient.ListLinksPagedResponse> listLinksPagedCallable()
listLinksPagedCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<GetLinkRequest,Link> getLinkCallable()
getLinkCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<ListExclusionsRequest,ListExclusionsResponse> listExclusionsCallable()
listExclusionsCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<ListExclusionsRequest,ConfigClient.ListExclusionsPagedResponse> listExclusionsPagedCallable()
listExclusionsPagedCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<GetExclusionRequest,LogExclusion> getExclusionCallable()
getExclusionCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<CreateExclusionRequest,LogExclusion> createExclusionCallable()
createExclusionCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<UpdateExclusionRequest,LogExclusion> updateExclusionCallable()
updateExclusionCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<DeleteExclusionRequest,com.google.protobuf.Empty> deleteExclusionCallable()
deleteExclusionCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<GetCmekSettingsRequest,CmekSettings> getCmekSettingsCallable()
getCmekSettingsCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<UpdateCmekSettingsRequest,CmekSettings> updateCmekSettingsCallable()
updateCmekSettingsCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<GetSettingsRequest,Settings> getSettingsCallable()
getSettingsCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<UpdateSettingsRequest,Settings> updateSettingsCallable()
updateSettingsCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<CopyLogEntriesRequest,com.google.longrunning.Operation> copyLogEntriesCallable()
copyLogEntriesCallable
in class ConfigServiceV2Stub
public com.google.api.gax.rpc.OperationCallable<CopyLogEntriesRequest,CopyLogEntriesResponse,CopyLogEntriesMetadata> copyLogEntriesOperationCallable()
copyLogEntriesOperationCallable
in class ConfigServiceV2Stub
public final void close()
close
in interface AutoCloseable
close
in class ConfigServiceV2Stub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2023 Google LLC. All rights reserved.