Class ManagedKafkaStub (0.51.0)

public abstract class ManagedKafkaStub implements BackgroundResource

Base stub class for the ManagedKafka service API.

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

Inheritance

java.lang.Object > ManagedKafkaStub

Implements

BackgroundResource

Constructors

ManagedKafkaStub()

public ManagedKafkaStub()

Methods

addAclEntryCallable()

public UnaryCallable<AddAclEntryRequest,AddAclEntryResponse> addAclEntryCallable()
Returns
Type Description
UnaryCallable<AddAclEntryRequest,AddAclEntryResponse>

close()

public abstract void close()

createAclCallable()

public UnaryCallable<CreateAclRequest,Acl> createAclCallable()
Returns
Type Description
UnaryCallable<CreateAclRequest,Acl>

createClusterCallable()

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

createClusterOperationCallable()

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

createTopicCallable()

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

deleteAclCallable()

public UnaryCallable<DeleteAclRequest,Empty> deleteAclCallable()
Returns
Type Description
UnaryCallable<DeleteAclRequest,Empty>

deleteClusterCallable()

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

deleteClusterOperationCallable()

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

deleteConsumerGroupCallable()

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

deleteTopicCallable()

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

getAclCallable()

public UnaryCallable<GetAclRequest,Acl> getAclCallable()
Returns
Type Description
UnaryCallable<GetAclRequest,Acl>

getClusterCallable()

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

getConsumerGroupCallable()

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

getHttpJsonOperationsStub()

public @Nullable OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.api.gax.httpjson.longrunning.stub.OperationsStub

getLocationCallable()

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

getOperationsStub()

public @Nullable OperationsStub getOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.longrunning.stub.OperationsStub

getTopicCallable()

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

listAclsCallable()

public UnaryCallable<ListAclsRequest,ListAclsResponse> listAclsCallable()
Returns
Type Description
UnaryCallable<ListAclsRequest,ListAclsResponse>

listAclsPagedCallable()

public UnaryCallable<ListAclsRequest,ManagedKafkaClient.ListAclsPagedResponse> listAclsPagedCallable()
Returns
Type Description
UnaryCallable<ListAclsRequest,ListAclsPagedResponse>

listClustersCallable()

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

listClustersPagedCallable()

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

listConsumerGroupsCallable()

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

listConsumerGroupsPagedCallable()

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

listLocationsCallable()

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

listLocationsPagedCallable()

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

listTopicsCallable()

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

listTopicsPagedCallable()

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

removeAclEntryCallable()

public UnaryCallable<RemoveAclEntryRequest,RemoveAclEntryResponse> removeAclEntryCallable()
Returns
Type Description
UnaryCallable<RemoveAclEntryRequest,RemoveAclEntryResponse>

updateAclCallable()

public UnaryCallable<UpdateAclRequest,Acl> updateAclCallable()
Returns
Type Description
UnaryCallable<UpdateAclRequest,Acl>

updateClusterCallable()

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

updateClusterOperationCallable()

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

updateConsumerGroupCallable()

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

updateTopicCallable()

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