Uses of Class
com.google.cloud.channel.v1.ListOffersRequest
-
Packages that use ListOffersRequest Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of ListOffersRequest in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ListOffersRequest Modifier and Type Method Description ListOffersRequestListOffersRequest.Builder. build()ListOffersRequestListOffersRequest.Builder. buildPartial()static ListOffersRequestListOffersRequest. getDefaultInstance()ListOffersRequestListOffersRequest.Builder. getDefaultInstanceForType()ListOffersRequestListOffersRequest. getDefaultInstanceForType()static ListOffersRequestListOffersRequest. parseDelimitedFrom(InputStream input)static ListOffersRequestListOffersRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListOffersRequestListOffersRequest. parseFrom(byte[] data)static ListOffersRequestListOffersRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListOffersRequestListOffersRequest. parseFrom(com.google.protobuf.ByteString data)static ListOffersRequestListOffersRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListOffersRequestListOffersRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListOffersRequestListOffersRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListOffersRequestListOffersRequest. parseFrom(InputStream input)static ListOffersRequestListOffersRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListOffersRequestListOffersRequest. parseFrom(ByteBuffer data)static ListOffersRequestListOffersRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.channel.v1 that return types with arguments of type ListOffersRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListOffersRequest,ListOffersResponse>CloudChannelServiceGrpc. getListOffersMethod()com.google.protobuf.Parser<ListOffersRequest>ListOffersRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListOffersRequest,ListOffersResponse>CloudChannelServiceClient. listOffersCallable()Lists the Offers the reseller can sell.com.google.api.gax.rpc.UnaryCallable<ListOffersRequest,CloudChannelServiceClient.ListOffersPagedResponse>CloudChannelServiceClient. listOffersPagedCallable()Lists the Offers the reseller can sell.com.google.api.gax.rpc.PagedCallSettings.Builder<ListOffersRequest,ListOffersResponse,CloudChannelServiceClient.ListOffersPagedResponse>CloudChannelServiceSettings.Builder. listOffersSettings()Returns the builder for the settings used for calls to listOffers.com.google.api.gax.rpc.PagedCallSettings<ListOffersRequest,ListOffersResponse,CloudChannelServiceClient.ListOffersPagedResponse>CloudChannelServiceSettings. listOffersSettings()Returns the object with the settings used for calls to listOffers.static com.google.protobuf.Parser<ListOffersRequest>ListOffersRequest. parser()Methods in com.google.cloud.channel.v1 with parameters of type ListOffersRequest Modifier and Type Method Description CloudChannelServiceClient.ListOffersPagedResponseCloudChannelServiceClient. listOffers(ListOffersRequest request)Lists the Offers the reseller can sell.default voidCloudChannelServiceGrpc.AsyncService. listOffers(ListOffersRequest request, io.grpc.stub.StreamObserver<ListOffersResponse> responseObserver)Lists the Offers the reseller can sell.ListOffersResponseCloudChannelServiceGrpc.CloudChannelServiceBlockingStub. listOffers(ListOffersRequest request)Lists the Offers the reseller can sell.com.google.common.util.concurrent.ListenableFuture<ListOffersResponse>CloudChannelServiceGrpc.CloudChannelServiceFutureStub. listOffers(ListOffersRequest request)Lists the Offers the reseller can sell.voidCloudChannelServiceGrpc.CloudChannelServiceStub. listOffers(ListOffersRequest request, io.grpc.stub.StreamObserver<ListOffersResponse> responseObserver)Lists the Offers the reseller can sell.ListOffersRequest.BuilderListOffersRequest.Builder. mergeFrom(ListOffersRequest other)static ListOffersRequest.BuilderListOffersRequest. newBuilder(ListOffersRequest prototype)Method parameters in com.google.cloud.channel.v1 with type arguments of type ListOffersRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudChannelServiceClient.ListOffersPagedResponse>CloudChannelServiceClient.ListOffersPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListOffersRequest,ListOffersResponse,Offer> context, com.google.api.core.ApiFuture<ListOffersResponse> futureResponse)protected CloudChannelServiceClient.ListOffersPageCloudChannelServiceClient.ListOffersPage. createPage(com.google.api.gax.rpc.PageContext<ListOffersRequest,ListOffersResponse,Offer> context, ListOffersResponse response)com.google.api.core.ApiFuture<CloudChannelServiceClient.ListOffersPage>CloudChannelServiceClient.ListOffersPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListOffersRequest,ListOffersResponse,Offer> context, com.google.api.core.ApiFuture<ListOffersResponse> futureResponse) -
Uses of ListOffersRequest in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type ListOffersRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListOffersRequest,ListOffersResponse>CloudChannelServiceStub. listOffersCallable()com.google.api.gax.rpc.UnaryCallable<ListOffersRequest,ListOffersResponse>GrpcCloudChannelServiceStub. listOffersCallable()com.google.api.gax.rpc.UnaryCallable<ListOffersRequest,ListOffersResponse>HttpJsonCloudChannelServiceStub. listOffersCallable()com.google.api.gax.rpc.UnaryCallable<ListOffersRequest,CloudChannelServiceClient.ListOffersPagedResponse>CloudChannelServiceStub. listOffersPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListOffersRequest,CloudChannelServiceClient.ListOffersPagedResponse>GrpcCloudChannelServiceStub. listOffersPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListOffersRequest,CloudChannelServiceClient.ListOffersPagedResponse>HttpJsonCloudChannelServiceStub. listOffersPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListOffersRequest,ListOffersResponse,CloudChannelServiceClient.ListOffersPagedResponse>CloudChannelServiceStubSettings.Builder. listOffersSettings()Returns the builder for the settings used for calls to listOffers.com.google.api.gax.rpc.PagedCallSettings<ListOffersRequest,ListOffersResponse,CloudChannelServiceClient.ListOffersPagedResponse>CloudChannelServiceStubSettings. listOffersSettings()Returns the object with the settings used for calls to listOffers.
-