public static class ConfigServiceV2StubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<ConfigServiceV2StubSettings,ConfigServiceV2StubSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(ConfigServiceV2StubSettings settings) |
Modifier and Type | Method and Description |
---|---|
ConfigServiceV2StubSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
ConfigServiceV2StubSettings |
build() |
com.google.api.gax.rpc.OperationCallSettings.Builder<CopyLogEntriesRequest,CopyLogEntriesResponse,CopyLogEntriesMetadata> |
copyLogEntriesOperationSettings()
Returns the builder for the settings used for calls to copyLogEntries.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CopyLogEntriesRequest,com.google.longrunning.Operation> |
copyLogEntriesSettings()
Returns the builder for the settings used for calls to copyLogEntries.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateBucketRequest,LogBucket,BucketMetadata> |
createBucketAsyncOperationSettings()
Returns the builder for the settings used for calls to createBucketAsync.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateBucketRequest,com.google.longrunning.Operation> |
createBucketAsyncSettings()
Returns the builder for the settings used for calls to createBucketAsync.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateBucketRequest,LogBucket> |
createBucketSettings()
Returns the builder for the settings used for calls to createBucket.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateExclusionRequest,LogExclusion> |
createExclusionSettings()
Returns the builder for the settings used for calls to createExclusion.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateLinkRequest,Link,LinkMetadata> |
createLinkOperationSettings()
Returns the builder for the settings used for calls to createLink.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateLinkRequest,com.google.longrunning.Operation> |
createLinkSettings()
Returns the builder for the settings used for calls to createLink.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSinkRequest,LogSink> |
createSinkSettings()
Returns the builder for the settings used for calls to createSink.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateViewRequest,LogView> |
createViewSettings()
Returns the builder for the settings used for calls to createView.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteBucketRequest,com.google.protobuf.Empty> |
deleteBucketSettings()
Returns the builder for the settings used for calls to deleteBucket.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteExclusionRequest,com.google.protobuf.Empty> |
deleteExclusionSettings()
Returns the builder for the settings used for calls to deleteExclusion.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteLinkRequest,com.google.protobuf.Empty,LinkMetadata> |
deleteLinkOperationSettings()
Returns the builder for the settings used for calls to deleteLink.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteLinkRequest,com.google.longrunning.Operation> |
deleteLinkSettings()
Returns the builder for the settings used for calls to deleteLink.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSinkRequest,com.google.protobuf.Empty> |
deleteSinkSettings()
Returns the builder for the settings used for calls to deleteSink.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteViewRequest,com.google.protobuf.Empty> |
deleteViewSettings()
Returns the builder for the settings used for calls to deleteView.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBucketRequest,LogBucket> |
getBucketSettings()
Returns the builder for the settings used for calls to getBucket.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCmekSettingsRequest,CmekSettings> |
getCmekSettingsSettings()
Returns the builder for the settings used for calls to getCmekSettings.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExclusionRequest,LogExclusion> |
getExclusionSettings()
Returns the builder for the settings used for calls to getExclusion.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLinkRequest,Link> |
getLinkSettings()
Returns the builder for the settings used for calls to getLink.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSettingsRequest,Settings> |
getSettingsSettings()
Returns the builder for the settings used for calls to getSettings.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSinkRequest,LogSink> |
getSinkSettings()
Returns the builder for the settings used for calls to getSink.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetViewRequest,LogView> |
getViewSettings()
Returns the builder for the settings used for calls to getView.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListBucketsRequest,ListBucketsResponse,ConfigClient.ListBucketsPagedResponse> |
listBucketsSettings()
Returns the builder for the settings used for calls to listBuckets.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListExclusionsRequest,ListExclusionsResponse,ConfigClient.ListExclusionsPagedResponse> |
listExclusionsSettings()
Returns the builder for the settings used for calls to listExclusions.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListLinksRequest,ListLinksResponse,ConfigClient.ListLinksPagedResponse> |
listLinksSettings()
Returns the builder for the settings used for calls to listLinks.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSinksRequest,ListSinksResponse,ConfigClient.ListSinksPagedResponse> |
listSinksSettings()
Returns the builder for the settings used for calls to listSinks.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListViewsRequest,ListViewsResponse,ConfigClient.ListViewsPagedResponse> |
listViewsSettings()
Returns the builder for the settings used for calls to listViews.
|
com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeleteBucketRequest,com.google.protobuf.Empty> |
undeleteBucketSettings()
Returns the builder for the settings used for calls to undeleteBucket.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateBucketRequest,LogBucket,BucketMetadata> |
updateBucketAsyncOperationSettings()
Returns the builder for the settings used for calls to updateBucketAsync.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateBucketRequest,com.google.longrunning.Operation> |
updateBucketAsyncSettings()
Returns the builder for the settings used for calls to updateBucketAsync.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateBucketRequest,LogBucket> |
updateBucketSettings()
Returns the builder for the settings used for calls to updateBucket.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateCmekSettingsRequest,CmekSettings> |
updateCmekSettingsSettings()
Returns the builder for the settings used for calls to updateCmekSettings.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateExclusionRequest,LogExclusion> |
updateExclusionSettings()
Returns the builder for the settings used for calls to updateExclusion.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSettingsRequest,Settings> |
updateSettingsSettings()
Returns the builder for the settings used for calls to updateSettings.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSinkRequest,LogSink> |
updateSinkSettings()
Returns the builder for the settings used for calls to updateSink.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateViewRequest,LogView> |
updateViewSettings()
Returns the builder for the settings used for calls to updateView.
|
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, toString
protected Builder()
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(ConfigServiceV2StubSettings settings)
public ConfigServiceV2StubSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListBucketsRequest,ListBucketsResponse,ConfigClient.ListBucketsPagedResponse> listBucketsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBucketRequest,LogBucket> getBucketSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateBucketRequest,com.google.longrunning.Operation> createBucketAsyncSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateBucketRequest,LogBucket,BucketMetadata> createBucketAsyncOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateBucketRequest,com.google.longrunning.Operation> updateBucketAsyncSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateBucketRequest,LogBucket,BucketMetadata> updateBucketAsyncOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateBucketRequest,LogBucket> createBucketSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateBucketRequest,LogBucket> updateBucketSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteBucketRequest,com.google.protobuf.Empty> deleteBucketSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeleteBucketRequest,com.google.protobuf.Empty> undeleteBucketSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListViewsRequest,ListViewsResponse,ConfigClient.ListViewsPagedResponse> listViewsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetViewRequest,LogView> getViewSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateViewRequest,LogView> createViewSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateViewRequest,LogView> updateViewSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteViewRequest,com.google.protobuf.Empty> deleteViewSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListSinksRequest,ListSinksResponse,ConfigClient.ListSinksPagedResponse> listSinksSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSinkRequest,LogSink> getSinkSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSinkRequest,LogSink> createSinkSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSinkRequest,LogSink> updateSinkSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSinkRequest,com.google.protobuf.Empty> deleteSinkSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateLinkRequest,com.google.longrunning.Operation> createLinkSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateLinkRequest,Link,LinkMetadata> createLinkOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteLinkRequest,com.google.longrunning.Operation> deleteLinkSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteLinkRequest,com.google.protobuf.Empty,LinkMetadata> deleteLinkOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListLinksRequest,ListLinksResponse,ConfigClient.ListLinksPagedResponse> listLinksSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLinkRequest,Link> getLinkSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListExclusionsRequest,ListExclusionsResponse,ConfigClient.ListExclusionsPagedResponse> listExclusionsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExclusionRequest,LogExclusion> getExclusionSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateExclusionRequest,LogExclusion> createExclusionSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateExclusionRequest,LogExclusion> updateExclusionSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteExclusionRequest,com.google.protobuf.Empty> deleteExclusionSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCmekSettingsRequest,CmekSettings> getCmekSettingsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateCmekSettingsRequest,CmekSettings> updateCmekSettingsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSettingsRequest,Settings> getSettingsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSettingsRequest,Settings> updateSettingsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CopyLogEntriesRequest,com.google.longrunning.Operation> copyLogEntriesSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<CopyLogEntriesRequest,CopyLogEntriesResponse,CopyLogEntriesMetadata> copyLogEntriesOperationSettings()
public ConfigServiceV2StubSettings build() throws IOException
build
in class com.google.api.gax.rpc.StubSettings.Builder<ConfigServiceV2StubSettings,ConfigServiceV2StubSettings.Builder>
IOException
Copyright © 2023 Google LLC. All rights reserved.