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 ListOffersRequest
ListOffersRequest.Builder. build()
ListOffersRequest
ListOffersRequest.Builder. buildPartial()
static ListOffersRequest
ListOffersRequest. getDefaultInstance()
ListOffersRequest
ListOffersRequest.Builder. getDefaultInstanceForType()
ListOffersRequest
ListOffersRequest. getDefaultInstanceForType()
static ListOffersRequest
ListOffersRequest. parseDelimitedFrom(InputStream input)
static ListOffersRequest
ListOffersRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOffersRequest
ListOffersRequest. parseFrom(byte[] data)
static ListOffersRequest
ListOffersRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOffersRequest
ListOffersRequest. parseFrom(com.google.protobuf.ByteString data)
static ListOffersRequest
ListOffersRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOffersRequest
ListOffersRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListOffersRequest
ListOffersRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOffersRequest
ListOffersRequest. parseFrom(InputStream input)
static ListOffersRequest
ListOffersRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOffersRequest
ListOffersRequest. parseFrom(ByteBuffer data)
static ListOffersRequest
ListOffersRequest. 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.ListOffersPagedResponse
CloudChannelServiceClient. listOffers(ListOffersRequest request)
Lists the Offers the reseller can sell.default void
CloudChannelServiceGrpc.AsyncService. listOffers(ListOffersRequest request, io.grpc.stub.StreamObserver<ListOffersResponse> responseObserver)
Lists the Offers the reseller can sell.ListOffersResponse
CloudChannelServiceGrpc.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.void
CloudChannelServiceGrpc.CloudChannelServiceStub. listOffers(ListOffersRequest request, io.grpc.stub.StreamObserver<ListOffersResponse> responseObserver)
Lists the Offers the reseller can sell.ListOffersRequest.Builder
ListOffersRequest.Builder. mergeFrom(ListOffersRequest other)
static ListOffersRequest.Builder
ListOffersRequest. 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.ListOffersPage
CloudChannelServiceClient.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.
-