- 3.57.0 (latest)
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.1
- 3.5.1
- 3.3.1
public static final class Column.Builder extends GeneratedMessageV3.Builder<Column.Builder> implements ColumnOrBuilder
The 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()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Column.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Column.Builder |
build()
public Column build()
Returns | |
---|---|
Type | Description |
Column |
buildPartial()
public Column buildPartial()
Returns | |
---|---|
Type | Description |
Column |
clear()
public Column.Builder clear()
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
Column.Builder | This builder for chaining. |
clearDisplayName()
public Column.Builder clearDisplayName()
The column's display name.
string display_name = 2;
Returns | |
---|---|
Type | Description |
Column.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Column.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
Column.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Column.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
Column.Builder |
clone()
public Column.Builder clone()
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for dataType. |
getDefaultInstanceForType()
public Column getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Column |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getDisplayName()
public String getDisplayName()
The column's display name.
string display_name = 2;
Returns | |
---|---|
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
The column's display name.
string display_name = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for displayName. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(Column other)
public Column.Builder mergeFrom(Column other)
Parameter | |
---|---|
Name | Description |
other | Column |
Returns | |
---|---|
Type | Description |
Column.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Column.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Column.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Column.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
Column.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Column.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value | String The columnId to set. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for columnId to set. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value | Column.DataType The dataType to set. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value | int The enum numeric value on the wire for dataType to set. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value | String The displayName to set. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for displayName to set. |
Returns | |
---|---|
Type | Description |
Column.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Column.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Column.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Column.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
Column.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Column.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Column.Builder |