Uses of Class
com.google.cloud.channel.v1.ChangeOfferRequest
-
Packages that use ChangeOfferRequest Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of ChangeOfferRequest in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ChangeOfferRequest Modifier and Type Method Description ChangeOfferRequest
ChangeOfferRequest.Builder. build()
ChangeOfferRequest
ChangeOfferRequest.Builder. buildPartial()
static ChangeOfferRequest
ChangeOfferRequest. getDefaultInstance()
ChangeOfferRequest
ChangeOfferRequest.Builder. getDefaultInstanceForType()
ChangeOfferRequest
ChangeOfferRequest. getDefaultInstanceForType()
static ChangeOfferRequest
ChangeOfferRequest. parseDelimitedFrom(InputStream input)
static ChangeOfferRequest
ChangeOfferRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ChangeOfferRequest
ChangeOfferRequest. parseFrom(byte[] data)
static ChangeOfferRequest
ChangeOfferRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ChangeOfferRequest
ChangeOfferRequest. parseFrom(com.google.protobuf.ByteString data)
static ChangeOfferRequest
ChangeOfferRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ChangeOfferRequest
ChangeOfferRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ChangeOfferRequest
ChangeOfferRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ChangeOfferRequest
ChangeOfferRequest. parseFrom(InputStream input)
static ChangeOfferRequest
ChangeOfferRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ChangeOfferRequest
ChangeOfferRequest. parseFrom(ByteBuffer data)
static ChangeOfferRequest
ChangeOfferRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type ChangeOfferRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ChangeOfferRequest,com.google.longrunning.Operation>
CloudChannelServiceClient. changeOfferCallable()
Updates the Offer for an existing customer entitlement.com.google.api.gax.rpc.OperationCallable<ChangeOfferRequest,Entitlement,OperationMetadata>
CloudChannelServiceClient. changeOfferOperationCallable()
Updates the Offer for an existing customer entitlement.com.google.api.gax.rpc.OperationCallSettings.Builder<ChangeOfferRequest,Entitlement,OperationMetadata>
CloudChannelServiceSettings.Builder. changeOfferOperationSettings()
Returns the builder for the settings used for calls to changeOffer.com.google.api.gax.rpc.OperationCallSettings<ChangeOfferRequest,Entitlement,OperationMetadata>
CloudChannelServiceSettings. changeOfferOperationSettings()
Returns the object with the settings used for calls to changeOffer.com.google.api.gax.rpc.UnaryCallSettings.Builder<ChangeOfferRequest,com.google.longrunning.Operation>
CloudChannelServiceSettings.Builder. changeOfferSettings()
Returns the builder for the settings used for calls to changeOffer.com.google.api.gax.rpc.UnaryCallSettings<ChangeOfferRequest,com.google.longrunning.Operation>
CloudChannelServiceSettings. changeOfferSettings()
Returns the object with the settings used for calls to changeOffer.static io.grpc.MethodDescriptor<ChangeOfferRequest,com.google.longrunning.Operation>
CloudChannelServiceGrpc. getChangeOfferMethod()
com.google.protobuf.Parser<ChangeOfferRequest>
ChangeOfferRequest. getParserForType()
static com.google.protobuf.Parser<ChangeOfferRequest>
ChangeOfferRequest. parser()
Methods in com.google.cloud.channel.v1 with parameters of type ChangeOfferRequest Modifier and Type Method Description default void
CloudChannelServiceGrpc.AsyncService. changeOffer(ChangeOfferRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the Offer for an existing customer entitlement.com.google.longrunning.Operation
CloudChannelServiceGrpc.CloudChannelServiceBlockingStub. changeOffer(ChangeOfferRequest request)
Updates the Offer for an existing customer entitlement.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
CloudChannelServiceGrpc.CloudChannelServiceFutureStub. changeOffer(ChangeOfferRequest request)
Updates the Offer for an existing customer entitlement.void
CloudChannelServiceGrpc.CloudChannelServiceStub. changeOffer(ChangeOfferRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the Offer for an existing customer entitlement.com.google.api.gax.longrunning.OperationFuture<Entitlement,OperationMetadata>
CloudChannelServiceClient. changeOfferAsync(ChangeOfferRequest request)
Updates the Offer for an existing customer entitlement.ChangeOfferRequest.Builder
ChangeOfferRequest.Builder. mergeFrom(ChangeOfferRequest other)
static ChangeOfferRequest.Builder
ChangeOfferRequest. newBuilder(ChangeOfferRequest prototype)
-
Uses of ChangeOfferRequest in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type ChangeOfferRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ChangeOfferRequest,com.google.longrunning.Operation>
CloudChannelServiceStub. changeOfferCallable()
com.google.api.gax.rpc.UnaryCallable<ChangeOfferRequest,com.google.longrunning.Operation>
GrpcCloudChannelServiceStub. changeOfferCallable()
com.google.api.gax.rpc.UnaryCallable<ChangeOfferRequest,com.google.longrunning.Operation>
HttpJsonCloudChannelServiceStub. changeOfferCallable()
com.google.api.gax.rpc.OperationCallable<ChangeOfferRequest,Entitlement,OperationMetadata>
CloudChannelServiceStub. changeOfferOperationCallable()
com.google.api.gax.rpc.OperationCallable<ChangeOfferRequest,Entitlement,OperationMetadata>
GrpcCloudChannelServiceStub. changeOfferOperationCallable()
com.google.api.gax.rpc.OperationCallable<ChangeOfferRequest,Entitlement,OperationMetadata>
HttpJsonCloudChannelServiceStub. changeOfferOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ChangeOfferRequest,Entitlement,OperationMetadata>
CloudChannelServiceStubSettings.Builder. changeOfferOperationSettings()
Returns the builder for the settings used for calls to changeOffer.com.google.api.gax.rpc.OperationCallSettings<ChangeOfferRequest,Entitlement,OperationMetadata>
CloudChannelServiceStubSettings. changeOfferOperationSettings()
Returns the object with the settings used for calls to changeOffer.com.google.api.gax.rpc.UnaryCallSettings.Builder<ChangeOfferRequest,com.google.longrunning.Operation>
CloudChannelServiceStubSettings.Builder. changeOfferSettings()
Returns the builder for the settings used for calls to changeOffer.com.google.api.gax.rpc.UnaryCallSettings<ChangeOfferRequest,com.google.longrunning.Operation>
CloudChannelServiceStubSettings. changeOfferSettings()
Returns the object with the settings used for calls to changeOffer.
-