Uses of Class
com.google.cloud.channel.v1.LookupOfferRequest
-
Packages that use LookupOfferRequest Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of LookupOfferRequest in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return LookupOfferRequest Modifier and Type Method Description LookupOfferRequestLookupOfferRequest.Builder. build()LookupOfferRequestLookupOfferRequest.Builder. buildPartial()static LookupOfferRequestLookupOfferRequest. getDefaultInstance()LookupOfferRequestLookupOfferRequest.Builder. getDefaultInstanceForType()LookupOfferRequestLookupOfferRequest. getDefaultInstanceForType()static LookupOfferRequestLookupOfferRequest. parseDelimitedFrom(InputStream input)static LookupOfferRequestLookupOfferRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupOfferRequestLookupOfferRequest. parseFrom(byte[] data)static LookupOfferRequestLookupOfferRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupOfferRequestLookupOfferRequest. parseFrom(com.google.protobuf.ByteString data)static LookupOfferRequestLookupOfferRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupOfferRequestLookupOfferRequest. parseFrom(com.google.protobuf.CodedInputStream input)static LookupOfferRequestLookupOfferRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupOfferRequestLookupOfferRequest. parseFrom(InputStream input)static LookupOfferRequestLookupOfferRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupOfferRequestLookupOfferRequest. parseFrom(ByteBuffer data)static LookupOfferRequestLookupOfferRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.channel.v1 that return types with arguments of type LookupOfferRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<LookupOfferRequest,Offer>CloudChannelServiceGrpc. getLookupOfferMethod()com.google.protobuf.Parser<LookupOfferRequest>LookupOfferRequest. getParserForType()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<LookupOfferRequest>LookupOfferRequest. parser()Methods in com.google.cloud.channel.v1 with parameters of type LookupOfferRequest Modifier and Type Method Description OfferCloudChannelServiceClient. lookupOffer(LookupOfferRequest request)Returns the requested [Offer][google.cloud.channel.v1.Offer] resource.default voidCloudChannelServiceGrpc.AsyncService. lookupOffer(LookupOfferRequest request, io.grpc.stub.StreamObserver<Offer> responseObserver)Returns the requested [Offer][google.cloud.channel.v1.Offer] resource.OfferCloudChannelServiceGrpc.CloudChannelServiceBlockingStub. lookupOffer(LookupOfferRequest request)Returns the requested [Offer][google.cloud.channel.v1.Offer] resource.com.google.common.util.concurrent.ListenableFuture<Offer>CloudChannelServiceGrpc.CloudChannelServiceFutureStub. lookupOffer(LookupOfferRequest request)Returns the requested [Offer][google.cloud.channel.v1.Offer] resource.voidCloudChannelServiceGrpc.CloudChannelServiceStub. lookupOffer(LookupOfferRequest request, io.grpc.stub.StreamObserver<Offer> responseObserver)Returns the requested [Offer][google.cloud.channel.v1.Offer] resource.LookupOfferRequest.BuilderLookupOfferRequest.Builder. mergeFrom(LookupOfferRequest other)static LookupOfferRequest.BuilderLookupOfferRequest. newBuilder(LookupOfferRequest prototype) -
Uses of LookupOfferRequest in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type LookupOfferRequest 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.
-