Uses of Class
com.google.cloud.channel.v1.ListCustomersRequest
-
Packages that use ListCustomersRequest Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of ListCustomersRequest in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ListCustomersRequest Modifier and Type Method Description ListCustomersRequestListCustomersRequest.Builder. build()ListCustomersRequestListCustomersRequest.Builder. buildPartial()static ListCustomersRequestListCustomersRequest. getDefaultInstance()ListCustomersRequestListCustomersRequest.Builder. getDefaultInstanceForType()ListCustomersRequestListCustomersRequest. getDefaultInstanceForType()static ListCustomersRequestListCustomersRequest. parseDelimitedFrom(InputStream input)static ListCustomersRequestListCustomersRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCustomersRequestListCustomersRequest. parseFrom(byte[] data)static ListCustomersRequestListCustomersRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCustomersRequestListCustomersRequest. parseFrom(com.google.protobuf.ByteString data)static ListCustomersRequestListCustomersRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCustomersRequestListCustomersRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListCustomersRequestListCustomersRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCustomersRequestListCustomersRequest. parseFrom(InputStream input)static ListCustomersRequestListCustomersRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCustomersRequestListCustomersRequest. parseFrom(ByteBuffer data)static ListCustomersRequestListCustomersRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.channel.v1 that return types with arguments of type ListCustomersRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListCustomersRequest,ListCustomersResponse>CloudChannelServiceGrpc. getListCustomersMethod()com.google.protobuf.Parser<ListCustomersRequest>ListCustomersRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListCustomersRequest,ListCustomersResponse>CloudChannelServiceClient. listCustomersCallable()List [Customer][google.cloud.channel.v1.Customer]s.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.static com.google.protobuf.Parser<ListCustomersRequest>ListCustomersRequest. parser()Methods in com.google.cloud.channel.v1 with parameters of type ListCustomersRequest Modifier and Type Method Description CloudChannelServiceClient.ListCustomersPagedResponseCloudChannelServiceClient. listCustomers(ListCustomersRequest request)List [Customer][google.cloud.channel.v1.Customer]s.default voidCloudChannelServiceGrpc.AsyncService. listCustomers(ListCustomersRequest request, io.grpc.stub.StreamObserver<ListCustomersResponse> responseObserver)List [Customer][google.cloud.channel.v1.Customer]s.ListCustomersResponseCloudChannelServiceGrpc.CloudChannelServiceBlockingStub. listCustomers(ListCustomersRequest request)List [Customer][google.cloud.channel.v1.Customer]s.com.google.common.util.concurrent.ListenableFuture<ListCustomersResponse>CloudChannelServiceGrpc.CloudChannelServiceFutureStub. listCustomers(ListCustomersRequest request)List [Customer][google.cloud.channel.v1.Customer]s.voidCloudChannelServiceGrpc.CloudChannelServiceStub. listCustomers(ListCustomersRequest request, io.grpc.stub.StreamObserver<ListCustomersResponse> responseObserver)List [Customer][google.cloud.channel.v1.Customer]s.ListCustomersRequest.BuilderListCustomersRequest.Builder. mergeFrom(ListCustomersRequest other)static ListCustomersRequest.BuilderListCustomersRequest. newBuilder(ListCustomersRequest prototype)Method parameters in com.google.cloud.channel.v1 with type arguments of type ListCustomersRequest 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)protected CloudChannelServiceClient.ListCustomersPageCloudChannelServiceClient.ListCustomersPage. createPage(com.google.api.gax.rpc.PageContext<ListCustomersRequest,ListCustomersResponse,Customer> context, ListCustomersResponse response)com.google.api.core.ApiFuture<CloudChannelServiceClient.ListCustomersPage>CloudChannelServiceClient.ListCustomersPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCustomersRequest,ListCustomersResponse,Customer> context, com.google.api.core.ApiFuture<ListCustomersResponse> futureResponse) -
Uses of ListCustomersRequest in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type ListCustomersRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListCustomersRequest,ListCustomersResponse>CloudChannelServiceStub. listCustomersCallable()com.google.api.gax.rpc.UnaryCallable<ListCustomersRequest,ListCustomersResponse>GrpcCloudChannelServiceStub. listCustomersCallable()com.google.api.gax.rpc.UnaryCallable<ListCustomersRequest,ListCustomersResponse>HttpJsonCloudChannelServiceStub. listCustomersCallable()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.
-