Uses of Class
com.google.cloud.channel.v1.ListOffersResponse
-
Packages that use ListOffersResponse Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of ListOffersResponse in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ListOffersResponse Modifier and Type Method Description ListOffersResponseListOffersResponse.Builder. build()ListOffersResponseListOffersResponse.Builder. buildPartial()static ListOffersResponseListOffersResponse. getDefaultInstance()ListOffersResponseListOffersResponse.Builder. getDefaultInstanceForType()ListOffersResponseListOffersResponse. getDefaultInstanceForType()ListOffersResponseCloudChannelServiceGrpc.CloudChannelServiceBlockingStub. listOffers(ListOffersRequest request)Lists the Offers the reseller can sell.static ListOffersResponseListOffersResponse. parseDelimitedFrom(InputStream input)static ListOffersResponseListOffersResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListOffersResponseListOffersResponse. parseFrom(byte[] data)static ListOffersResponseListOffersResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListOffersResponseListOffersResponse. parseFrom(com.google.protobuf.ByteString data)static ListOffersResponseListOffersResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListOffersResponseListOffersResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListOffersResponseListOffersResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListOffersResponseListOffersResponse. parseFrom(InputStream input)static ListOffersResponseListOffersResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListOffersResponseListOffersResponse. parseFrom(ByteBuffer data)static ListOffersResponseListOffersResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.channel.v1 that return types with arguments of type ListOffersResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListOffersRequest,ListOffersResponse>CloudChannelServiceGrpc. getListOffersMethod()com.google.protobuf.Parser<ListOffersResponse>ListOffersResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListOffersResponse>CloudChannelServiceGrpc.CloudChannelServiceFutureStub. listOffers(ListOffersRequest request)Lists the Offers the reseller can sell.com.google.api.gax.rpc.UnaryCallable<ListOffersRequest,ListOffersResponse>CloudChannelServiceClient. listOffersCallable()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<ListOffersResponse>ListOffersResponse. parser()Methods in com.google.cloud.channel.v1 with parameters of type ListOffersResponse Modifier and Type Method Description protected CloudChannelServiceClient.ListOffersPageCloudChannelServiceClient.ListOffersPage. createPage(com.google.api.gax.rpc.PageContext<ListOffersRequest,ListOffersResponse,Offer> context, ListOffersResponse response)ListOffersResponse.BuilderListOffersResponse.Builder. mergeFrom(ListOffersResponse other)static ListOffersResponse.BuilderListOffersResponse. newBuilder(ListOffersResponse prototype)Method parameters in com.google.cloud.channel.v1 with type arguments of type ListOffersResponse 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)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)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)default voidCloudChannelServiceGrpc.AsyncService. listOffers(ListOffersRequest request, io.grpc.stub.StreamObserver<ListOffersResponse> responseObserver)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. -
Uses of ListOffersResponse in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type ListOffersResponse 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.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.
-