Uses of Class
com.google.cloud.optimization.v1.SkippedShipment.Reason
-
Packages that use SkippedShipment.Reason Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of SkippedShipment.Reason in com.google.cloud.optimization.v1
Methods in com.google.cloud.optimization.v1 that return SkippedShipment.Reason Modifier and Type Method Description SkippedShipment.Reason
SkippedShipment.Reason.Builder. build()
SkippedShipment.Reason
SkippedShipment.Reason.Builder. buildPartial()
static SkippedShipment.Reason
SkippedShipment.Reason. getDefaultInstance()
SkippedShipment.Reason
SkippedShipment.Reason.Builder. getDefaultInstanceForType()
SkippedShipment.Reason
SkippedShipment.Reason. getDefaultInstanceForType()
SkippedShipment.Reason
SkippedShipment.Builder. getReasons(int index)
A list of reasons that explain why the shipment was skipped.SkippedShipment.Reason
SkippedShipment. getReasons(int index)
A list of reasons that explain why the shipment was skipped.SkippedShipment.Reason
SkippedShipmentOrBuilder. getReasons(int index)
A list of reasons that explain why the shipment was skipped.static SkippedShipment.Reason
SkippedShipment.Reason. parseDelimitedFrom(InputStream input)
static SkippedShipment.Reason
SkippedShipment.Reason. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SkippedShipment.Reason
SkippedShipment.Reason. parseFrom(byte[] data)
static SkippedShipment.Reason
SkippedShipment.Reason. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SkippedShipment.Reason
SkippedShipment.Reason. parseFrom(com.google.protobuf.ByteString data)
static SkippedShipment.Reason
SkippedShipment.Reason. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SkippedShipment.Reason
SkippedShipment.Reason. parseFrom(com.google.protobuf.CodedInputStream input)
static SkippedShipment.Reason
SkippedShipment.Reason. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SkippedShipment.Reason
SkippedShipment.Reason. parseFrom(InputStream input)
static SkippedShipment.Reason
SkippedShipment.Reason. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SkippedShipment.Reason
SkippedShipment.Reason. parseFrom(ByteBuffer data)
static SkippedShipment.Reason
SkippedShipment.Reason. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.optimization.v1 that return types with arguments of type SkippedShipment.Reason Modifier and Type Method Description com.google.protobuf.Parser<SkippedShipment.Reason>
SkippedShipment.Reason. getParserForType()
List<SkippedShipment.Reason>
SkippedShipment.Builder. getReasonsList()
A list of reasons that explain why the shipment was skipped.List<SkippedShipment.Reason>
SkippedShipment. getReasonsList()
A list of reasons that explain why the shipment was skipped.List<SkippedShipment.Reason>
SkippedShipmentOrBuilder. getReasonsList()
A list of reasons that explain why the shipment was skipped.static com.google.protobuf.Parser<SkippedShipment.Reason>
SkippedShipment.Reason. parser()
Methods in com.google.cloud.optimization.v1 with parameters of type SkippedShipment.Reason Modifier and Type Method Description SkippedShipment.Builder
SkippedShipment.Builder. addReasons(int index, SkippedShipment.Reason value)
A list of reasons that explain why the shipment was skipped.SkippedShipment.Builder
SkippedShipment.Builder. addReasons(SkippedShipment.Reason value)
A list of reasons that explain why the shipment was skipped.SkippedShipment.Reason.Builder
SkippedShipment.Reason.Builder. mergeFrom(SkippedShipment.Reason other)
static SkippedShipment.Reason.Builder
SkippedShipment.Reason. newBuilder(SkippedShipment.Reason prototype)
SkippedShipment.Builder
SkippedShipment.Builder. setReasons(int index, SkippedShipment.Reason value)
A list of reasons that explain why the shipment was skipped.Method parameters in com.google.cloud.optimization.v1 with type arguments of type SkippedShipment.Reason Modifier and Type Method Description SkippedShipment.Builder
SkippedShipment.Builder. addAllReasons(Iterable<? extends SkippedShipment.Reason> values)
A list of reasons that explain why the shipment was skipped.
-