Send feedback
Class ColumnSpec.CorrelatedColumn.Builder (2.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.3.1 keyboard_arrow_down
public static final class ColumnSpec . CorrelatedColumn . Builder extends GeneratedMessageV3 . Builder<ColumnSpec . CorrelatedColumn . Builder > implements ColumnSpec . CorrelatedColumnOrBuilder
Identifies the table's column, and its correlation with the column this
ColumnSpec describes.
Protobuf type google.cloud.automl.v1beta1.ColumnSpec.CorrelatedColumn
Static Methods
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
public ColumnSpec . CorrelatedColumn . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public ColumnSpec . CorrelatedColumn build ()
Returns
public ColumnSpec . CorrelatedColumn buildPartial ()
Returns
public ColumnSpec . CorrelatedColumn . Builder clear ()
Returns
Overrides
public ColumnSpec . CorrelatedColumn . Builder clearColumnSpecId ()
The column_spec_id of the correlated column, which belongs to the same
table as the in-context column.
string column_spec_id = 1;
Returns
public ColumnSpec . CorrelatedColumn . Builder clearCorrelationStats ()
Correlation between this and the in-context column.
.google.cloud.automl.v1beta1.CorrelationStats correlation_stats = 2;
Returns
public ColumnSpec . CorrelatedColumn . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
public ColumnSpec . CorrelatedColumn . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
public ColumnSpec . CorrelatedColumn . Builder clone ()
Returns
Overrides
public String getColumnSpecId ()
The column_spec_id of the correlated column, which belongs to the same
table as the in-context column.
string column_spec_id = 1;
Returns
Type Description String The columnSpecId.
public ByteString getColumnSpecIdBytes ()
The column_spec_id of the correlated column, which belongs to the same
table as the in-context column.
string column_spec_id = 1;
Returns
Type Description ByteString The bytes for columnSpecId.
public CorrelationStats getCorrelationStats ()
Correlation between this and the in-context column.
.google.cloud.automl.v1beta1.CorrelationStats correlation_stats = 2;
Returns
public CorrelationStats . Builder getCorrelationStatsBuilder ()
Correlation between this and the in-context column.
.google.cloud.automl.v1beta1.CorrelationStats correlation_stats = 2;
Returns
public CorrelationStatsOrBuilder getCorrelationStatsOrBuilder ()
Correlation between this and the in-context column.
.google.cloud.automl.v1beta1.CorrelationStats correlation_stats = 2;
Returns
public ColumnSpec . CorrelatedColumn getDefaultInstanceForType ()
Returns
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
public boolean hasCorrelationStats ()
Correlation between this and the in-context column.
.google.cloud.automl.v1beta1.CorrelationStats correlation_stats = 2;
Returns
Type Description boolean Whether the correlationStats field is set.
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public ColumnSpec . CorrelatedColumn . Builder mergeCorrelationStats ( CorrelationStats value )
Correlation between this and the in-context column.
.google.cloud.automl.v1beta1.CorrelationStats correlation_stats = 2;
Parameter
Returns
public ColumnSpec . CorrelatedColumn . Builder mergeFrom ( ColumnSpec . CorrelatedColumn other )
Parameter
Returns
public ColumnSpec . CorrelatedColumn . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
public ColumnSpec . CorrelatedColumn . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
public final ColumnSpec . CorrelatedColumn . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
public ColumnSpec . CorrelatedColumn . Builder setColumnSpecId ( String value )
The column_spec_id of the correlated column, which belongs to the same
table as the in-context column.
string column_spec_id = 1;
Parameter
Name Description value String
The columnSpecId to set.
Returns
public ColumnSpec . CorrelatedColumn . Builder setColumnSpecIdBytes ( ByteString value )
The column_spec_id of the correlated column, which belongs to the same
table as the in-context column.
string column_spec_id = 1;
Parameter
Name Description value ByteString
The bytes for columnSpecId to set.
Returns
public ColumnSpec . CorrelatedColumn . Builder setCorrelationStats ( CorrelationStats value )
Correlation between this and the in-context column.
.google.cloud.automl.v1beta1.CorrelationStats correlation_stats = 2;
Parameter
Returns
public ColumnSpec . CorrelatedColumn . Builder setCorrelationStats ( CorrelationStats . Builder builderForValue )
Correlation between this and the in-context column.
.google.cloud.automl.v1beta1.CorrelationStats correlation_stats = 2;
Parameter
Returns
public ColumnSpec . CorrelatedColumn . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public ColumnSpec . CorrelatedColumn . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
public final ColumnSpec . CorrelatedColumn . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]