public static final class Column.Builder extends GeneratedMessageV3.Builder<Column.Builder> implements ColumnOrBuilderThe definition of a report column. Specifies the data properties in the corresponding position of the report rows.
Protobuf type google.cloud.channel.v1.Column
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Column.BuilderImplements
ColumnOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Column.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Column.Builder |
build()
public Column build()| Type | Description |
| Column |
buildPartial()
public Column buildPartial()| Type | Description |
| Column |
clear()
public Column.Builder clear()| Type | Description |
| Column.Builder |
clearColumnId()
public Column.Builder clearColumnId()The unique name of the column (for example, customer_domain, channel_partner, customer_cost). You can use column IDs in RunReportJobRequest.filter. To see all reports and their columns, call CloudChannelReportsService.ListReports.
string column_id = 1;
| Type | Description |
| Column.Builder | This builder for chaining. |
clearDataType()
public Column.Builder clearDataType()The type of the values for this column.
.google.cloud.channel.v1.Column.DataType data_type = 3;
| Type | Description |
| Column.Builder | This builder for chaining. |
clearDisplayName()
public Column.Builder clearDisplayName()The column's display name.
string display_name = 2;
| Type | Description |
| Column.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Column.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| Column.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Column.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| Column.Builder |
clone()
public Column.Builder clone()| Type | Description |
| Column.Builder |
getColumnId()
public String getColumnId()The unique name of the column (for example, customer_domain, channel_partner, customer_cost). You can use column IDs in RunReportJobRequest.filter. To see all reports and their columns, call CloudChannelReportsService.ListReports.
string column_id = 1;
| Type | Description |
| String | The columnId. |
getColumnIdBytes()
public ByteString getColumnIdBytes()The unique name of the column (for example, customer_domain, channel_partner, customer_cost). You can use column IDs in RunReportJobRequest.filter. To see all reports and their columns, call CloudChannelReportsService.ListReports.
string column_id = 1;
| Type | Description |
| ByteString | The bytes for columnId. |
getDataType()
public Column.DataType getDataType()The type of the values for this column.
.google.cloud.channel.v1.Column.DataType data_type = 3;
| Type | Description |
| Column.DataType | The dataType. |
getDataTypeValue()
public int getDataTypeValue()The type of the values for this column.
.google.cloud.channel.v1.Column.DataType data_type = 3;
| Type | Description |
| int | The enum numeric value on the wire for dataType. |
getDefaultInstanceForType()
public Column getDefaultInstanceForType()| Type | Description |
| Column |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getDisplayName()
public String getDisplayName()The column's display name.
string display_name = 2;
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()The column's display name.
string display_name = 2;
| Type | Description |
| ByteString | The bytes for displayName. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(Column other)
public Column.Builder mergeFrom(Column other)| Name | Description |
| other | Column |
| Type | Description |
| Column.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Column.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| Column.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public Column.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| Column.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Column.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Column.Builder |
setColumnId(String value)
public Column.Builder setColumnId(String value)The unique name of the column (for example, customer_domain, channel_partner, customer_cost). You can use column IDs in RunReportJobRequest.filter. To see all reports and their columns, call CloudChannelReportsService.ListReports.
string column_id = 1;
| Name | Description |
| value | StringThe columnId to set. |
| Type | Description |
| Column.Builder | This builder for chaining. |
setColumnIdBytes(ByteString value)
public Column.Builder setColumnIdBytes(ByteString value)The unique name of the column (for example, customer_domain, channel_partner, customer_cost). You can use column IDs in RunReportJobRequest.filter. To see all reports and their columns, call CloudChannelReportsService.ListReports.
string column_id = 1;
| Name | Description |
| value | ByteStringThe bytes for columnId to set. |
| Type | Description |
| Column.Builder | This builder for chaining. |
setDataType(Column.DataType value)
public Column.Builder setDataType(Column.DataType value)The type of the values for this column.
.google.cloud.channel.v1.Column.DataType data_type = 3;
| Name | Description |
| value | Column.DataTypeThe dataType to set. |
| Type | Description |
| Column.Builder | This builder for chaining. |
setDataTypeValue(int value)
public Column.Builder setDataTypeValue(int value)The type of the values for this column.
.google.cloud.channel.v1.Column.DataType data_type = 3;
| Name | Description |
| value | intThe enum numeric value on the wire for dataType to set. |
| Type | Description |
| Column.Builder | This builder for chaining. |
setDisplayName(String value)
public Column.Builder setDisplayName(String value)The column's display name.
string display_name = 2;
| Name | Description |
| value | StringThe displayName to set. |
| Type | Description |
| Column.Builder | This builder for chaining. |
setDisplayNameBytes(ByteString value)
public Column.Builder setDisplayNameBytes(ByteString value)The column's display name.
string display_name = 2;
| Name | Description |
| value | ByteStringThe bytes for displayName to set. |
| Type | Description |
| Column.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Column.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Column.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Column.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| Column.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Column.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Column.Builder |