Class SearchProfilesResponse.Builder (2.2.9)

public static final class SearchProfilesResponse.Builder extends GeneratedMessageV3.Builder<SearchProfilesResponse.Builder> implements SearchProfilesResponseOrBuilder

Response of SearchProfiles method.

Protobuf type google.cloud.talent.v4beta1.SearchProfilesResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllHistogramQueryResults(Iterable<? extends HistogramQueryResult> values)

public SearchProfilesResponse.Builder addAllHistogramQueryResults(Iterable<? extends HistogramQueryResult> values)

The histogram results that match with specified SearchProfilesRequest.histogram_queries.

repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.talent.v4beta1.HistogramQueryResult>
Returns

addAllSummarizedProfiles(Iterable<? extends SummarizedProfile> values)

public SearchProfilesResponse.Builder addAllSummarizedProfiles(Iterable<? extends SummarizedProfile> values)

The profile entities that match the specified SearchProfilesRequest.

repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.talent.v4beta1.SummarizedProfile>
Returns

addHistogramQueryResults(HistogramQueryResult value)

public SearchProfilesResponse.Builder addHistogramQueryResults(HistogramQueryResult value)

The histogram results that match with specified SearchProfilesRequest.histogram_queries.

repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;

Parameter
NameDescription
valueHistogramQueryResult
Returns

addHistogramQueryResults(HistogramQueryResult.Builder builderForValue)

public SearchProfilesResponse.Builder addHistogramQueryResults(HistogramQueryResult.Builder builderForValue)

The histogram results that match with specified SearchProfilesRequest.histogram_queries.

repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;

Parameter
NameDescription
builderForValueHistogramQueryResult.Builder
Returns

addHistogramQueryResults(int index, HistogramQueryResult value)

public SearchProfilesResponse.Builder addHistogramQueryResults(int index, HistogramQueryResult value)

The histogram results that match with specified SearchProfilesRequest.histogram_queries.

repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;

Parameters
NameDescription
indexint
valueHistogramQueryResult
Returns

addHistogramQueryResults(int index, HistogramQueryResult.Builder builderForValue)

public SearchProfilesResponse.Builder addHistogramQueryResults(int index, HistogramQueryResult.Builder builderForValue)

The histogram results that match with specified SearchProfilesRequest.histogram_queries.

repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;

Parameters
NameDescription
indexint
builderForValueHistogramQueryResult.Builder
Returns

addHistogramQueryResultsBuilder()

public HistogramQueryResult.Builder addHistogramQueryResultsBuilder()

The histogram results that match with specified SearchProfilesRequest.histogram_queries.

repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;

Returns

addHistogramQueryResultsBuilder(int index)

public HistogramQueryResult.Builder addHistogramQueryResultsBuilder(int index)

The histogram results that match with specified SearchProfilesRequest.histogram_queries.

repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;

Parameter
NameDescription
indexint
Returns

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SearchProfilesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

addSummarizedProfiles(SummarizedProfile value)

public SearchProfilesResponse.Builder addSummarizedProfiles(SummarizedProfile value)

The profile entities that match the specified SearchProfilesRequest.

repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;

Parameter
NameDescription
valueSummarizedProfile
Returns

addSummarizedProfiles(SummarizedProfile.Builder builderForValue)

public SearchProfilesResponse.Builder addSummarizedProfiles(SummarizedProfile.Builder builderForValue)

The profile entities that match the specified SearchProfilesRequest.

repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;

Parameter
NameDescription
builderForValueSummarizedProfile.Builder
Returns

addSummarizedProfiles(int index, SummarizedProfile value)

public SearchProfilesResponse.Builder addSummarizedProfiles(int index, SummarizedProfile value)

The profile entities that match the specified SearchProfilesRequest.

repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;

Parameters
NameDescription
indexint
valueSummarizedProfile
Returns

addSummarizedProfiles(int index, SummarizedProfile.Builder builderForValue)

public SearchProfilesResponse.Builder addSummarizedProfiles(int index, SummarizedProfile.Builder builderForValue)

The profile entities that match the specified SearchProfilesRequest.

repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;

Parameters
NameDescription
indexint
builderForValueSummarizedProfile.Builder
Returns

addSummarizedProfilesBuilder()

public SummarizedProfile.Builder addSummarizedProfilesBuilder()

The profile entities that match the specified SearchProfilesRequest.

repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;

Returns

addSummarizedProfilesBuilder(int index)

public SummarizedProfile.Builder addSummarizedProfilesBuilder(int index)

