Uses of Class
com.google.cloud.channel.v1.ListPurchasableOffersRequest
-
Packages that use ListPurchasableOffersRequest Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of ListPurchasableOffersRequest in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ListPurchasableOffersRequest Modifier and Type Method Description ListPurchasableOffersRequestListPurchasableOffersRequest.Builder. build()ListPurchasableOffersRequestListPurchasableOffersRequest.Builder. buildPartial()static ListPurchasableOffersRequestListPurchasableOffersRequest. getDefaultInstance()ListPurchasableOffersRequestListPurchasableOffersRequest.Builder. getDefaultInstanceForType()ListPurchasableOffersRequestListPurchasableOffersRequest. getDefaultInstanceForType()static ListPurchasableOffersRequestListPurchasableOffersRequest. parseDelimitedFrom(InputStream input)static ListPurchasableOffersRequestListPurchasableOffersRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListPurchasableOffersRequestListPurchasableOffersRequest. parseFrom(byte[] data)static ListPurchasableOffersRequestListPurchasableOffersRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListPurchasableOffersRequestListPurchasableOffersRequest. parseFrom(com.google.protobuf.ByteString data)static ListPurchasableOffersRequestListPurchasableOffersRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListPurchasableOffersRequestListPurchasableOffersRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListPurchasableOffersRequestListPurchasableOffersRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListPurchasableOffersRequestListPurchasableOffersRequest. parseFrom(InputStream input)static ListPurchasableOffersRequestListPurchasableOffersRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListPurchasableOffersRequestListPurchasableOffersRequest. parseFrom(ByteBuffer data)static ListPurchasableOffersRequestListPurchasableOffersRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.channel.v1 that return types with arguments of type ListPurchasableOffersRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListPurchasableOffersRequest,ListPurchasableOffersResponse>CloudChannelServiceGrpc. getListPurchasableOffersMethod()com.google.protobuf.Parser<ListPurchasableOffersRequest>ListPurchasableOffersRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListPurchasableOffersRequest,ListPurchasableOffersResponse>CloudChannelServiceClient. listPurchasableOffersCallable()Lists the following: Offers that you can purchase for a customer.com.google.api.gax.rpc.UnaryCallable<ListPurchasableOffersRequest,CloudChannelServiceClient.ListPurchasableOffersPagedResponse>CloudChannelServiceClient. listPurchasableOffersPagedCallable()Lists the following: Offers that you can purchase for a customer.com.google.api.gax.rpc.PagedCallSettings.Builder<ListPurchasableOffersRequest,ListPurchasableOffersResponse,CloudChannelServiceClient.ListPurchasableOffersPagedResponse>CloudChannelServiceSettings.Builder. listPurchasableOffersSettings()Returns the builder for the settings used for calls to listPurchasableOffers.com.google.api.gax.rpc.PagedCallSettings<ListPurchasableOffersRequest,ListPurchasableOffersResponse,CloudChannelServiceClient.ListPurchasableOffersPagedResponse>CloudChannelServiceSettings. listPurchasableOffersSettings()Returns the object with the settings used for calls to listPurchasableOffers.static com.google.protobuf.Parser<ListPurchasableOffersRequest>ListPurchasableOffersRequest. parser()Methods in com.google.cloud.channel.v1 with parameters of type ListPurchasableOffersRequest Modifier and Type Method Description CloudChannelServiceClient.ListPurchasableOffersPagedResponseCloudChannelServiceClient. listPurchasableOffers(ListPurchasableOffersRequest request)Lists the following: Offers that you can purchase for a customer.default voidCloudChannelServiceGrpc.AsyncService. listPurchasableOffers(ListPurchasableOffersRequest request, io.grpc.stub.StreamObserver<ListPurchasableOffersResponse> responseObserver)Lists the following: * Offers that you can purchase for a customer.ListPurchasableOffersResponseCloudChannelServiceGrpc.CloudChannelServiceBlockingStub. listPurchasableOffers(ListPurchasableOffersRequest request)Lists the following: * Offers that you can purchase for a customer.com.google.common.util.concurrent.ListenableFuture<ListPurchasableOffersResponse>CloudChannelServiceGrpc.CloudChannelServiceFutureStub. listPurchasableOffers(ListPurchasableOffersRequest request)Lists the following: * Offers that you can purchase for a customer.voidCloudChannelServiceGrpc.CloudChannelServiceStub. listPurchasableOffers(ListPurchasableOffersRequest request, io.grpc.stub.StreamObserver<ListPurchasableOffersResponse> responseObserver)Lists the following: * Offers that you can purchase for a customer.ListPurchasableOffersRequest.BuilderListPurchasableOffersRequest.Builder. mergeFrom(ListPurchasableOffersRequest other)static ListPurchasableOffersRequest.BuilderListPurchasableOffersRequest. newBuilder(ListPurchasableOffersRequest prototype)Method parameters in com.google.cloud.channel.v1 with type arguments of type ListPurchasableOffersRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudChannelServiceClient.ListPurchasableOffersPagedResponse>CloudChannelServiceClient.ListPurchasableOffersPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPurchasableOffersRequest,ListPurchasableOffersResponse,PurchasableOffer> context, com.google.api.core.ApiFuture<ListPurchasableOffersResponse> futureResponse)protected CloudChannelServiceClient.ListPurchasableOffersPageCloudChannelServiceClient.ListPurchasableOffersPage. createPage(com.google.api.gax.rpc.PageContext<ListPurchasableOffersRequest,ListPurchasableOffersResponse,PurchasableOffer> context, ListPurchasableOffersResponse response)com.google.api.core.ApiFuture<CloudChannelServiceClient.ListPurchasableOffersPage>CloudChannelServiceClient.ListPurchasableOffersPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListPurchasableOffersRequest,ListPurchasableOffersResponse,PurchasableOffer> context, com.google.api.core.ApiFuture<ListPurchasableOffersResponse> futureResponse) -
Uses of ListPurchasableOffersRequest in com.google.cloud.channel.v1.stub
-