public static class TopicAdminSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<TopicAdminSettings,TopicAdminSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(PublisherStubSettings.Builder stubSettings) |
protected |
Builder(TopicAdminSettings settings) |
Modifier and Type | Method and Description |
---|---|
TopicAdminSettings.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.
|
TopicAdminSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<Topic,Topic> |
createTopicSettings()
Returns the builder for the settings used for calls to createTopic.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTopicRequest,Empty> |
deleteTopicSettings()
Returns the builder for the settings used for calls to deleteTopic.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
|
PublisherStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTopicRequest,Topic> |
getTopicSettings()
Returns the builder for the settings used for calls to getTopic.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTopicsRequest,ListTopicsResponse,TopicAdminClient.ListTopicsPagedResponse> |
listTopicsSettings()
Returns the builder for the settings used for calls to listTopics.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse,TopicAdminClient.ListTopicSubscriptionsPagedResponse> |
listTopicSubscriptionsSettings()
Returns the builder for the settings used for calls to listTopicSubscriptions.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTopicRequest,Topic> |
updateTopicSettings()
Returns the builder for the settings used for calls to updateTopic.
|
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
protected Builder() throws IOException
IOException
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(TopicAdminSettings settings)
protected Builder(PublisherStubSettings.Builder stubSettings)
public PublisherStubSettings.Builder getStubSettingsBuilder()
public TopicAdminSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public com.google.api.gax.rpc.UnaryCallSettings.Builder<Topic,Topic> createTopicSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTopicRequest,Topic> updateTopicSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTopicRequest,Topic> getTopicSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListTopicsRequest,ListTopicsResponse,TopicAdminClient.ListTopicsPagedResponse> listTopicsSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse,TopicAdminClient.ListTopicSubscriptionsPagedResponse> listTopicSubscriptionsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTopicRequest,Empty> deleteTopicSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
public TopicAdminSettings build() throws IOException
build
in class com.google.api.gax.rpc.ClientSettings.Builder<TopicAdminSettings,TopicAdminSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.