The profile entities that match the specified SearchProfilesRequest.

repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;

Parameter
NameDescription
indexint
Returns

build()

public SearchProfilesResponse build()
Returns
TypeDescription
SearchProfilesResponse

buildPartial()

public SearchProfilesResponse buildPartial()
Returns
TypeDescription
SearchProfilesResponse

clear()

public SearchProfilesResponse.Builder clear()
Returns Overrides

clearEstimatedTotalSize()

public SearchProfilesResponse.Builder clearEstimatedTotalSize()

An estimation of the number of profiles that match the specified query. This number isn't guaranteed to be accurate.

int64 estimated_total_size = 1;

Returns
TypeDescription
SearchProfilesResponse.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public SearchProfilesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns Overrides

clearHistogramQueryResults()

public SearchProfilesResponse.Builder clearHistogramQueryResults()

The histogram results that match with specified SearchProfilesRequest.histogram_queries.

repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;

Returns

clearMetadata()

public SearchProfilesResponse.Builder clearMetadata()

Additional information for the API invocation, such as the request tracking id.

.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;

Returns

clearNextPageToken()

public SearchProfilesResponse.Builder clearNextPageToken()

A token to retrieve the next page of results. This is empty if there are no more results.

string next_page_token = 4;

Returns
TypeDescription
SearchProfilesResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public SearchProfilesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns Overrides

clearResultSetId()

public SearchProfilesResponse.Builder clearResultSetId()

An id that uniquely identifies the result set of a SearchProfiles call for consistent results.

string result_set_id = 7;

Returns
TypeDescription
SearchProfilesResponse.Builder

This builder for chaining.

clearSpellCorrection()

public SearchProfilesResponse.Builder clearSpellCorrection()

The spell checking result, and correction.

.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;

Returns

clearSummarizedProfiles()

public SearchProfilesResponse.Builder clearSummarizedProfiles()

The profile entities that match the specified SearchProfilesRequest.

repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;

Returns

clone()

public SearchProfilesResponse.Builder clone()
Returns Overrides

getDefaultInstanceForType()

public SearchProfilesResponse getDefaultInstanceForType()
Returns
TypeDescription
SearchProfilesResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEstimatedTotalSize()

public long getEstimatedTotalSize()

An estimation of the number of profiles that match the specified query. This number isn't guaranteed to be accurate.

int64 estimated_total_size = 1;

Returns
TypeDescription
long

The estimatedTotalSize.

getHistogramQueryResults(int index)

public HistogramQueryResult getHistogramQueryResults(int index)

The histogram results that match with specified SearchProfilesRequest.histogram_queries.

repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;

Parameter
NameDescription
indexint
Returns
TypeDescription
HistogramQueryResult

getHistogramQueryResultsBuilder(int index)

public HistogramQueryResult.Builder getHistogramQueryResultsBuilder(int index)

The histogram results that match with specified SearchProfilesRequest.histogram_queries.

repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;

Parameter
NameDescription
indexint
Returns

getHistogramQueryResultsBuilderList()

public List<HistogramQueryResult.Builder> getHistogramQueryResultsBuilderList()

The histogram results that match with specified SearchProfilesRequest.histogram_queries.

repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;

Returns
TypeDescription
List<Builder>

getHistogramQueryResultsCount()

public int getHistogramQueryResultsCount()

The histogram results that match with specified SearchProfilesRequest.histogram_queries.

repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;

Returns
TypeDescription
int

getHistogramQueryResultsList()

public List<HistogramQueryResult> getHistogramQueryResultsList()

The histogram results that match with specified SearchProfilesRequest.histogram_queries.

repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;

Returns
TypeDescription
List<HistogramQueryResult>

getHistogramQueryResultsOrBuilder(int index)

public HistogramQueryResultOrBuilder getHistogramQueryResultsOrBuilder(int index)

The histogram results that match with specified SearchProfilesRequest.histogram_queries.

repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;

Parameter
NameDescription
indexint
Returns

getHistogramQueryResultsOrBuilderList()

public List<? extends HistogramQueryResultOrBuilder> getHistogramQueryResultsOrBuilderList()

The histogram results that match with specified SearchProfilesRequest.histogram_queries.

repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;

Returns
TypeDescription
List<? extends com.google.cloud.talent.v4beta1.HistogramQueryResultOrBuilder>

getMetadata()

public ResponseMetadata getMetadata()

Additional information for the API invocation, such as the request tracking id.

.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;

Returns
TypeDescription
ResponseMetadata

The metadata.

getMetadataBuilder()

