public static class TopicAdminSettings.Builder extends ClientSettings.Builder<TopicAdminSettings,TopicAdminSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(ClientContext clientContext) |
protected |
Builder(PublisherStubSettings.Builder stubSettings) |
protected |
Builder(TopicAdminSettings settings) |
Modifier and Type | Method and Description |
---|---|
TopicAdminSettings.Builder |
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
TopicAdminSettings |
build() |
UnaryCallSettings.Builder<com.google.pubsub.v1.Topic,com.google.pubsub.v1.Topic> |
createTopicSettings()
Returns the builder for the settings used for calls to createTopic.
|
UnaryCallSettings.Builder<com.google.pubsub.v1.DeleteTopicRequest,Empty> |
deleteTopicSettings()
Returns the builder for the settings used for calls to deleteTopic.
|
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() |
UnaryCallSettings.Builder<com.google.pubsub.v1.GetTopicRequest,com.google.pubsub.v1.Topic> |
getTopicSettings()
Returns the builder for the settings used for calls to getTopic.
|
PagedCallSettings.Builder<com.google.pubsub.v1.ListTopicsRequest,com.google.pubsub.v1.ListTopicsResponse,TopicAdminClient.ListTopicsPagedResponse> |
listTopicsSettings()
Returns the builder for the settings used for calls to listTopics.
|
PagedCallSettings.Builder<com.google.pubsub.v1.ListTopicSubscriptionsRequest,com.google.pubsub.v1.ListTopicSubscriptionsResponse,TopicAdminClient.ListTopicSubscriptionsPagedResponse> |
listTopicSubscriptionsSettings()
Returns the builder for the settings used for calls to listTopicSubscriptions.
|
UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
|
UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
|
UnaryCallSettings.Builder<com.google.pubsub.v1.UpdateTopicRequest,com.google.pubsub.v1.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(ClientContext clientContext)
protected Builder(TopicAdminSettings settings)
protected Builder(PublisherStubSettings.Builder stubSettings)
public PublisherStubSettings.Builder getStubSettingsBuilder()
public TopicAdminSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public UnaryCallSettings.Builder<com.google.pubsub.v1.Topic,com.google.pubsub.v1.Topic> createTopicSettings()
public UnaryCallSettings.Builder<com.google.pubsub.v1.UpdateTopicRequest,com.google.pubsub.v1.Topic> updateTopicSettings()
public UnaryCallSettings.Builder<com.google.pubsub.v1.GetTopicRequest,com.google.pubsub.v1.Topic> getTopicSettings()
public PagedCallSettings.Builder<com.google.pubsub.v1.ListTopicsRequest,com.google.pubsub.v1.ListTopicsResponse,TopicAdminClient.ListTopicsPagedResponse> listTopicsSettings()
public PagedCallSettings.Builder<com.google.pubsub.v1.ListTopicSubscriptionsRequest,com.google.pubsub.v1.ListTopicSubscriptionsResponse,TopicAdminClient.ListTopicSubscriptionsPagedResponse> listTopicSubscriptionsSettings()
public UnaryCallSettings.Builder<com.google.pubsub.v1.DeleteTopicRequest,Empty> deleteTopicSettings()
public UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
public UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
public UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
public TopicAdminSettings build() throws IOException
build
in class ClientSettings.Builder<TopicAdminSettings,TopicAdminSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.