public static class ManagedKafkaStubSettings.Builder extends StubSettings.Builder<ManagedKafkaStubSettings,ManagedKafkaStubSettings.Builder>
Builder for ManagedKafkaStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Builder(ManagedKafkaStubSettings settings)
protected Builder(ManagedKafkaStubSettings settings)
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public ManagedKafkaStubSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
Note: This method does not support applying settings to streaming methods.
build()
public ManagedKafkaStubSettings build()
Overrides
createClusterOperationSettings()
public OperationCallSettings.Builder<CreateClusterRequest,Cluster,OperationMetadata> createClusterOperationSettings()
Returns the builder for the settings used for calls to createCluster.
createClusterSettings()
public UnaryCallSettings.Builder<CreateClusterRequest,Operation> createClusterSettings()
Returns the builder for the settings used for calls to createCluster.
createTopicSettings()
public UnaryCallSettings.Builder<CreateTopicRequest,Topic> createTopicSettings()
Returns the builder for the settings used for calls to createTopic.
deleteClusterOperationSettings()
public OperationCallSettings.Builder<DeleteClusterRequest,Empty,OperationMetadata> deleteClusterOperationSettings()
Returns the builder for the settings used for calls to deleteCluster.
deleteClusterSettings()
public UnaryCallSettings.Builder<DeleteClusterRequest,Operation> deleteClusterSettings()
Returns the builder for the settings used for calls to deleteCluster.
deleteConsumerGroupSettings()
public UnaryCallSettings.Builder<DeleteConsumerGroupRequest,Empty> deleteConsumerGroupSettings()
Returns the builder for the settings used for calls to deleteConsumerGroup.
deleteTopicSettings()
public UnaryCallSettings.Builder<DeleteTopicRequest,Empty> deleteTopicSettings()
Returns the builder for the settings used for calls to deleteTopic.
getClusterSettings()
public UnaryCallSettings.Builder<GetClusterRequest,Cluster> getClusterSettings()
Returns the builder for the settings used for calls to getCluster.
getConsumerGroupSettings()
public UnaryCallSettings.Builder<GetConsumerGroupRequest,ConsumerGroup> getConsumerGroupSettings()
Returns the builder for the settings used for calls to getConsumerGroup.
getLocationSettings()
public UnaryCallSettings.Builder<GetLocationRequest,Location> getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
Returns |
Type |
Description |
Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
|
getTopicSettings()
public UnaryCallSettings.Builder<GetTopicRequest,Topic> getTopicSettings()
Returns the builder for the settings used for calls to getTopic.
public PagedCallSettings.Builder<ListClustersRequest,ListClustersResponse,ManagedKafkaClient.ListClustersPagedResponse> listClustersSettings()
Returns the builder for the settings used for calls to listClusters.
listConsumerGroupsSettings()
public PagedCallSettings.Builder<ListConsumerGroupsRequest,ListConsumerGroupsResponse,ManagedKafkaClient.ListConsumerGroupsPagedResponse> listConsumerGroupsSettings()
Returns the builder for the settings used for calls to listConsumerGroups.
listLocationsSettings()
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,ManagedKafkaClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
listTopicsSettings()
public PagedCallSettings.Builder<ListTopicsRequest,ListTopicsResponse,ManagedKafkaClient.ListTopicsPagedResponse> listTopicsSettings()
Returns the builder for the settings used for calls to listTopics.
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns |
Type |
Description |
com.google.common.collect.ImmutableList<Builder<?,?>> |
|
updateClusterOperationSettings()
public OperationCallSettings.Builder<UpdateClusterRequest,Cluster,OperationMetadata> updateClusterOperationSettings()
Returns the builder for the settings used for calls to updateCluster.
updateClusterSettings()
public UnaryCallSettings.Builder<UpdateClusterRequest,Operation> updateClusterSettings()
Returns the builder for the settings used for calls to updateCluster.
updateConsumerGroupSettings()
public UnaryCallSettings.Builder<UpdateConsumerGroupRequest,ConsumerGroup> updateConsumerGroupSettings()
Returns the builder for the settings used for calls to updateConsumerGroup.
updateTopicSettings()
public UnaryCallSettings.Builder<UpdateTopicRequest,Topic> updateTopicSettings()
Returns the builder for the settings used for calls to updateTopic.