Class ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder (0.31.0)

public static final class ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder extends GeneratedMessage.Builder<ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder> implements ExecuteDashboardQueryResponse.ColumnValue.ValueMetadataOrBuilder

Protobuf type google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata

Inheritance

java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllFieldPaths(Iterable<String> values)

public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder addAllFieldPaths(Iterable<String> values)

repeated string field_paths = 2;

Parameter
Name Description
values Iterable<String>

The fieldPaths to add.

Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder

This builder for chaining.

public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder addAllLinks(Iterable<? extends InAppLink> values)

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.chronicle.v1.InAppLink>
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder

addFieldPaths(String value)

public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder addFieldPaths(String value)

repeated string field_paths = 2;

Parameter
Name Description
value String

The fieldPaths to add.

Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder

This builder for chaining.

addFieldPathsBytes(ByteString value)

public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder addFieldPathsBytes(ByteString value)

repeated string field_paths = 2;

Parameter
Name Description
value ByteString

The bytes of the fieldPaths to add.

Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder

This builder for chaining.

public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder addLinks(InAppLink value)

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Parameter
Name Description
value InAppLink
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder
public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder addLinks(InAppLink.Builder builderForValue)

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Parameter
Name Description
builderForValue InAppLink.Builder
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder
public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder addLinks(int index, InAppLink value)

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Parameters
Name Description
index int
value InAppLink
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder
public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder addLinks(int index, InAppLink.Builder builderForValue)

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Parameters
Name Description
index int
builderForValue InAppLink.Builder
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder

addLinksBuilder()

public InAppLink.Builder addLinksBuilder()

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Returns
Type Description
InAppLink.Builder

addLinksBuilder(int index)

public InAppLink.Builder addLinksBuilder(int index)

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Parameter
Name Description
index int
Returns
Type Description
InAppLink.Builder

build()

public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata build()
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata

buildPartial()

public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata buildPartial()
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata

clear()

public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder clear()
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder
Overrides

clearFieldPaths()

public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder clearFieldPaths()

repeated string field_paths = 2;

Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder

This builder for chaining.

public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder clearLinks()

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder

clearTimestampVal()

public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder clearTimestampVal()

Timestamp value to store the timestamp for the case of the date and time data type.

.google.protobuf.Timestamp timestamp_val = 3;

Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder

getDefaultInstanceForType()

public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata getDefaultInstanceForType()
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFieldPaths(int index)

public String getFieldPaths(int index)

repeated string field_paths = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The fieldPaths at the given index.

getFieldPathsBytes(int index)

public ByteString getFieldPathsBytes(int index)

repeated string field_paths = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the fieldPaths at the given index.

getFieldPathsCount()

public int getFieldPathsCount()

repeated string field_paths = 2;

Returns
Type Description
int

The count of fieldPaths.

getFieldPathsList()

public ProtocolStringList getFieldPathsList()

repeated string field_paths = 2;

Returns
Type Description
ProtocolStringList

A list containing the fieldPaths.

public InAppLink getLinks(int index)

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Parameter
Name Description
index int
Returns
Type Description
InAppLink

getLinksBuilder(int index)

public InAppLink.Builder getLinksBuilder(int index)

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Parameter
Name Description
index int
Returns
Type Description
InAppLink.Builder

getLinksBuilderList()

public List<InAppLink.Builder> getLinksBuilderList()

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Returns
Type Description
List<Builder>

getLinksCount()

public int getLinksCount()

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Returns
Type Description
int
public List<InAppLink> getLinksList()

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Returns
Type Description
List<InAppLink>

getLinksOrBuilder(int index)

public InAppLinkOrBuilder getLinksOrBuilder(int index)

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Parameter
Name Description
index int
Returns
Type Description
InAppLinkOrBuilder

getLinksOrBuilderList()

public List<? extends InAppLinkOrBuilder> getLinksOrBuilderList()

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Returns
Type Description
List<? extends com.google.cloud.chronicle.v1.InAppLinkOrBuilder>

getTimestampVal()

public Timestamp getTimestampVal()

Timestamp value to store the timestamp for the case of the date and time data type.

.google.protobuf.Timestamp timestamp_val = 3;

Returns
Type Description
Timestamp

The timestampVal.

getTimestampValBuilder()

public Timestamp.Builder getTimestampValBuilder()

Timestamp value to store the timestamp for the case of the date and time data type.

.google.protobuf.Timestamp timestamp_val = 3;

Returns
Type Description
Builder

getTimestampValOrBuilder()

public TimestampOrBuilder getTimestampValOrBuilder()

Timestamp value to store the timestamp for the case of the date and time data type.

.google.protobuf.Timestamp timestamp_val = 3;

Returns
Type Description
TimestampOrBuilder

hasTimestampVal()

public boolean hasTimestampVal()

Timestamp value to store the timestamp for the case of the date and time data type.

.google.protobuf.Timestamp timestamp_val = 3;

Returns
Type Description
boolean

Whether the timestampVal field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata other)

public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder mergeFrom(ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata other)
Parameter
Name Description
other ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder
Overrides

mergeTimestampVal(Timestamp value)

public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder mergeTimestampVal(Timestamp value)

Timestamp value to store the timestamp for the case of the date and time data type.

.google.protobuf.Timestamp timestamp_val = 3;

Parameter
Name Description
value Timestamp
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder
public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder removeLinks(int index)

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Parameter
Name Description
index int
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder

setFieldPaths(int index, String value)

public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder setFieldPaths(int index, String value)

repeated string field_paths = 2;

Parameters
Name Description
index int

The index to set the value at.

value String

The fieldPaths to set.

Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder

This builder for chaining.

public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder setLinks(int index, InAppLink value)

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Parameters
Name Description
index int
value InAppLink
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder
public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder setLinks(int index, InAppLink.Builder builderForValue)

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Parameters
Name Description
index int
builderForValue InAppLink.Builder
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder

setTimestampVal(Timestamp value)

public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder setTimestampVal(Timestamp value)

Timestamp value to store the timestamp for the case of the date and time data type.

.google.protobuf.Timestamp timestamp_val = 3;

Parameter
Name Description
value Timestamp
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder

setTimestampVal(Timestamp.Builder builderForValue)

public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder setTimestampVal(Timestamp.Builder builderForValue)

Timestamp value to store the timestamp for the case of the date and time data type.

.google.protobuf.Timestamp timestamp_val = 3;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder