Uses of Class
com.google.cloud.channel.v1.CloudChannelServiceClient.ListCustomersPagedResponse
-
Packages that use CloudChannelServiceClient.ListCustomersPagedResponse Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of CloudChannelServiceClient.ListCustomersPagedResponse in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return CloudChannelServiceClient.ListCustomersPagedResponse Modifier and Type Method Description CloudChannelServiceClient.ListCustomersPagedResponse
CloudChannelServiceClient. listCustomers(ListCustomersRequest request)
List [Customer][google.cloud.channel.v1.Customer]s.Methods in com.google.cloud.channel.v1 that return types with arguments of type CloudChannelServiceClient.ListCustomersPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudChannelServiceClient.ListCustomersPagedResponse>
CloudChannelServiceClient.ListCustomersPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCustomersRequest,ListCustomersResponse,Customer> context, com.google.api.core.ApiFuture<ListCustomersResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListCustomersRequest,CloudChannelServiceClient.ListCustomersPagedResponse>
CloudChannelServiceClient. listCustomersPagedCallable()
List [Customer][google.cloud.channel.v1.Customer]s.com.google.api.gax.rpc.PagedCallSettings.Builder<ListCustomersRequest,ListCustomersResponse,CloudChannelServiceClient.ListCustomersPagedResponse>
CloudChannelServiceSettings.Builder. listCustomersSettings()
Returns the builder for the settings used for calls to listCustomers.com.google.api.gax.rpc.PagedCallSettings<ListCustomersRequest,ListCustomersResponse,CloudChannelServiceClient.ListCustomersPagedResponse>
CloudChannelServiceSettings. listCustomersSettings()
Returns the object with the settings used for calls to listCustomers. -
Uses of CloudChannelServiceClient.ListCustomersPagedResponse in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type CloudChannelServiceClient.ListCustomersPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListCustomersRequest,CloudChannelServiceClient.ListCustomersPagedResponse>
CloudChannelServiceStub. listCustomersPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListCustomersRequest,CloudChannelServiceClient.ListCustomersPagedResponse>
GrpcCloudChannelServiceStub. listCustomersPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListCustomersRequest,CloudChannelServiceClient.ListCustomersPagedResponse>
HttpJsonCloudChannelServiceStub. listCustomersPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListCustomersRequest,ListCustomersResponse,CloudChannelServiceClient.ListCustomersPagedResponse>
CloudChannelServiceStubSettings.Builder. listCustomersSettings()
Returns the builder for the settings used for calls to listCustomers.com.google.api.gax.rpc.PagedCallSettings<ListCustomersRequest,ListCustomersResponse,CloudChannelServiceClient.ListCustomersPagedResponse>
CloudChannelServiceStubSettings. listCustomersSettings()
Returns the object with the settings used for calls to listCustomers.
-