public static final class ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder extends GeneratedMessage.Builder<ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder> implements ExecuteDashboardQueryResponse.ColumnValue.ValueMetadataOrBuilderProtobuf type
google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.BuilderStatic 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. |
addAllLinks(Iterable<? extends InAppLink> values)
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 |
StringThe 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 |
ByteStringThe bytes of the fieldPaths to add. |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder |
This builder for chaining. |
addLinks(InAppLink value)
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 |
|
addLinks(InAppLink.Builder builderForValue)
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 |
|
addLinks(int index, InAppLink value)
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 |
|
addLinks(int index, InAppLink.Builder builderForValue)
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 |
|
clearFieldPaths()
public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder clearFieldPaths()repeated string field_paths = 2;
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder |
This builder for chaining. |
clearLinks()
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 |
|
getFieldPaths(int index)
public String getFieldPaths(int index)repeated string field_paths = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe 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 |
intThe 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. |
getLinks(int index)
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 |
|
getLinksList()
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| 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 |
|
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 |
|
removeLinks(int index)
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 |
intThe index to set the value at. |
value |
StringThe fieldPaths to set. |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder |
This builder for chaining. |
setLinks(int index, InAppLink value)
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 |
|
setLinks(int index, InAppLink.Builder builderForValue)
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 |
|