Class PublisherStub (1.129.3)

public abstract class PublisherStub implements BackgroundResource

Base stub class for the Publisher service API.

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

Inheritance

java.lang.Object > PublisherStub

Implements

BackgroundResource

Constructors

PublisherStub()

public PublisherStub()

Methods

close()

public abstract void close()

createTopicCallable()

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

deleteTopicCallable()

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

detachSubscriptionCallable()

public UnaryCallable<DetachSubscriptionRequest,DetachSubscriptionResponse> detachSubscriptionCallable()
Returns
Type Description
UnaryCallable<DetachSubscriptionRequest,DetachSubscriptionResponse>

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getTopicCallable()

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

listTopicSnapshotsCallable()

public UnaryCallable<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse> listTopicSnapshotsCallable()
Returns
Type Description
UnaryCallable<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse>

listTopicSnapshotsPagedCallable()

public UnaryCallable<ListTopicSnapshotsRequest,TopicAdminClient.ListTopicSnapshotsPagedResponse> listTopicSnapshotsPagedCallable()
Returns
Type Description
UnaryCallable<ListTopicSnapshotsRequest,ListTopicSnapshotsPagedResponse>

listTopicSubscriptionsCallable()

public UnaryCallable<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse> listTopicSubscriptionsCallable()
Returns
Type Description
UnaryCallable<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse>

listTopicSubscriptionsPagedCallable()

public UnaryCallable<ListTopicSubscriptionsRequest,TopicAdminClient.ListTopicSubscriptionsPagedResponse> listTopicSubscriptionsPagedCallable()
Returns
Type Description
UnaryCallable<ListTopicSubscriptionsRequest,ListTopicSubscriptionsPagedResponse>

listTopicsCallable()

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

listTopicsPagedCallable()

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

publishCallable()

public UnaryCallable<PublishRequest,PublishResponse> publishCallable()
Returns
Type Description
UnaryCallable<PublishRequest,PublishResponse>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updateTopicCallable()

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