Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.algorithms.SetCoverProto.Builder Class Reference
Inheritance diagram for com.google.ortools.algorithms.SetCoverProto.Builder:
com.google.ortools.algorithms.SetCoverProtoOrBuilder

Public Member Functions

Builder clear ()
 
com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
 
com.google.ortools.algorithms.SetCoverProto getDefaultInstanceForType ()
 
com.google.ortools.algorithms.SetCoverProto build ()
 
com.google.ortools.algorithms.SetCoverProto buildPartial ()
 
Builder clone ()
 
Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
 
Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)
 
Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
 
Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
 
Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
 
Builder mergeFrom (com.google.protobuf.Message other)
 
Builder mergeFrom (com.google.ortools.algorithms.SetCoverProto other)
 
final boolean isInitialized ()
 
Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
java.util.List< com.google.ortools.algorithms.SetCoverProto.SubsetgetSubsetList ()
 
int getSubsetCount ()
 
com.google.ortools.algorithms.SetCoverProto.Subset getSubset (int index)
 
Builder setSubset (int index, com.google.ortools.algorithms.SetCoverProto.Subset value)
 
Builder setSubset (int index, com.google.ortools.algorithms.SetCoverProto.Subset.Builder builderForValue)
 
Builder addSubset (com.google.ortools.algorithms.SetCoverProto.Subset value)
 
Builder addSubset (int index, com.google.ortools.algorithms.SetCoverProto.Subset value)
 
Builder addSubset (com.google.ortools.algorithms.SetCoverProto.Subset.Builder builderForValue)
 
Builder addSubset (int index, com.google.ortools.algorithms.SetCoverProto.Subset.Builder builderForValue)
 
Builder addAllSubset (java.lang.Iterable<? extends com.google.ortools.algorithms.SetCoverProto.Subset > values)
 
Builder clearSubset ()
 
Builder removeSubset (int index)
 
com.google.ortools.algorithms.SetCoverProto.Subset.Builder getSubsetBuilder (int index)
 
com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder getSubsetOrBuilder (int index)
 
java.util.List<? extends com.google.ortools.algorithms.SetCoverProto.SubsetOrBuildergetSubsetOrBuilderList ()
 
com.google.ortools.algorithms.SetCoverProto.Subset.Builder addSubsetBuilder ()
 
com.google.ortools.algorithms.SetCoverProto.Subset.Builder addSubsetBuilder (int index)
 
java.util.List< com.google.ortools.algorithms.SetCoverProto.Subset.BuildergetSubsetBuilderList ()
 
boolean hasName ()
 
java.lang.String getName ()
 
com.google.protobuf.ByteString getNameBytes ()
 
Builder setName (java.lang.String value)
 
Builder clearName ()
 
Builder setNameBytes (com.google.protobuf.ByteString value)
 
boolean hasFingerprint ()
 
com.google.ortools.util.Int128 getFingerprint ()
 
Builder setFingerprint (com.google.ortools.util.Int128 value)
 
Builder setFingerprint (com.google.ortools.util.Int128.Builder builderForValue)
 
Builder mergeFingerprint (com.google.ortools.util.Int128 value)
 
Builder clearFingerprint ()
 
com.google.ortools.util.Int128.Builder getFingerprintBuilder ()
 
com.google.ortools.util.Int128OrBuilder getFingerprintOrBuilder ()
 
final Builder setUnknownFields (final com.google.protobuf.UnknownFieldSet unknownFields)
 
final Builder mergeUnknownFields (final com.google.protobuf.UnknownFieldSet unknownFields)
 

Static Public Member Functions

static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
 

Protected Member Functions

com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable ()
 

Detailed Description

Protobuf type operations_research.SetCoverProto

Definition at line 1180 of file SetCoverProto.java.

Member Function Documentation

◆ addAllSubset()

Builder com.google.ortools.algorithms.SetCoverProto.Builder.addAllSubset ( java.lang.Iterable<? extends com.google.ortools.algorithms.SetCoverProto.Subset > values)
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Definition at line 1614 of file SetCoverProto.java.

◆ addRepeatedField()

Builder com.google.ortools.algorithms.SetCoverProto.Builder.addRepeatedField ( com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value )

