publicstaticfinalclass InputConfig.BuilderextendsGeneratedMessageV3.Builder<InputConfig.Builder>implementsInputConfigOrBuilder
The desired input location information.
Protobuf type google.cloud.optimization.v1.InputConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
publicInputConfig.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
publicInputConfigbuildPartial()
publicInputConfig.Builderclear()
Overrides
publicInputConfig.BuilderclearDataFormat()
The input data format that used to store the model in Cloud Storage.
.google.cloud.optimization.v1.DataFormat data_format = 2;
publicInputConfig.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
publicInputConfig.BuilderclearGcsSource()
The Google Cloud Storage location to read the input from. This must be a
single file.
.google.cloud.optimization.v1.GcsSource gcs_source = 1;
publicInputConfig.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
publicInputConfig.BuilderclearSource()
publicInputConfig.Builderclone()
Overrides
publicDataFormatgetDataFormat()
The input data format that used to store the model in Cloud Storage.
.google.cloud.optimization.v1.DataFormat data_format = 2;
| Returns |
| Type |
Description |
DataFormat |
The dataFormat.
|
publicintgetDataFormatValue()
The input data format that used to store the model in Cloud Storage.
.google.cloud.optimization.v1.DataFormat data_format = 2;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for dataFormat.
|
publicInputConfiggetDefaultInstanceForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
publicGcsSourcegetGcsSource()
The Google Cloud Storage location to read the input from. This must be a
single file.
.google.cloud.optimization.v1.GcsSource gcs_source = 1;
| Returns |
| Type |
Description |
GcsSource |
The gcsSource.
|
publicGcsSource.BuildergetGcsSourceBuilder()
The Google Cloud Storage location to read the input from. This must be a
single file.
.google.cloud.optimization.v1.GcsSource gcs_source = 1;
publicGcsSourceOrBuildergetGcsSourceOrBuilder()
The Google Cloud Storage location to read the input from. This must be a
single file.
.google.cloud.optimization.v1.GcsSource gcs_source = 1;
publicInputConfig.SourceCasegetSourceCase()
publicbooleanhasGcsSource()
The Google Cloud Storage location to read the input from. This must be a
single file.
.google.cloud.optimization.v1.GcsSource gcs_source = 1;
| Returns |
| Type |
Description |
boolean |
Whether the gcsSource field is set.
|
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
publicfinalbooleanisInitialized()
Overrides
publicInputConfig.BuildermergeFrom(InputConfigother)
publicInputConfig.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
publicInputConfig.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
publicInputConfig.BuildermergeGcsSource(GcsSourcevalue)
The Google Cloud Storage location to read the input from. This must be a
single file.
.google.cloud.optimization.v1.GcsSource gcs_source = 1;
publicfinalInputConfig.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
publicInputConfig.BuildersetDataFormat(DataFormatvalue)
The input data format that used to store the model in Cloud Storage.
.google.cloud.optimization.v1.DataFormat data_format = 2;
| Parameter |
| Name |
Description |
value |
DataFormat
The dataFormat to set.
|
publicInputConfig.BuildersetDataFormatValue(intvalue)
The input data format that used to store the model in Cloud Storage.
.google.cloud.optimization.v1.DataFormat data_format = 2;
| Parameter |
| Name |
Description |
value |
int
The enum numeric value on the wire for dataFormat to set.
|
publicInputConfig.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
publicInputConfig.BuildersetGcsSource(GcsSourcevalue)
The Google Cloud Storage location to read the input from. This must be a
single file.
.google.cloud.optimization.v1.GcsSource gcs_source = 1;
publicInputConfig.BuildersetGcsSource(GcsSource.BuilderbuilderForValue)
The Google Cloud Storage location to read the input from. This must be a
single file.
.google.cloud.optimization.v1.GcsSource gcs_source = 1;
publicInputConfig.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
publicfinalInputConfig.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides