public static final class HistogramQuery.Builder extends GeneratedMessage.Builder<HistogramQuery.Builder> implements HistogramQueryOrBuilderThe histogram request.
Protobuf type google.cloud.talent.v4beta1.HistogramQuery
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > HistogramQuery.BuilderImplements
HistogramQueryOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public HistogramQuery build()| Returns | |
|---|---|
| Type | Description |
HistogramQuery |
|
buildPartial()
public HistogramQuery buildPartial()| Returns | |
|---|---|
| Type | Description |
HistogramQuery |
|
clear()
public HistogramQuery.Builder clear()| Returns | |
|---|---|
| Type | Description |
HistogramQuery.Builder |
|
clearHistogramQuery()
public HistogramQuery.Builder clearHistogramQuery()An expression specifies a histogram request against matching resources (for example, jobs, profiles) for searches.
See SearchJobsRequest.histogram_queries and SearchProfilesRequest.histogram_queries for details about syntax.
string histogram_query = 1;
| Returns | |
|---|---|
| Type | Description |
HistogramQuery.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public HistogramQuery getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
HistogramQuery |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getHistogramQuery()
public String getHistogramQuery()An expression specifies a histogram request against matching resources (for example, jobs, profiles) for searches.
See SearchJobsRequest.histogram_queries and SearchProfilesRequest.histogram_queries for details about syntax.
string histogram_query = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The histogramQuery. |
getHistogramQueryBytes()
public ByteString getHistogramQueryBytes()An expression specifies a histogram request against matching resources (for example, jobs, profiles) for searches.
See SearchJobsRequest.histogram_queries and SearchProfilesRequest.histogram_queries for details about syntax.
string histogram_query = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for histogramQuery. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(HistogramQuery other)
public HistogramQuery.Builder mergeFrom(HistogramQuery other)| Parameter | |
|---|---|
| Name | Description |
other |
HistogramQuery |
| Returns | |
|---|---|
| Type | Description |
HistogramQuery.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public HistogramQuery.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
HistogramQuery.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public HistogramQuery.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
HistogramQuery.Builder |
|
setHistogramQuery(String value)
public HistogramQuery.Builder setHistogramQuery(String value)An expression specifies a histogram request against matching resources (for example, jobs, profiles) for searches.
See SearchJobsRequest.histogram_queries and SearchProfilesRequest.histogram_queries for details about syntax.
string histogram_query = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe histogramQuery to set. |
| Returns | |
|---|---|
| Type | Description |
HistogramQuery.Builder |
This builder for chaining. |
setHistogramQueryBytes(ByteString value)
public HistogramQuery.Builder setHistogramQueryBytes(ByteString value)An expression specifies a histogram request against matching resources (for example, jobs, profiles) for searches.
See SearchJobsRequest.histogram_queries and SearchProfilesRequest.histogram_queries for details about syntax.
string histogram_query = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for histogramQuery to set. |
| Returns | |
|---|---|
| Type | Description |
HistogramQuery.Builder |
This builder for chaining. |