Uses of Class
com.google.cloud.channel.v1.Constraints
-
Packages that use Constraints Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of Constraints in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return Constraints Modifier and Type Method Description Constraints
Constraints.Builder. build()
Constraints
Constraints.Builder. buildPartial()
Constraints
Offer.Builder. getConstraints()
Constraints on transacting the Offer.Constraints
Offer. getConstraints()
Constraints on transacting the Offer.Constraints
OfferOrBuilder. getConstraints()
Constraints on transacting the Offer.static Constraints
Constraints. getDefaultInstance()
Constraints
Constraints.Builder. getDefaultInstanceForType()
Constraints
Constraints. getDefaultInstanceForType()
static Constraints
Constraints. parseDelimitedFrom(InputStream input)
static Constraints
Constraints. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Constraints
Constraints. parseFrom(byte[] data)
static Constraints
Constraints. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Constraints
Constraints. parseFrom(com.google.protobuf.ByteString data)
static Constraints
Constraints. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Constraints
Constraints. parseFrom(com.google.protobuf.CodedInputStream input)
static Constraints
Constraints. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Constraints
Constraints. parseFrom(InputStream input)
static Constraints
Constraints. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Constraints
Constraints. parseFrom(ByteBuffer data)
static Constraints
Constraints. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type Constraints Modifier and Type Method Description com.google.protobuf.Parser<Constraints>
Constraints. getParserForType()
static com.google.protobuf.Parser<Constraints>
Constraints. parser()
Methods in com.google.cloud.channel.v1 with parameters of type Constraints Modifier and Type Method Description Offer.Builder
Offer.Builder. mergeConstraints(Constraints value)
Constraints on transacting the Offer.Constraints.Builder
Constraints.Builder. mergeFrom(Constraints other)
static Constraints.Builder
Constraints. newBuilder(Constraints prototype)
Offer.Builder
Offer.Builder. setConstraints(Constraints value)
Constraints on transacting the Offer.
-