Class HttpJsonManagedKafkaStub (0.1.0)

public class HttpJsonManagedKafkaStub extends ManagedKafkaStub

REST stub implementation for the ManagedKafka service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ManagedKafkaStub > HttpJsonManagedKafkaStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonManagedKafkaStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
HttpJsonManagedKafkaStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonManagedKafkaStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory
Returns
Type Description
HttpJsonManagedKafkaStub
Exceptions
Type Description
IOException

create(ManagedKafkaStubSettings settings)

public static final HttpJsonManagedKafkaStub create(ManagedKafkaStubSettings settings)
Parameter
Name Description
settings ManagedKafkaStubSettings
Returns
Type Description
HttpJsonManagedKafkaStub
Exceptions
Type Description
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
List<ApiMethodDescriptor>

Constructors

HttpJsonManagedKafkaStub(ManagedKafkaStubSettings settings, ClientContext clientContext)

protected HttpJsonManagedKafkaStub(ManagedKafkaStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonManagedKafkaStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings ManagedKafkaStubSettings
clientContext ClientContext

HttpJsonManagedKafkaStub(ManagedKafkaStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonManagedKafkaStub(ManagedKafkaStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonManagedKafkaStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings ManagedKafkaStubSettings
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

createClusterCallable()

public UnaryCallable<CreateClusterRequest,Operation> createClusterCallable()
Returns
Type Description
UnaryCallable<CreateClusterRequest,Operation>
Overrides

createClusterOperationCallable()

public OperationCallable<CreateClusterRequest,Cluster,OperationMetadata> createClusterOperationCallable()
Returns
Type Description
OperationCallable<CreateClusterRequest,Cluster,OperationMetadata>
Overrides

createTopicCallable()

public UnaryCallable<CreateTopicRequest,Topic> createTopicCallable()
Returns
Type Description
UnaryCallable<CreateTopicRequest,Topic>
Overrides

deleteClusterCallable()

public UnaryCallable<DeleteClusterRequest,Operation> deleteClusterCallable()
Returns
Type Description
UnaryCallable<DeleteClusterRequest,Operation>
Overrides

deleteClusterOperationCallable()

public OperationCallable<DeleteClusterRequest,Empty,OperationMetadata> deleteClusterOperationCallable()
Returns
Type Description
OperationCallable<DeleteClusterRequest,Empty,OperationMetadata>
Overrides

deleteConsumerGroupCallable()

public UnaryCallable<DeleteConsumerGroupRequest,Empty> deleteConsumerGroupCallable()
Returns
Type Description
UnaryCallable<DeleteConsumerGroupRequest,Empty>
Overrides

deleteTopicCallable()

public UnaryCallable<DeleteTopicRequest,Empty> deleteTopicCallable()
Returns
Type Description
UnaryCallable<DeleteTopicRequest,Empty>
Overrides

getClusterCallable()

public UnaryCallable<GetClusterRequest,Cluster> getClusterCallable()
Returns
Type Description
UnaryCallable<GetClusterRequest,Cluster>
Overrides

getConsumerGroupCallable()

public UnaryCallable<GetConsumerGroupRequest,ConsumerGroup> getConsumerGroupCallable()
Returns
Type Description
UnaryCallable<GetConsumerGroupRequest,ConsumerGroup>
Overrides

getHttpJsonOperationsStub()

public HttpJsonOperationsStub getHttpJsonOperationsStub()
Returns
Type Description
HttpJsonOperationsStub
Overrides

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
Overrides

getTopicCallable()

public UnaryCallable<GetTopicRequest,Topic> getTopicCallable()
Returns
Type Description
UnaryCallable<GetTopicRequest,Topic>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listClustersCallable()

public UnaryCallable<ListClustersRequest,ListClustersResponse> listClustersCallable()
Returns
Type Description
UnaryCallable<ListClustersRequest,ListClustersResponse>
Overrides

listClustersPagedCallable()

public UnaryCallable<ListClustersRequest,ManagedKafkaClient.ListClustersPagedResponse> listClustersPagedCallable()
Returns
Type Description
UnaryCallable<ListClustersRequest,ListClustersPagedResponse>
Overrides

listConsumerGroupsCallable()

public UnaryCallable<ListConsumerGroupsRequest,ListConsumerGroupsResponse> listConsumerGroupsCallable()
Returns
Type Description
UnaryCallable<ListConsumerGroupsRequest,ListConsumerGroupsResponse>
Overrides

listConsumerGroupsPagedCallable()

public UnaryCallable<ListConsumerGroupsRequest,ManagedKafkaClient.ListConsumerGroupsPagedResponse> listConsumerGroupsPagedCallable()
Returns
Type Description
UnaryCallable<ListConsumerGroupsRequest,ListConsumerGroupsPagedResponse>
Overrides

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>
Overrides

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,ManagedKafkaClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>
Overrides

listTopicsCallable()

public UnaryCallable<ListTopicsRequest,ListTopicsResponse> listTopicsCallable()
Returns
Type Description
UnaryCallable<ListTopicsRequest,ListTopicsResponse>
Overrides

listTopicsPagedCallable()

public UnaryCallable<ListTopicsRequest,ManagedKafkaClient.ListTopicsPagedResponse> listTopicsPagedCallable()
Returns
Type Description
UnaryCallable<ListTopicsRequest,ListTopicsPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

updateClusterCallable()

public UnaryCallable<UpdateClusterRequest,Operation> updateClusterCallable()
Returns
Type Description
UnaryCallable<UpdateClusterRequest,Operation>
Overrides

updateClusterOperationCallable()

public OperationCallable<UpdateClusterRequest,Cluster,OperationMetadata> updateClusterOperationCallable()
Returns
Type Description
OperationCallable<UpdateClusterRequest,Cluster,OperationMetadata>
Overrides

updateConsumerGroupCallable()

public UnaryCallable<UpdateConsumerGroupRequest,ConsumerGroup> updateConsumerGroupCallable()
Returns
Type Description
UnaryCallable<UpdateConsumerGroupRequest,ConsumerGroup>
Overrides

updateTopicCallable()

public UnaryCallable<UpdateTopicRequest,Topic> updateTopicCallable()
Returns
Type Description
UnaryCallable<UpdateTopicRequest,Topic>
Overrides