Class ShipmentModel.DurationDistanceMatrix.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ShipmentModel.DurationDistanceMatrix.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ShipmentModel.DurationDistanceMatrix.Builder>
      • getDefaultInstanceForType

        public ShipmentModel.DurationDistanceMatrix getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ShipmentModel.DurationDistanceMatrix build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ShipmentModel.DurationDistanceMatrix buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ShipmentModel.DurationDistanceMatrix.Builder>
      • getRowsCount

        public int getRowsCount()
         Specifies the rows of the duration and distance matrix. It must have as
         many elements as
         [ShipmentModel.duration_distance_matrix_src_tags][google.cloud.optimization.v1.ShipmentModel.duration_distance_matrix_src_tags].
         
        repeated .google.cloud.optimization.v1.ShipmentModel.DurationDistanceMatrix.Row rows = 1;
        Specified by:
        getRowsCount in interface ShipmentModel.DurationDistanceMatrixOrBuilder
      • getRows

        public ShipmentModel.DurationDistanceMatrix.Row getRows​(int index)
         Specifies the rows of the duration and distance matrix. It must have as
         many elements as
         [ShipmentModel.duration_distance_matrix_src_tags][google.cloud.optimization.v1.ShipmentModel.duration_distance_matrix_src_tags].
         
        repeated .google.cloud.optimization.v1.ShipmentModel.DurationDistanceMatrix.Row rows = 1;
        Specified by:
        getRows in interface ShipmentModel.DurationDistanceMatrixOrBuilder
      • setRows

        public ShipmentModel.DurationDistanceMatrix.Builder setRows​(int index,
                                                                    ShipmentModel.DurationDistanceMatrix.Row value)
         Specifies the rows of the duration and distance matrix. It must have as
         many elements as
         [ShipmentModel.duration_distance_matrix_src_tags][google.cloud.optimization.v1.ShipmentModel.duration_distance_matrix_src_tags].
         
        repeated .google.cloud.optimization.v1.ShipmentModel.DurationDistanceMatrix.Row rows = 1;
      • setRows

        public ShipmentModel.DurationDistanceMatrix.Builder setRows​(int index,
                                                                    ShipmentModel.DurationDistanceMatrix.Row.Builder builderForValue)
         Specifies the rows of the duration and distance matrix. It must have as
         many elements as
         [ShipmentModel.duration_distance_matrix_src_tags][google.cloud.optimization.v1.ShipmentModel.duration_distance_matrix_src_tags].
         
        repeated .google.cloud.optimization.v1.ShipmentModel.DurationDistanceMatrix.Row rows = 1;
      • addRows

        public ShipmentModel.DurationDistanceMatrix.Builder addRows​(ShipmentModel.DurationDistanceMatrix.Row value)
         Specifies the rows of the duration and distance matrix. It must have as
         many elements as
         [ShipmentModel.duration_distance_matrix_src_tags][google.cloud.optimization.v1.ShipmentModel.duration_distance_matrix_src_tags].
         
        repeated .google.cloud.optimization.v1.ShipmentModel.DurationDistanceMatrix.Row rows = 1;
      • addRows

        public ShipmentModel.DurationDistanceMatrix.Builder addRows​(int index,
                                                                    ShipmentModel.DurationDistanceMatrix.Row value)
         Specifies the rows of the duration and distance matrix. It must have as
         many elements as
         [ShipmentModel.duration_distance_matrix_src_tags][google.cloud.optimization.v1.ShipmentModel.duration_distance_matrix_src_tags].
         
        repeated .google.cloud.optimization.v1.ShipmentModel.DurationDistanceMatrix.Row rows = 1;
      • addRows

        public ShipmentModel.DurationDistanceMatrix.Builder addRows​(int index,
                                                                    ShipmentModel.DurationDistanceMatrix.Row.Builder builderForValue)
         Specifies the rows of the duration and distance matrix. It must have as
         many elements as
         [ShipmentModel.duration_distance_matrix_src_tags][google.cloud.optimization.v1.ShipmentModel.duration_distance_matrix_src_tags].
         
        repeated .google.cloud.optimization.v1.ShipmentModel.DurationDistanceMatrix.Row rows = 1;
      • clearRows

        public ShipmentModel.DurationDistanceMatrix.Builder clearRows()
         Specifies the rows of the duration and distance matrix. It must have as
         many elements as
         [ShipmentModel.duration_distance_matrix_src_tags][google.cloud.optimization.v1.ShipmentModel.duration_distance_matrix_src_tags].
         
        repeated .google.cloud.optimization.v1.ShipmentModel.DurationDistanceMatrix.Row rows = 1;
      • removeRows

        public ShipmentModel.DurationDistanceMatrix.Builder removeRows​(int index)
         Specifies the rows of the duration and distance matrix. It must have as
         many elements as
         [ShipmentModel.duration_distance_matrix_src_tags][google.cloud.optimization.v1.ShipmentModel.duration_distance_matrix_src_tags].
         
        repeated .google.cloud.optimization.v1.ShipmentModel.DurationDistanceMatrix.Row rows = 1;
      • getRowsBuilder

        public ShipmentModel.DurationDistanceMatrix.Row.Builder getRowsBuilder​(int index)
         Specifies the rows of the duration and distance matrix. It must have as
         many elements as
         [ShipmentModel.duration_distance_matrix_src_tags][google.cloud.optimization.v1.ShipmentModel.duration_distance_matrix_src_tags].
         
        repeated .google.cloud.optimization.v1.ShipmentModel.DurationDistanceMatrix.Row rows = 1;
      • addRowsBuilder

        public ShipmentModel.DurationDistanceMatrix.Row.Builder addRowsBuilder()
         Specifies the rows of the duration and distance matrix. It must have as
         many elements as
         [ShipmentModel.duration_distance_matrix_src_tags][google.cloud.optimization.v1.ShipmentModel.duration_distance_matrix_src_tags].
         
        repeated .google.cloud.optimization.v1.ShipmentModel.DurationDistanceMatrix.Row rows = 1;
      • addRowsBuilder

        public ShipmentModel.DurationDistanceMatrix.Row.Builder addRowsBuilder​(int index)
         Specifies the rows of the duration and distance matrix. It must have as
         many elements as
         [ShipmentModel.duration_distance_matrix_src_tags][google.cloud.optimization.v1.ShipmentModel.duration_distance_matrix_src_tags].
         
        repeated .google.cloud.optimization.v1.ShipmentModel.DurationDistanceMatrix.Row rows = 1;
      • getRowsBuilderList

        public List<ShipmentModel.DurationDistanceMatrix.Row.Builder> getRowsBuilderList()
         Specifies the rows of the duration and distance matrix. It must have as
         many elements as
         [ShipmentModel.duration_distance_matrix_src_tags][google.cloud.optimization.v1.ShipmentModel.duration_distance_matrix_src_tags].
         
        repeated .google.cloud.optimization.v1.ShipmentModel.DurationDistanceMatrix.Row rows = 1;
      • getVehicleStartTag

        public String getVehicleStartTag()
         Tag defining to which vehicles this duration and distance matrix applies.
         If empty, this applies to all vehicles, and there can only be a single
         matrix.
        
         Each vehicle start must match exactly one matrix, i.e. exactly one of
         their `start_tags` field must match the `vehicle_start_tag` of a matrix
         (and of that matrix only).
        
         All matrices must have a different `vehicle_start_tag`.
         
        string vehicle_start_tag = 2;
        Specified by:
        getVehicleStartTag in interface ShipmentModel.DurationDistanceMatrixOrBuilder
        Returns:
        The vehicleStartTag.
      • getVehicleStartTagBytes

        public com.google.protobuf.ByteString getVehicleStartTagBytes()
         Tag defining to which vehicles this duration and distance matrix applies.
         If empty, this applies to all vehicles, and there can only be a single
         matrix.
        
         Each vehicle start must match exactly one matrix, i.e. exactly one of
         their `start_tags` field must match the `vehicle_start_tag` of a matrix
         (and of that matrix only).
        
         All matrices must have a different `vehicle_start_tag`.
         
        string vehicle_start_tag = 2;
        Specified by:
        getVehicleStartTagBytes in interface ShipmentModel.DurationDistanceMatrixOrBuilder
        Returns:
        The bytes for vehicleStartTag.
      • setVehicleStartTag

        public ShipmentModel.DurationDistanceMatrix.Builder setVehicleStartTag​(String value)
         Tag defining to which vehicles this duration and distance matrix applies.
         If empty, this applies to all vehicles, and there can only be a single
         matrix.
        
         Each vehicle start must match exactly one matrix, i.e. exactly one of
         their `start_tags` field must match the `vehicle_start_tag` of a matrix
         (and of that matrix only).
        
         All matrices must have a different `vehicle_start_tag`.
         
        string vehicle_start_tag = 2;
        Parameters:
        value - The vehicleStartTag to set.
        Returns:
        This builder for chaining.
      • clearVehicleStartTag

        public ShipmentModel.DurationDistanceMatrix.Builder clearVehicleStartTag()
         Tag defining to which vehicles this duration and distance matrix applies.
         If empty, this applies to all vehicles, and there can only be a single
         matrix.
        
         Each vehicle start must match exactly one matrix, i.e. exactly one of
         their `start_tags` field must match the `vehicle_start_tag` of a matrix
         (and of that matrix only).
        
         All matrices must have a different `vehicle_start_tag`.
         
        string vehicle_start_tag = 2;
        Returns:
        This builder for chaining.
      • setVehicleStartTagBytes

        public ShipmentModel.DurationDistanceMatrix.Builder setVehicleStartTagBytes​(com.google.protobuf.ByteString value)
         Tag defining to which vehicles this duration and distance matrix applies.
         If empty, this applies to all vehicles, and there can only be a single
         matrix.
        
         Each vehicle start must match exactly one matrix, i.e. exactly one of
         their `start_tags` field must match the `vehicle_start_tag` of a matrix
         (and of that matrix only).
        
         All matrices must have a different `vehicle_start_tag`.
         
        string vehicle_start_tag = 2;
        Parameters:
        value - The bytes for vehicleStartTag to set.
        Returns:
        This builder for chaining.