Uses of Class
com.google.cloud.channel.v1.ListSkusRequest
-
Packages that use ListSkusRequest Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of ListSkusRequest in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ListSkusRequest Modifier and Type Method Description ListSkusRequest
ListSkusRequest.Builder. build()
ListSkusRequest
ListSkusRequest.Builder. buildPartial()
static ListSkusRequest
ListSkusRequest. getDefaultInstance()
ListSkusRequest
ListSkusRequest.Builder. getDefaultInstanceForType()
ListSkusRequest
ListSkusRequest. getDefaultInstanceForType()
static ListSkusRequest
ListSkusRequest. parseDelimitedFrom(InputStream input)
static ListSkusRequest
ListSkusRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSkusRequest
ListSkusRequest. parseFrom(byte[] data)
static ListSkusRequest
ListSkusRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSkusRequest
ListSkusRequest. parseFrom(com.google.protobuf.ByteString data)
static ListSkusRequest
ListSkusRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSkusRequest
ListSkusRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSkusRequest
ListSkusRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSkusRequest
ListSkusRequest. parseFrom(InputStream input)
static ListSkusRequest
ListSkusRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSkusRequest
ListSkusRequest. parseFrom(ByteBuffer data)
static ListSkusRequest
ListSkusRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type ListSkusRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSkusRequest,ListSkusResponse>
CloudChannelServiceGrpc. getListSkusMethod()
com.google.protobuf.Parser<ListSkusRequest>
ListSkusRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListSkusRequest,ListSkusResponse>
CloudChannelServiceClient. listSkusCallable()
Lists the SKUs for a product the reseller is authorized to sell.com.google.api.gax.rpc.UnaryCallable<ListSkusRequest,CloudChannelServiceClient.ListSkusPagedResponse>
CloudChannelServiceClient. listSkusPagedCallable()
Lists the SKUs for a product the reseller is authorized to sell.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSkusRequest,ListSkusResponse,CloudChannelServiceClient.ListSkusPagedResponse>
CloudChannelServiceSettings.Builder. listSkusSettings()
Returns the builder for the settings used for calls to listSkus.com.google.api.gax.rpc.PagedCallSettings<ListSkusRequest,ListSkusResponse,CloudChannelServiceClient.ListSkusPagedResponse>
CloudChannelServiceSettings. listSkusSettings()
Returns the object with the settings used for calls to listSkus.static com.google.protobuf.Parser<ListSkusRequest>
ListSkusRequest. parser()
Methods in com.google.cloud.channel.v1 with parameters of type ListSkusRequest Modifier and Type Method Description CloudChannelServiceClient.ListSkusPagedResponse
CloudChannelServiceClient. listSkus(ListSkusRequest request)
Lists the SKUs for a product the reseller is authorized to sell.default void
CloudChannelServiceGrpc.AsyncService. listSkus(ListSkusRequest request, io.grpc.stub.StreamObserver<ListSkusResponse> responseObserver)
Lists the SKUs for a product the reseller is authorized to sell.ListSkusResponse
CloudChannelServiceGrpc.CloudChannelServiceBlockingStub. listSkus(ListSkusRequest request)
Lists the SKUs for a product the reseller is authorized to sell.com.google.common.util.concurrent.ListenableFuture<ListSkusResponse>
CloudChannelServiceGrpc.CloudChannelServiceFutureStub. listSkus(ListSkusRequest request)
Lists the SKUs for a product the reseller is authorized to sell.void
CloudChannelServiceGrpc.CloudChannelServiceStub. listSkus(ListSkusRequest request, io.grpc.stub.StreamObserver<ListSkusResponse> responseObserver)
Lists the SKUs for a product the reseller is authorized to sell.ListSkusRequest.Builder
ListSkusRequest.Builder. mergeFrom(ListSkusRequest other)
static ListSkusRequest.Builder
ListSkusRequest. newBuilder(ListSkusRequest prototype)
Method parameters in com.google.cloud.channel.v1 with type arguments of type ListSkusRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudChannelServiceClient.ListSkusPagedResponse>
CloudChannelServiceClient.ListSkusPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSkusRequest,ListSkusResponse,Sku> context, com.google.api.core.ApiFuture<ListSkusResponse> futureResponse)
protected CloudChannelServiceClient.ListSkusPage
CloudChannelServiceClient.ListSkusPage. createPage(com.google.api.gax.rpc.PageContext<ListSkusRequest,ListSkusResponse,Sku> context, ListSkusResponse response)
com.google.api.core.ApiFuture<CloudChannelServiceClient.ListSkusPage>
CloudChannelServiceClient.ListSkusPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSkusRequest,ListSkusResponse,Sku> context, com.google.api.core.ApiFuture<ListSkusResponse> futureResponse)
-
Uses of ListSkusRequest in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type ListSkusRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSkusRequest,ListSkusResponse>
CloudChannelServiceStub. listSkusCallable()
com.google.api.gax.rpc.UnaryCallable<ListSkusRequest,ListSkusResponse>
GrpcCloudChannelServiceStub. listSkusCallable()
com.google.api.gax.rpc.UnaryCallable<ListSkusRequest,ListSkusResponse>
HttpJsonCloudChannelServiceStub. listSkusCallable()
com.google.api.gax.rpc.UnaryCallable<ListSkusRequest,CloudChannelServiceClient.ListSkusPagedResponse>
CloudChannelServiceStub. listSkusPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSkusRequest,CloudChannelServiceClient.ListSkusPagedResponse>
GrpcCloudChannelServiceStub. listSkusPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSkusRequest,CloudChannelServiceClient.ListSkusPagedResponse>
HttpJsonCloudChannelServiceStub. listSkusPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSkusRequest,ListSkusResponse,CloudChannelServiceClient.ListSkusPagedResponse>
CloudChannelServiceStubSettings.Builder. listSkusSettings()
Returns the builder for the settings used for calls to listSkus.com.google.api.gax.rpc.PagedCallSettings<ListSkusRequest,ListSkusResponse,CloudChannelServiceClient.ListSkusPagedResponse>
CloudChannelServiceStubSettings. listSkusSettings()
Returns the object with the settings used for calls to listSkus.
-