- 1.58.0 (latest)
- 1.57.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.5
- 1.8.4
- 1.7.2
- 1.6.2
- 1.5.4
public static final class SearchCatalogResponse.Builder extends GeneratedMessageV3.Builder<SearchCatalogResponse.Builder> implements SearchCatalogResponseOrBuilder
Response message for SearchCatalog.
Protobuf type google.cloud.datacatalog.v1.SearchCatalogResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SearchCatalogResponse.BuilderImplements
SearchCatalogResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllResults(Iterable<? extends SearchCatalogResult> values)
public SearchCatalogResponse.Builder addAllResults(Iterable<? extends SearchCatalogResult> values)
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;
Parameter | |
---|---|
Name | Description |
values | Iterable<? extends com.google.cloud.datacatalog.v1.SearchCatalogResult> |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
addAllUnreachable(Iterable<String> values)
public SearchCatalogResponse.Builder addAllUnreachable(Iterable<String> values)
Unreachable locations. Search results don't include data from those
locations.
To get additional information on an error, repeat the search request and
restrict it to specific locations by setting the
SearchCatalogRequest.scope.restricted_locations
parameter.
repeated string unreachable = 6;
Parameter | |
---|---|
Name | Description |
values | Iterable<String> The unreachable to add. |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SearchCatalogResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
addResults(SearchCatalogResult value)
public SearchCatalogResponse.Builder addResults(SearchCatalogResult value)
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;
Parameter | |
---|---|
Name | Description |
value | SearchCatalogResult |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
addResults(SearchCatalogResult.Builder builderForValue)
public SearchCatalogResponse.Builder addResults(SearchCatalogResult.Builder builderForValue)
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;
Parameter | |
---|---|
Name | Description |
builderForValue | SearchCatalogResult.Builder |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
addResults(int index, SearchCatalogResult value)
public SearchCatalogResponse.Builder addResults(int index, SearchCatalogResult value)
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;
Parameters | |
---|---|
Name | Description |
index | int |
value | SearchCatalogResult |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
addResults(int index, SearchCatalogResult.Builder builderForValue)
public SearchCatalogResponse.Builder addResults(int index, SearchCatalogResult.Builder builderForValue)
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | SearchCatalogResult.Builder |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
addResultsBuilder()
public SearchCatalogResult.Builder addResultsBuilder()
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;
Returns | |
---|---|
Type | Description |
SearchCatalogResult.Builder |
addResultsBuilder(int index)
public SearchCatalogResult.Builder addResultsBuilder(int index)
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SearchCatalogResult.Builder |
addUnreachable(String value)
public SearchCatalogResponse.Builder addUnreachable(String value)
Unreachable locations. Search results don't include data from those
locations.
To get additional information on an error, repeat the search request and
restrict it to specific locations by setting the
SearchCatalogRequest.scope.restricted_locations
parameter.
repeated string unreachable = 6;
Parameter | |
---|---|
Name | Description |
value | String The unreachable to add. |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder | This builder for chaining. |
addUnreachableBytes(ByteString value)
public SearchCatalogResponse.Builder addUnreachableBytes(ByteString value)
Unreachable locations. Search results don't include data from those
locations.
To get additional information on an error, repeat the search request and
restrict it to specific locations by setting the
SearchCatalogRequest.scope.restricted_locations
parameter.
repeated string unreachable = 6;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes of the unreachable to add. |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder | This builder for chaining. |
build()
public SearchCatalogResponse build()
Returns | |
---|---|
Type | Description |
SearchCatalogResponse |
buildPartial()
public SearchCatalogResponse buildPartial()
Returns | |
---|---|
Type | Description |
SearchCatalogResponse |
clear()
public SearchCatalogResponse.Builder clear()
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public SearchCatalogResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
clearNextPageToken()
public SearchCatalogResponse.Builder clearNextPageToken()
Pagination token that can be used in subsequent calls to retrieve the next page of results.
string next_page_token = 3;
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public SearchCatalogResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
clearResults()
public SearchCatalogResponse.Builder clearResults()
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
clearUnreachable()
public SearchCatalogResponse.Builder clearUnreachable()
Unreachable locations. Search results don't include data from those
locations.
To get additional information on an error, repeat the search request and
restrict it to specific locations by setting the
SearchCatalogRequest.scope.restricted_locations
parameter.
repeated string unreachable = 6;
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder | This builder for chaining. |
clone()
public SearchCatalogResponse.Builder clone()
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
getDefaultInstanceForType()
public SearchCatalogResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
SearchCatalogResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getNextPageToken()
public String getNextPageToken()
Pagination token that can be used in subsequent calls to retrieve the next page of results.
string next_page_token = 3;
Returns | |
---|---|
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
Pagination token that can be used in subsequent calls to retrieve the next page of results.
string next_page_token = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for nextPageToken. |
getResults(int index)
public SearchCatalogResult getResults(int index)
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SearchCatalogResult |
getResultsBuilder(int index)
public SearchCatalogResult.Builder getResultsBuilder(int index)
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SearchCatalogResult.Builder |
getResultsBuilderList()
public List<SearchCatalogResult.Builder> getResultsBuilderList()
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;
Returns | |
---|---|
Type | Description |
List<Builder> |
getResultsCount()
public int getResultsCount()
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;
Returns | |
---|---|
Type | Description |
int |
getResultsList()
public List<SearchCatalogResult> getResultsList()
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;
Returns | |
---|---|
Type | Description |
List<SearchCatalogResult> |
getResultsOrBuilder(int index)
public SearchCatalogResultOrBuilder getResultsOrBuilder(int index)
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SearchCatalogResultOrBuilder |
getResultsOrBuilderList()
public List<? extends SearchCatalogResultOrBuilder> getResultsOrBuilderList()
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.datacatalog.v1.SearchCatalogResultOrBuilder> |
getUnreachable(int index)
public String getUnreachable(int index)
Unreachable locations. Search results don't include data from those
locations.
To get additional information on an error, repeat the search request and
restrict it to specific locations by setting the
SearchCatalogRequest.scope.restricted_locations
parameter.
repeated string unreachable = 6;
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String | The unreachable at the given index. |
getUnreachableBytes(int index)
public ByteString getUnreachableBytes(int index)
Unreachable locations. Search results don't include data from those
locations.
To get additional information on an error, repeat the search request and
restrict it to specific locations by setting the
SearchCatalogRequest.scope.restricted_locations
parameter.
repeated string unreachable = 6;
Parameter | |
---|---|
Name | Description |
index | int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString | The bytes of the unreachable at the given index. |
getUnreachableCount()
public int getUnreachableCount()
Unreachable locations. Search results don't include data from those
locations.
To get additional information on an error, repeat the search request and
restrict it to specific locations by setting the
SearchCatalogRequest.scope.restricted_locations
parameter.
repeated string unreachable = 6;
Returns | |
---|---|
Type | Description |
int | The count of unreachable. |
getUnreachableList()
public ProtocolStringList getUnreachableList()
Unreachable locations. Search results don't include data from those
locations.
To get additional information on an error, repeat the search request and
restrict it to specific locations by setting the
SearchCatalogRequest.scope.restricted_locations
parameter.
repeated string unreachable = 6;
Returns | |
---|---|
Type | Description |
ProtocolStringList | A list containing the unreachable. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(SearchCatalogResponse other)
public SearchCatalogResponse.Builder mergeFrom(SearchCatalogResponse other)
Parameter | |
---|---|
Name | Description |
other | SearchCatalogResponse |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SearchCatalogResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public SearchCatalogResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SearchCatalogResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
removeResults(int index)
public SearchCatalogResponse.Builder removeResults(int index)
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public SearchCatalogResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
setNextPageToken(String value)
public SearchCatalogResponse.Builder setNextPageToken(String value)
Pagination token that can be used in subsequent calls to retrieve the next page of results.
string next_page_token = 3;
Parameter | |
---|---|
Name | Description |
value | String The nextPageToken to set. |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder | This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public SearchCatalogResponse.Builder setNextPageTokenBytes(ByteString value)
Pagination token that can be used in subsequent calls to retrieve the next page of results.
string next_page_token = 3;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for nextPageToken to set. |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SearchCatalogResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
setResults(int index, SearchCatalogResult value)
public SearchCatalogResponse.Builder setResults(int index, SearchCatalogResult value)
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;
Parameters | |
---|---|
Name | Description |
index | int |
value | SearchCatalogResult |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
setResults(int index, SearchCatalogResult.Builder builderForValue)
public SearchCatalogResponse.Builder setResults(int index, SearchCatalogResult.Builder builderForValue)
Search results.
repeated .google.cloud.datacatalog.v1.SearchCatalogResult results = 1;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | SearchCatalogResult.Builder |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final SearchCatalogResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder |
setUnreachable(int index, String value)
public SearchCatalogResponse.Builder setUnreachable(int index, String value)
Unreachable locations. Search results don't include data from those
locations.
To get additional information on an error, repeat the search request and
restrict it to specific locations by setting the
SearchCatalogRequest.scope.restricted_locations
parameter.
repeated string unreachable = 6;
Parameters | |
---|---|
Name | Description |
index | int The index to set the value at. |
value | String The unreachable to set. |
Returns | |
---|---|
Type | Description |
SearchCatalogResponse.Builder | This builder for chaining. |