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