public ResponseMetadata.Builder getMetadataBuilder()

Additional information for the API invocation, such as the request tracking id.

.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;

Returns

getMetadataOrBuilder()

public ResponseMetadataOrBuilder getMetadataOrBuilder()

Additional information for the API invocation, such as the request tracking id.

.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;

Returns

getNextPageToken()

public String getNextPageToken()

A token to retrieve the next page of results. This is empty if there are no more results.

string next_page_token = 4;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token to retrieve the next page of results. This is empty if there are no more results.

string next_page_token = 4;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getResultSetId()

public String getResultSetId()

An id that uniquely identifies the result set of a SearchProfiles call for consistent results.

string result_set_id = 7;

Returns
TypeDescription
String

The resultSetId.

getResultSetIdBytes()

public ByteString getResultSetIdBytes()

An id that uniquely identifies the result set of a SearchProfiles call for consistent results.

string result_set_id = 7;

Returns
TypeDescription
ByteString

The bytes for resultSetId.

getSpellCorrection()

public SpellingCorrection getSpellCorrection()

The spell checking result, and correction.

.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;

Returns
TypeDescription
SpellingCorrection

The spellCorrection.

getSpellCorrectionBuilder()

public SpellingCorrection.Builder getSpellCorrectionBuilder()

The spell checking result, and correction.

.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;

Returns

getSpellCorrectionOrBuilder()

public SpellingCorrectionOrBuilder getSpellCorrectionOrBuilder()

The spell checking result, and correction.

.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;

Returns

getSummarizedProfiles(int index)

public SummarizedProfile getSummarizedProfiles(int index)

The profile entities that match the specified SearchProfilesRequest.

repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;

Parameter
NameDescription
indexint
Returns
TypeDescription
SummarizedProfile

getSummarizedProfilesBuilder(int index)

public SummarizedProfile.Builder getSummarizedProfilesBuilder(int index)

The profile entities that match the specified SearchProfilesRequest.

repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;

Parameter
NameDescription
indexint
Returns

getSummarizedProfilesBuilderList()

public List<SummarizedProfile.Builder> getSummarizedProfilesBuilderList()

The profile entities that match the specified SearchProfilesRequest.

repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;

Returns
TypeDescription
List<Builder>

getSummarizedProfilesCount()

public int getSummarizedProfilesCount()

The profile entities that match the specified SearchProfilesRequest.

repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;

Returns
TypeDescription
int

getSummarizedProfilesList()

public List<SummarizedProfile> getSummarizedProfilesList()

The profile entities that match the specified SearchProfilesRequest.

repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;

Returns
TypeDescription
List<SummarizedProfile>

getSummarizedProfilesOrBuilder(int index)

public SummarizedProfileOrBuilder getSummarizedProfilesOrBuilder(int index)

The profile entities that match the specified SearchProfilesRequest.

repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;

Parameter
NameDescription
indexint
Returns

getSummarizedProfilesOrBuilderList()

public List<? extends SummarizedProfileOrBuilder> getSummarizedProfilesOrBuilderList()

The profile entities that match the specified SearchProfilesRequest.

repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;

Returns
TypeDescription
List<? extends com.google.cloud.talent.v4beta1.SummarizedProfileOrBuilder>

hasMetadata()

public boolean hasMetadata()

Additional information for the API invocation, such as the request tracking id.

.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;

Returns
TypeDescription
boolean

Whether the metadata field is set.

hasSpellCorrection()

public boolean hasSpellCorrection()

The spell checking result, and correction.

.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;

Returns
TypeDescription
boolean

Whether the spellCorrection field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(SearchProfilesResponse other)

public SearchProfilesResponse.Builder mergeFrom(SearchProfilesResponse other)
Parameter
NameDescription
otherSearchProfilesResponse
Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SearchProfilesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public SearchProfilesResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns Overrides

mergeMetadata(ResponseMetadata value)

public SearchProfilesResponse.Builder mergeMetadata(ResponseMetadata value)

Additional information for the API invocation, such as the request tracking id.

.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;

Parameter
NameDescription
valueResponseMetadata
Returns

mergeSpellCorrection(SpellingCorrection value)

public SearchProfilesResponse.Builder mergeSpellCorrection(SpellingCorrection value)

The spell checking result, and correction.

.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;

Parameter
NameDescription
valueSpellingCorrection
Returns

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SearchProfilesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides

removeHistogramQueryResults(int index)

public SearchProfilesResponse.Builder removeHistogramQueryResults(int index)

The histogram results that match with specified SearchProfilesRequest.histogram_queries.

repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;

Parameter
NameDescription
indexint
Returns

removeSummarizedProfiles(int index)

public SearchProfilesResponse.Builder removeSummarizedProfiles(int index)

The profile entities that match the specified SearchProfilesRequest.

repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;

Parameter
NameDescription
indexint
Returns

setEstimatedTotalSize(long value)

public SearchProfilesResponse.Builder setEstimatedTotalSize(long value)

An estimation of the number of profiles that match the specified query. This number isn't guaranteed to be accurate.

int64 estimated_total_size = 1;

Parameter
NameDescription
valuelong

The estimatedTotalSize to set.

Returns
TypeDescription
SearchProfilesResponse.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public SearchProfilesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

setHistogramQueryResults(int index, HistogramQueryResult value)

public SearchProfilesResponse.Builder setHistogramQueryResults(int index, HistogramQueryResult value)

The histogram results that match with specified SearchProfilesRequest.histogram_queries.

repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;

Parameters
NameDescription
indexint
valueHistogramQueryResult
Returns

setHistogramQueryResults(int index, HistogramQueryResult.Builder builderForValue)

public SearchProfilesResponse.Builder setHistogramQueryResults(int index, HistogramQueryResult.Builder builderForValue)

The histogram results that match with specified SearchProfilesRequest.histogram_queries.

repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;

Parameters
NameDescription
indexint
builderForValueHistogramQueryResult.Builder
Returns

setMetadata(ResponseMetadata value)

public SearchProfilesResponse.Builder setMetadata(ResponseMetadata value)

Additional information for the API invocation, such as the request tracking id.

.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;

Parameter
NameDescription
valueResponseMetadata
Returns

setMetadata(ResponseMetadata.Builder builderForValue)

public SearchProfilesResponse.Builder setMetadata(ResponseMetadata.Builder builderForValue)

Additional information for the API invocation, such as the request tracking id.

.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;

Parameter
NameDescription
builderForValueResponseMetadata.Builder
Returns

setNextPageToken(String value)

public SearchProfilesResponse.Builder setNextPageToken(String value)

A token to retrieve the next page of results. This is empty if there are no more results.

string next_page_token = 4;

Parameter
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
SearchProfilesResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public SearchProfilesResponse.Builder setNextPageTokenBytes(ByteString value)

A token to retrieve the next page of results. This is empty if there are no more results.

string next_page_token = 4;

Parameter
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
SearchProfilesResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public SearchProfilesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns Overrides

setResultSetId(String value)

public SearchProfilesResponse.Builder setResultSetId(String value)

An id that uniquely identifies the result set of a SearchProfiles call for consistent results.

string result_set_id = 7;

Parameter
NameDescription
valueString

The resultSetId to set.

Returns
TypeDescription
SearchProfilesResponse.Builder

This builder for chaining.

setResultSetIdBytes(ByteString value)

public SearchProfilesResponse.Builder setResultSetIdBytes(ByteString value)

An id that uniquely identifies the result set of a SearchProfiles call for consistent results.

string result_set_id = 7;

Parameter
NameDescription
valueByteString

The bytes for resultSetId to set.

Returns
TypeDescription
SearchProfilesResponse.Builder

This builder for chaining.

setSpellCorrection(SpellingCorrection value)

public SearchProfilesResponse.Builder setSpellCorrection(SpellingCorrection value)

The spell checking result, and correction.

.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;

Parameter
NameDescription
valueSpellingCorrection
Returns

setSpellCorrection(SpellingCorrection.Builder builderForValue)

public SearchProfilesResponse.Builder setSpellCorrection(SpellingCorrection.Builder builderForValue)

The spell checking result, and correction.

.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;

Parameter
NameDescription
builderForValueSpellingCorrection.Builder
Returns

setSummarizedProfiles(int index, SummarizedProfile value)

public SearchProfilesResponse.Builder setSummarizedProfiles(int index, SummarizedProfile value)

The profile entities that match the specified SearchProfilesRequest.

repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;

Parameters
NameDescription
indexint
valueSummarizedProfile
Returns

setSummarizedProfiles(int index, SummarizedProfile.Builder builderForValue)

public SearchProfilesResponse.Builder setSummarizedProfiles(int index, SummarizedProfile.Builder builderForValue)

The profile entities that match the specified SearchProfilesRequest.

repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;

Parameters
NameDescription
indexint
builderForValueSummarizedProfile.Builder
Returns

setUnknownFields(UnknownFieldSet unknownFields)

public final SearchProfilesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides