Uses of Class
com.google.cloud.channel.v1.Offer
-
Packages that use Offer Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of Offer in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return Offer Modifier and Type Method Description Offer
Offer.Builder. build()
Offer
Offer.Builder. buildPartial()
static Offer
Offer. getDefaultInstance()
Offer
Offer.Builder. getDefaultInstanceForType()
Offer
Offer. getDefaultInstanceForType()
Offer
PurchasableOffer.Builder. getOffer()
Offer.Offer
PurchasableOffer. getOffer()
Offer.Offer
PurchasableOfferOrBuilder. getOffer()
Offer.Offer
TransferableOffer.Builder. getOffer()
Offer with parameter constraints updated to allow the Transfer.Offer
TransferableOffer. getOffer()
Offer with parameter constraints updated to allow the Transfer.Offer
TransferableOfferOrBuilder. getOffer()
Offer with parameter constraints updated to allow the Transfer.Offer
ListOffersResponse.Builder. getOffers(int index)
The list of Offers requested.Offer
ListOffersResponse. getOffers(int index)
The list of Offers requested.Offer
ListOffersResponseOrBuilder. getOffers(int index)
The list of Offers requested.Offer
CloudChannelServiceClient. lookupOffer(LookupOfferRequest request)
Returns the requested [Offer][google.cloud.channel.v1.Offer] resource.Offer
CloudChannelServiceGrpc.CloudChannelServiceBlockingStub. lookupOffer(LookupOfferRequest request)
Returns the requested [Offer][google.cloud.channel.v1.Offer] resource.static Offer
Offer. parseDelimitedFrom(InputStream input)
static Offer
Offer. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Offer
Offer. parseFrom(byte[] data)
static Offer
Offer. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Offer
Offer. parseFrom(com.google.protobuf.ByteString data)
static Offer
Offer. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Offer
Offer. parseFrom(com.google.protobuf.CodedInputStream input)
static Offer
Offer. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Offer
Offer. parseFrom(InputStream input)
static Offer
Offer. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Offer
Offer. parseFrom(ByteBuffer data)
static Offer
Offer. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type Offer Modifier and Type Method Description static io.grpc.MethodDescriptor<LookupOfferRequest,Offer>
CloudChannelServiceGrpc. getLookupOfferMethod()
List<Offer>
ListOffersResponse.Builder. getOffersList()
The list of Offers requested.List<Offer>
ListOffersResponse. getOffersList()
The list of Offers requested.List<Offer>
ListOffersResponseOrBuilder. getOffersList()
The list of Offers requested.com.google.protobuf.Parser<Offer>
Offer. getParserForType()
com.google.common.util.concurrent.ListenableFuture<Offer>
CloudChannelServiceGrpc.CloudChannelServiceFutureStub. lookupOffer(LookupOfferRequest request)
Returns the requested [Offer][google.cloud.channel.v1.Offer] resource.com.google.api.gax.rpc.UnaryCallable<LookupOfferRequest,Offer>
CloudChannelServiceClient. lookupOfferCallable()
Returns the requested [Offer][google.cloud.channel.v1.Offer] resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<LookupOfferRequest,Offer>
CloudChannelServiceSettings.Builder. lookupOfferSettings()
Returns the builder for the settings used for calls to lookupOffer.com.google.api.gax.rpc.UnaryCallSettings<LookupOfferRequest,Offer>
CloudChannelServiceSettings. lookupOfferSettings()
Returns the object with the settings used for calls to lookupOffer.static com.google.protobuf.Parser<Offer>
Offer. parser()
Methods in com.google.cloud.channel.v1 with parameters of type Offer Modifier and Type Method Description ListOffersResponse.Builder
ListOffersResponse.Builder. addOffers(int index, Offer value)
The list of Offers requested.ListOffersResponse.Builder
ListOffersResponse.Builder. addOffers(Offer value)
The list of Offers requested.Offer.Builder
Offer.Builder. mergeFrom(Offer other)
PurchasableOffer.Builder
PurchasableOffer.Builder. mergeOffer(Offer value)
Offer.TransferableOffer.Builder
TransferableOffer.Builder. mergeOffer(Offer value)
Offer with parameter constraints updated to allow the Transfer.static Offer.Builder
Offer. newBuilder(Offer prototype)
PurchasableOffer.Builder
PurchasableOffer.Builder. setOffer(Offer value)
Offer.TransferableOffer.Builder
TransferableOffer.Builder. setOffer(Offer value)
Offer with parameter constraints updated to allow the Transfer.ListOffersResponse.Builder
ListOffersResponse.Builder. setOffers(int index, Offer value)
The list of Offers requested.Method parameters in com.google.cloud.channel.v1 with type arguments of type Offer Modifier and Type Method Description ListOffersResponse.Builder
ListOffersResponse.Builder. addAllOffers(Iterable<? extends Offer> values)
The list of Offers requested.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)
default void
CloudChannelServiceGrpc.AsyncService. lookupOffer(LookupOfferRequest request, io.grpc.stub.StreamObserver<Offer> responseObserver)
Returns the requested [Offer][google.cloud.channel.v1.Offer] resource.void
CloudChannelServiceGrpc.CloudChannelServiceStub. lookupOffer(LookupOfferRequest request, io.grpc.stub.StreamObserver<Offer> responseObserver)
Returns the requested [Offer][google.cloud.channel.v1.Offer] resource. -
Uses of Offer in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type Offer Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<LookupOfferRequest,Offer>
CloudChannelServiceStub. lookupOfferCallable()
com.google.api.gax.rpc.UnaryCallable<LookupOfferRequest,Offer>
GrpcCloudChannelServiceStub. lookupOfferCallable()
com.google.api.gax.rpc.UnaryCallable<LookupOfferRequest,Offer>
HttpJsonCloudChannelServiceStub. lookupOfferCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<LookupOfferRequest,Offer>
CloudChannelServiceStubSettings.Builder. lookupOfferSettings()
Returns the builder for the settings used for calls to lookupOffer.com.google.api.gax.rpc.UnaryCallSettings<LookupOfferRequest,Offer>
CloudChannelServiceStubSettings. lookupOfferSettings()
Returns the object with the settings used for calls to lookupOffer.
-