Uses of Class
com.google.cloud.channel.v1.ListSubscribersRequest
-
Packages that use ListSubscribersRequest Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of ListSubscribersRequest in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ListSubscribersRequest Modifier and Type Method Description ListSubscribersRequest
ListSubscribersRequest.Builder. build()
ListSubscribersRequest
ListSubscribersRequest.Builder. buildPartial()
static ListSubscribersRequest
ListSubscribersRequest. getDefaultInstance()
ListSubscribersRequest
ListSubscribersRequest.Builder. getDefaultInstanceForType()
ListSubscribersRequest
ListSubscribersRequest. getDefaultInstanceForType()
static ListSubscribersRequest
ListSubscribersRequest. parseDelimitedFrom(InputStream input)
static ListSubscribersRequest
ListSubscribersRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSubscribersRequest
ListSubscribersRequest. parseFrom(byte[] data)
static ListSubscribersRequest
ListSubscribersRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSubscribersRequest
ListSubscribersRequest. parseFrom(com.google.protobuf.ByteString data)
static ListSubscribersRequest
ListSubscribersRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSubscribersRequest
ListSubscribersRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSubscribersRequest
ListSubscribersRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSubscribersRequest
ListSubscribersRequest. parseFrom(InputStream input)
static ListSubscribersRequest
ListSubscribersRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSubscribersRequest
ListSubscribersRequest. parseFrom(ByteBuffer data)
static ListSubscribersRequest
ListSubscribersRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type ListSubscribersRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSubscribersRequest,ListSubscribersResponse>
CloudChannelServiceGrpc. getListSubscribersMethod()
com.google.protobuf.Parser<ListSubscribersRequest>
ListSubscribersRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListSubscribersRequest,ListSubscribersResponse>
CloudChannelServiceClient. listSubscribersCallable()
Lists service accounts with subscriber privileges on the Cloud Pub/Sub topic created for this Channel Services account.com.google.api.gax.rpc.UnaryCallable<ListSubscribersRequest,CloudChannelServiceClient.ListSubscribersPagedResponse>
CloudChannelServiceClient. listSubscribersPagedCallable()
Lists service accounts with subscriber privileges on the Cloud Pub/Sub topic created for this Channel Services account.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSubscribersRequest,ListSubscribersResponse,CloudChannelServiceClient.ListSubscribersPagedResponse>
CloudChannelServiceSettings.Builder. listSubscribersSettings()
Returns the builder for the settings used for calls to listSubscribers.com.google.api.gax.rpc.PagedCallSettings<ListSubscribersRequest,ListSubscribersResponse,CloudChannelServiceClient.ListSubscribersPagedResponse>
CloudChannelServiceSettings. listSubscribersSettings()
Returns the object with the settings used for calls to listSubscribers.static com.google.protobuf.Parser<ListSubscribersRequest>
ListSubscribersRequest. parser()
Methods in com.google.cloud.channel.v1 with parameters of type ListSubscribersRequest Modifier and Type Method Description CloudChannelServiceClient.ListSubscribersPagedResponse
CloudChannelServiceClient. listSubscribers(ListSubscribersRequest request)
Lists service accounts with subscriber privileges on the Cloud Pub/Sub topic created for this Channel Services account.default void
CloudChannelServiceGrpc.AsyncService. listSubscribers(ListSubscribersRequest request, io.grpc.stub.StreamObserver<ListSubscribersResponse> responseObserver)
Lists service accounts with subscriber privileges on the Cloud Pub/Sub topic created for this Channel Services account.ListSubscribersResponse
CloudChannelServiceGrpc.CloudChannelServiceBlockingStub. listSubscribers(ListSubscribersRequest request)
Lists service accounts with subscriber privileges on the Cloud Pub/Sub topic created for this Channel Services account.com.google.common.util.concurrent.ListenableFuture<ListSubscribersResponse>
CloudChannelServiceGrpc.CloudChannelServiceFutureStub. listSubscribers(ListSubscribersRequest request)
Lists service accounts with subscriber privileges on the Cloud Pub/Sub topic created for this Channel Services account.void
CloudChannelServiceGrpc.CloudChannelServiceStub. listSubscribers(ListSubscribersRequest request, io.grpc.stub.StreamObserver<ListSubscribersResponse> responseObserver)
Lists service accounts with subscriber privileges on the Cloud Pub/Sub topic created for this Channel Services account.ListSubscribersRequest.Builder
ListSubscribersRequest.Builder. mergeFrom(ListSubscribersRequest other)
static ListSubscribersRequest.Builder
ListSubscribersRequest. newBuilder(ListSubscribersRequest prototype)
Method parameters in com.google.cloud.channel.v1 with type arguments of type ListSubscribersRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudChannelServiceClient.ListSubscribersPagedResponse>
CloudChannelServiceClient.ListSubscribersPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSubscribersRequest,ListSubscribersResponse,String> context, com.google.api.core.ApiFuture<ListSubscribersResponse> futureResponse)
protected CloudChannelServiceClient.ListSubscribersPage
CloudChannelServiceClient.ListSubscribersPage. createPage(com.google.api.gax.rpc.PageContext<ListSubscribersRequest,ListSubscribersResponse,String> context, ListSubscribersResponse response)
com.google.api.core.ApiFuture<CloudChannelServiceClient.ListSubscribersPage>
CloudChannelServiceClient.ListSubscribersPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSubscribersRequest,ListSubscribersResponse,String> context, com.google.api.core.ApiFuture<ListSubscribersResponse> futureResponse)
-
Uses of ListSubscribersRequest in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type ListSubscribersRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSubscribersRequest,ListSubscribersResponse>
CloudChannelServiceStub. listSubscribersCallable()
com.google.api.gax.rpc.UnaryCallable<ListSubscribersRequest,ListSubscribersResponse>
GrpcCloudChannelServiceStub. listSubscribersCallable()
com.google.api.gax.rpc.UnaryCallable<ListSubscribersRequest,ListSubscribersResponse>
HttpJsonCloudChannelServiceStub. listSubscribersCallable()
com.google.api.gax.rpc.UnaryCallable<ListSubscribersRequest,CloudChannelServiceClient.ListSubscribersPagedResponse>
CloudChannelServiceStub. listSubscribersPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSubscribersRequest,CloudChannelServiceClient.ListSubscribersPagedResponse>
GrpcCloudChannelServiceStub. listSubscribersPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSubscribersRequest,CloudChannelServiceClient.ListSubscribersPagedResponse>
HttpJsonCloudChannelServiceStub. listSubscribersPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSubscribersRequest,ListSubscribersResponse,CloudChannelServiceClient.ListSubscribersPagedResponse>
CloudChannelServiceStubSettings.Builder. listSubscribersSettings()
Returns the builder for the settings used for calls to listSubscribers.com.google.api.gax.rpc.PagedCallSettings<ListSubscribersRequest,ListSubscribersResponse,CloudChannelServiceClient.ListSubscribersPagedResponse>
CloudChannelServiceStubSettings. listSubscribersSettings()
Returns the object with the settings used for calls to listSubscribers.
-