Definition at line 1318 of file SetCoverProto.java.

◆ addSubset() [1/4]

Builder com.google.ortools.algorithms.SetCoverProto.Builder.addSubset ( com.google.ortools.algorithms.SetCoverProto.Subset value)
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Definition at line 1537 of file SetCoverProto.java.

◆ addSubset() [2/4]

Builder com.google.ortools.algorithms.SetCoverProto.Builder.addSubset ( com.google.ortools.algorithms.SetCoverProto.Subset.Builder builderForValue)
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Definition at line 1578 of file SetCoverProto.java.

◆ addSubset() [3/4]

Builder com.google.ortools.algorithms.SetCoverProto.Builder.addSubset ( int index,
com.google.ortools.algorithms.SetCoverProto.Subset value )
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Definition at line 1557 of file SetCoverProto.java.

◆ addSubset() [4/4]

Builder com.google.ortools.algorithms.SetCoverProto.Builder.addSubset ( int index,
com.google.ortools.algorithms.SetCoverProto.Subset.Builder builderForValue )
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Definition at line 1596 of file SetCoverProto.java.

◆ addSubsetBuilder() [1/2]

com.google.ortools.algorithms.SetCoverProto.Subset.Builder com.google.ortools.algorithms.SetCoverProto.Builder.addSubsetBuilder ( )
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Definition at line 1707 of file SetCoverProto.java.

◆ addSubsetBuilder() [2/2]

com.google.ortools.algorithms.SetCoverProto.Subset.Builder com.google.ortools.algorithms.SetCoverProto.Builder.addSubsetBuilder ( int index)
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Definition at line 1718 of file SetCoverProto.java.

◆ build()

com.google.ortools.algorithms.SetCoverProto com.google.ortools.algorithms.SetCoverProto.Builder.build ( )

Definition at line 1246 of file SetCoverProto.java.

◆ buildPartial()

com.google.ortools.algorithms.SetCoverProto com.google.ortools.algorithms.SetCoverProto.Builder.buildPartial ( )

Definition at line 1255 of file SetCoverProto.java.

◆ clear()

Builder com.google.ortools.algorithms.SetCoverProto.Builder.clear ( )

Definition at line 1215 of file SetCoverProto.java.

◆ clearField()

Builder com.google.ortools.algorithms.SetCoverProto.Builder.clearField ( com.google.protobuf.Descriptors.FieldDescriptor field)

Definition at line 1302 of file SetCoverProto.java.

◆ clearFingerprint()

Builder com.google.ortools.algorithms.SetCoverProto.Builder.clearFingerprint ( )
An automatically fingerprint for the model. TODO(user): Implement.

optional .operations_research.Int128 fingerprint = 3;

Definition at line 1951 of file SetCoverProto.java.

◆ clearName()

Builder com.google.ortools.algorithms.SetCoverProto.Builder.clearName ( )
A user-defined name for the model.

optional string name = 2;

Returns
This builder for chaining.

Definition at line 1827 of file SetCoverProto.java.

◆ clearOneof()

Builder com.google.ortools.algorithms.SetCoverProto.Builder.clearOneof ( com.google.protobuf.Descriptors.OneofDescriptor oneof)

Definition at line 1307 of file SetCoverProto.java.

◆ clearSubset()

Builder com.google.ortools.algorithms.SetCoverProto.Builder.clearSubset ( )
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Definition at line 1633 of file SetCoverProto.java.

◆ clone()

Builder com.google.ortools.algorithms.SetCoverProto.Builder.clone ( )

Definition at line 1292 of file SetCoverProto.java.

◆ getDefaultInstanceForType()

com.google.ortools.algorithms.SetCoverProto com.google.ortools.algorithms.SetCoverProto.Builder.getDefaultInstanceForType ( )

Definition at line 1241 of file SetCoverProto.java.

◆ getDescriptor()

static final com.google.protobuf.Descriptors.Descriptor com.google.ortools.algorithms.SetCoverProto.Builder.getDescriptor ( )
static

Definition at line 1185 of file SetCoverProto.java.

◆ getDescriptorForType()

com.google.protobuf.Descriptors.Descriptor com.google.ortools.algorithms.SetCoverProto.Builder.getDescriptorForType ( )

Definition at line 1236 of file SetCoverProto.java.

◆ getFingerprint()

com.google.ortools.util.Int128 com.google.ortools.algorithms.SetCoverProto.Builder.getFingerprint ( )
An automatically fingerprint for the model. TODO(user): Implement.

optional .operations_research.Int128 fingerprint = 3;

Returns
The fingerprint.

Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.

Definition at line 1874 of file SetCoverProto.java.

◆ getFingerprintBuilder()

com.google.ortools.util.Int128.Builder com.google.ortools.algorithms.SetCoverProto.Builder.getFingerprintBuilder ( )
An automatically fingerprint for the model. TODO(user): Implement.

optional .operations_research.Int128 fingerprint = 3;

Definition at line 1968 of file SetCoverProto.java.

◆ getFingerprintOrBuilder()

com.google.ortools.util.Int128OrBuilder com.google.ortools.algorithms.SetCoverProto.Builder.getFingerprintOrBuilder ( )
An automatically fingerprint for the model. TODO(user): Implement.

optional .operations_research.Int128 fingerprint = 3;

Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.

Definition at line 1980 of file SetCoverProto.java.

◆ getName()

java.lang.String com.google.ortools.algorithms.SetCoverProto.Builder.getName ( )
A user-defined name for the model.

optional string name = 2;

Returns
The name.

Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.

Definition at line 1769 of file SetCoverProto.java.

◆ getNameBytes()

com.google.protobuf.ByteString com.google.ortools.algorithms.SetCoverProto.Builder.getNameBytes ( )
A user-defined name for the model.

optional string name = 2;

Returns
The bytes for name.

Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.

Definition at line 1790 of file SetCoverProto.java.

◆ getSubset()

com.google.ortools.algorithms.SetCoverProto.Subset com.google.ortools.algorithms.SetCoverProto.Builder.getSubset ( int index)
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.

Definition at line 1484 of file SetCoverProto.java.

◆ getSubsetBuilder()

com.google.ortools.algorithms.SetCoverProto.Subset.Builder com.google.ortools.algorithms.SetCoverProto.Builder.getSubsetBuilder ( int index)
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Definition at line 1667 of file SetCoverProto.java.

◆ getSubsetBuilderList()

java.util.List< com.google.ortools.algorithms.SetCoverProto.Subset.Builder > com.google.ortools.algorithms.SetCoverProto.Builder.getSubsetBuilderList ( )
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Definition at line 1731 of file SetCoverProto.java.

◆ getSubsetCount()

int com.google.ortools.algorithms.SetCoverProto.Builder.getSubsetCount ( )
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.

Definition at line 1470 of file SetCoverProto.java.

◆ getSubsetList()

java.util.List< com.google.ortools.algorithms.SetCoverProto.Subset > com.google.ortools.algorithms.SetCoverProto.Builder.getSubsetList ( )
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.

Definition at line 1456 of file SetCoverProto.java.

◆ getSubsetOrBuilder()

com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder com.google.ortools.algorithms.SetCoverProto.Builder.getSubsetOrBuilder ( int index)
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.

Definition at line 1678 of file SetCoverProto.java.

◆ getSubsetOrBuilderList()

java.util.List<? extends com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder > com.google.ortools.algorithms.SetCoverProto.Builder.getSubsetOrBuilderList ( )
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.

Definition at line 1693 of file SetCoverProto.java.

◆ hasFingerprint()

boolean com.google.ortools.algorithms.SetCoverProto.Builder.hasFingerprint ( )
An automatically fingerprint for the model. TODO(user): Implement.

optional .operations_research.Int128 fingerprint = 3;

Returns
Whether the fingerprint field is set.

Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.

Definition at line 1863 of file SetCoverProto.java.

◆ hasName()

boolean com.google.ortools.algorithms.SetCoverProto.Builder.hasName ( )
A user-defined name for the model.

optional string name = 2;

Returns
Whether the name field is set.

Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.

Definition at line 1758 of file SetCoverProto.java.

◆ internalGetFieldAccessorTable()

com.google.protobuf.GeneratedMessageV3.FieldAccessorTable com.google.ortools.algorithms.SetCoverProto.Builder.internalGetFieldAccessorTable ( )
protected

Definition at line 1191 of file SetCoverProto.java.

◆ isInitialized()

final boolean com.google.ortools.algorithms.SetCoverProto.Builder.isInitialized ( )

Definition at line 1375 of file SetCoverProto.java.

◆ mergeFingerprint()

Builder com.google.ortools.algorithms.SetCoverProto.Builder.mergeFingerprint ( com.google.ortools.util.Int128 value)
An automatically fingerprint for the model. TODO(user): Implement.

optional .operations_research.Int128 fingerprint = 3;

Definition at line 1926 of file SetCoverProto.java.

◆ mergeFrom() [1/3]

Builder com.google.ortools.algorithms.SetCoverProto.Builder.mergeFrom ( com.google.ortools.algorithms.SetCoverProto other)

Definition at line 1333 of file SetCoverProto.java.

◆ mergeFrom() [2/3]

Builder com.google.ortools.algorithms.SetCoverProto.Builder.mergeFrom ( com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException

Definition at line 1380 of file SetCoverProto.java.

◆ mergeFrom() [3/3]

Builder com.google.ortools.algorithms.SetCoverProto.Builder.mergeFrom ( com.google.protobuf.Message other)

Definition at line 1324 of file SetCoverProto.java.

◆ mergeUnknownFields()

final Builder com.google.ortools.algorithms.SetCoverProto.Builder.mergeUnknownFields ( final com.google.protobuf.UnknownFieldSet unknownFields)

Definition at line 2015 of file SetCoverProto.java.

◆ removeSubset()

Builder com.google.ortools.algorithms.SetCoverProto.Builder.removeSubset ( int index)
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Definition at line 1650 of file SetCoverProto.java.

◆ setField()

Builder com.google.ortools.algorithms.SetCoverProto.Builder.setField ( com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value )

Definition at line 1296 of file SetCoverProto.java.

◆ setFingerprint() [1/2]

Builder com.google.ortools.algorithms.SetCoverProto.Builder.setFingerprint ( com.google.ortools.util.Int128 value)
An automatically fingerprint for the model. TODO(user): Implement.

optional .operations_research.Int128 fingerprint = 3;

Definition at line 1888 of file SetCoverProto.java.

◆ setFingerprint() [2/2]

Builder com.google.ortools.algorithms.SetCoverProto.Builder.setFingerprint ( com.google.ortools.util.Int128.Builder builderForValue)
An automatically fingerprint for the model. TODO(user): Implement.

optional .operations_research.Int128 fingerprint = 3;

Definition at line 1908 of file SetCoverProto.java.

◆ setName()

Builder com.google.ortools.algorithms.SetCoverProto.Builder.setName ( java.lang.String value)
A user-defined name for the model.

optional string name = 2;

Parameters
valueThe name to set.
Returns
This builder for chaining.

Definition at line 1811 of file SetCoverProto.java.

◆ setNameBytes()

Builder com.google.ortools.algorithms.SetCoverProto.Builder.setNameBytes ( com.google.protobuf.ByteString value)
A user-defined name for the model.

optional string name = 2;

Parameters
valueThe bytes for name to set.
Returns
This builder for chaining.

Definition at line 1842 of file SetCoverProto.java.

◆ setRepeatedField()

Builder com.google.ortools.algorithms.SetCoverProto.Builder.setRepeatedField ( com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value )

Definition at line 1312 of file SetCoverProto.java.

◆ setSubset() [1/2]

Builder com.google.ortools.algorithms.SetCoverProto.Builder.setSubset ( int index,
com.google.ortools.algorithms.SetCoverProto.Subset value )
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Definition at line 1498 of file SetCoverProto.java.

◆ setSubset() [2/2]

Builder com.google.ortools.algorithms.SetCoverProto.Builder.setSubset ( int index,
com.google.ortools.algorithms.SetCoverProto.Subset.Builder builderForValue )
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Definition at line 1519 of file SetCoverProto.java.

◆ setUnknownFields()

final Builder com.google.ortools.algorithms.SetCoverProto.Builder.setUnknownFields ( final com.google.protobuf.UnknownFieldSet unknownFields)

Definition at line 2009 of file SetCoverProto.java.


The documentation for this class was generated from the following file: