Uses of Class
com.google.cloud.channel.v1.PricePhase
-
Packages that use PricePhase Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of PricePhase in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return PricePhase Modifier and Type Method Description PricePhase
PricePhase.Builder. build()
PricePhase
PricePhase.Builder. buildPartial()
static PricePhase
PricePhase. getDefaultInstance()
PricePhase
PricePhase.Builder. getDefaultInstanceForType()
PricePhase
PricePhase. getDefaultInstanceForType()
PricePhase
PriceByResource.Builder. getPricePhases(int index)
Specifies the price by time range.PricePhase
PriceByResource. getPricePhases(int index)
Specifies the price by time range.PricePhase
PriceByResourceOrBuilder. getPricePhases(int index)
Specifies the price by time range.static PricePhase
PricePhase. parseDelimitedFrom(InputStream input)
static PricePhase
PricePhase. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PricePhase
PricePhase. parseFrom(byte[] data)
static PricePhase
PricePhase. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PricePhase
PricePhase. parseFrom(com.google.protobuf.ByteString data)
static PricePhase
PricePhase. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PricePhase
PricePhase. parseFrom(com.google.protobuf.CodedInputStream input)
static PricePhase
PricePhase. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PricePhase
PricePhase. parseFrom(InputStream input)
static PricePhase
PricePhase. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PricePhase
PricePhase. parseFrom(ByteBuffer data)
static PricePhase
PricePhase. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type PricePhase Modifier and Type Method Description com.google.protobuf.Parser<PricePhase>
PricePhase. getParserForType()
List<PricePhase>
PriceByResource.Builder. getPricePhasesList()
Specifies the price by time range.List<PricePhase>
PriceByResource. getPricePhasesList()
Specifies the price by time range.List<PricePhase>
PriceByResourceOrBuilder. getPricePhasesList()
Specifies the price by time range.static com.google.protobuf.Parser<PricePhase>
PricePhase. parser()
Methods in com.google.cloud.channel.v1 with parameters of type PricePhase Modifier and Type Method Description PriceByResource.Builder
PriceByResource.Builder. addPricePhases(int index, PricePhase value)
Specifies the price by time range.PriceByResource.Builder
PriceByResource.Builder. addPricePhases(PricePhase value)
Specifies the price by time range.PricePhase.Builder
PricePhase.Builder. mergeFrom(PricePhase other)
static PricePhase.Builder
PricePhase. newBuilder(PricePhase prototype)
PriceByResource.Builder
PriceByResource.Builder. setPricePhases(int index, PricePhase value)
Specifies the price by time range.Method parameters in com.google.cloud.channel.v1 with type arguments of type PricePhase Modifier and Type Method Description PriceByResource.Builder
PriceByResource.Builder. addAllPricePhases(Iterable<? extends PricePhase> values)
Specifies the price by time range.
-