Uses of Class
com.google.cloud.optimization.v1.Shipment
-
Packages that use Shipment Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of Shipment in com.google.cloud.optimization.v1
Methods in com.google.cloud.optimization.v1 that return Shipment Modifier and Type Method Description Shipment
Shipment.Builder. build()
Shipment
Shipment.Builder. buildPartial()
static Shipment
Shipment. getDefaultInstance()
Shipment
Shipment.Builder. getDefaultInstanceForType()
Shipment
Shipment. getDefaultInstanceForType()
Shipment
ShipmentModel.Builder. getShipments(int index)
Set of shipments which must be performed in the model.Shipment
ShipmentModel. getShipments(int index)
Set of shipments which must be performed in the model.Shipment
ShipmentModelOrBuilder. getShipments(int index)
Set of shipments which must be performed in the model.static Shipment
Shipment. parseDelimitedFrom(InputStream input)
static Shipment
Shipment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Shipment
Shipment. parseFrom(byte[] data)
static Shipment
Shipment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Shipment
Shipment. parseFrom(com.google.protobuf.ByteString data)
static Shipment
Shipment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Shipment
Shipment. parseFrom(com.google.protobuf.CodedInputStream input)
static Shipment
Shipment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Shipment
Shipment. parseFrom(InputStream input)
static Shipment
Shipment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Shipment
Shipment. parseFrom(ByteBuffer data)
static Shipment
Shipment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.optimization.v1 that return types with arguments of type Shipment Modifier and Type Method Description com.google.protobuf.Parser<Shipment>
Shipment. getParserForType()
List<Shipment>
ShipmentModel.Builder. getShipmentsList()
Set of shipments which must be performed in the model.List<Shipment>
ShipmentModel. getShipmentsList()
Set of shipments which must be performed in the model.List<Shipment>
ShipmentModelOrBuilder. getShipmentsList()
Set of shipments which must be performed in the model.static com.google.protobuf.Parser<Shipment>
Shipment. parser()
Methods in com.google.cloud.optimization.v1 with parameters of type Shipment Modifier and Type Method Description ShipmentModel.Builder
ShipmentModel.Builder. addShipments(int index, Shipment value)
Set of shipments which must be performed in the model.ShipmentModel.Builder
ShipmentModel.Builder. addShipments(Shipment value)
Set of shipments which must be performed in the model.Shipment.Builder
Shipment.Builder. mergeFrom(Shipment other)
static Shipment.Builder
Shipment. newBuilder(Shipment prototype)
ShipmentModel.Builder
ShipmentModel.Builder. setShipments(int index, Shipment value)
Set of shipments which must be performed in the model.Method parameters in com.google.cloud.optimization.v1 with type arguments of type Shipment Modifier and Type Method Description ShipmentModel.Builder
ShipmentModel.Builder. addAllShipments(Iterable<? extends Shipment> values)
Set of shipments which must be performed in the model.
-