- 1.84.0 (latest)
- 1.82.0
- 1.81.0
- 1.80.0
- 1.79.0
- 1.78.0
- 1.76.0
- 1.74.0
- 1.73.0
- 1.70.0
- 1.69.0
- 1.68.0
- 1.66.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.60.0
- 1.59.0
- 1.58.0
- 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 SearchCatalogResult.Builder extends GeneratedMessageV3.Builder<SearchCatalogResult.Builder> implements SearchCatalogResultOrBuilderResult in the response to a search request. Each result captures details of one entry that matches the search.
 Protobuf type google.cloud.datacatalog.v1.SearchCatalogResult
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SearchCatalogResult.BuilderImplements
SearchCatalogResultOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SearchCatalogResult.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Type | Description | 
| SearchCatalogResult.Builder | 
build()
public SearchCatalogResult build()| Type | Description | 
| SearchCatalogResult | 
buildPartial()
public SearchCatalogResult buildPartial()| Type | Description | 
| SearchCatalogResult | 
clear()
public SearchCatalogResult.Builder clear()| Type | Description | 
| SearchCatalogResult.Builder | 
clearDescription()
public SearchCatalogResult.Builder clearDescription()Entry description that can consist of several sentences or paragraphs that describe entry contents.
 string description = 13;
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
clearDisplayName()
public SearchCatalogResult.Builder clearDisplayName()The display name of the result.
 string display_name = 12;
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public SearchCatalogResult.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
| Type | Description | 
| SearchCatalogResult.Builder | 
clearFullyQualifiedName()
public SearchCatalogResult.Builder clearFullyQualifiedName()Fully qualified name (FQN) of the resource. FQNs take two forms:
- For non-regionalized resources:
{SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}
- For regionalized resources:
{SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}Example for a DPMS table:dataproc_metastore:PROJECT_ID.LOCATION_ID.INSTANCE_ID.DATABASE_ID.TABLE_ID
 string fully_qualified_name = 10;
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
clearIntegratedSystem()
public SearchCatalogResult.Builder clearIntegratedSystem()Output only. The source system that Data Catalog automatically integrates with, such as BigQuery, Cloud Pub/Sub, or Dataproc Metastore.
 
 .google.cloud.datacatalog.v1.IntegratedSystem integrated_system = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
clearLinkedResource()
public SearchCatalogResult.Builder clearLinkedResource() The full name of the Google Cloud resource the entry belongs to.
 For more information, see Full Resource Name.
 Example:
 //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
 string linked_resource = 4;
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
clearModifyTime()
public SearchCatalogResult.Builder clearModifyTime()The last modification timestamp of the entry in the source system.
 .google.protobuf.Timestamp modify_time = 7;
| Type | Description | 
| SearchCatalogResult.Builder | 
clearOneof(Descriptors.OneofDescriptor oneof)
public SearchCatalogResult.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
| Type | Description | 
| SearchCatalogResult.Builder | 
clearRelativeResourceName()
public SearchCatalogResult.Builder clearRelativeResourceName()The relative name of the resource in URL format. Examples:
- projects/{PROJECT_ID}/locations/{LOCATION_ID}/entryGroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}
- projects/{PROJECT_ID}/tagTemplates/{TAG_TEMPLATE_ID}
 string relative_resource_name = 3;
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
clearSearchResultSubtype()
public SearchCatalogResult.Builder clearSearchResultSubtype() Sub-type of the search result.
 A dot-delimited full type of the resource. The same type you
 specify in the type search predicate.
 Examples: entry.table, entry.dataStream, tagTemplate.
 string search_result_subtype = 2;
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
clearSearchResultType()
public SearchCatalogResult.Builder clearSearchResultType()Type of the search result. You can use this field to determine which get method to call to fetch the full resource.
 .google.cloud.datacatalog.v1.SearchResultType search_result_type = 1;
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
clearSystem()
public SearchCatalogResult.Builder clearSystem()| Type | Description | 
| SearchCatalogResult.Builder | 
clearUserSpecifiedSystem()
public SearchCatalogResult.Builder clearUserSpecifiedSystem()Custom source system that you can manually integrate Data Catalog with.
 string user_specified_system = 9;
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
clone()
public SearchCatalogResult.Builder clone()| Type | Description | 
| SearchCatalogResult.Builder | 
getDefaultInstanceForType()
public SearchCatalogResult getDefaultInstanceForType()| Type | Description | 
| SearchCatalogResult | 
getDescription()
public String getDescription()Entry description that can consist of several sentences or paragraphs that describe entry contents.
 string description = 13;
| Type | Description | 
| String | The description. | 
getDescriptionBytes()
public ByteString getDescriptionBytes()Entry description that can consist of several sentences or paragraphs that describe entry contents.
 string description = 13;
| Type | Description | 
| ByteString | The bytes for description. | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getDisplayName()
public String getDisplayName()The display name of the result.
 string display_name = 12;
| Type | Description | 
| String | The displayName. | 
getDisplayNameBytes()
public ByteString getDisplayNameBytes()The display name of the result.
 string display_name = 12;
| Type | Description | 
| ByteString | The bytes for displayName. | 
getFullyQualifiedName()
public String getFullyQualifiedName()Fully qualified name (FQN) of the resource. FQNs take two forms:
- For non-regionalized resources:
{SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}
- For regionalized resources:
{SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}Example for a DPMS table:dataproc_metastore:PROJECT_ID.LOCATION_ID.INSTANCE_ID.DATABASE_ID.TABLE_ID
 string fully_qualified_name = 10;
| Type | Description | 
| String | The fullyQualifiedName. | 
getFullyQualifiedNameBytes()
public ByteString getFullyQualifiedNameBytes()Fully qualified name (FQN) of the resource. FQNs take two forms:
- For non-regionalized resources:
{SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}
- For regionalized resources:
{SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}Example for a DPMS table:dataproc_metastore:PROJECT_ID.LOCATION_ID.INSTANCE_ID.DATABASE_ID.TABLE_ID
 string fully_qualified_name = 10;
| Type | Description | 
| ByteString | The bytes for fullyQualifiedName. | 
getIntegratedSystem()
public IntegratedSystem getIntegratedSystem()Output only. The source system that Data Catalog automatically integrates with, such as BigQuery, Cloud Pub/Sub, or Dataproc Metastore.
 
 .google.cloud.datacatalog.v1.IntegratedSystem integrated_system = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| IntegratedSystem | The integratedSystem. | 
getIntegratedSystemValue()
public int getIntegratedSystemValue()Output only. The source system that Data Catalog automatically integrates with, such as BigQuery, Cloud Pub/Sub, or Dataproc Metastore.
 
 .google.cloud.datacatalog.v1.IntegratedSystem integrated_system = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| int | The enum numeric value on the wire for integratedSystem. | 
getLinkedResource()
public String getLinkedResource() The full name of the Google Cloud resource the entry belongs to.
 For more information, see Full Resource Name.
 Example:
 //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
 string linked_resource = 4;
| Type | Description | 
| String | The linkedResource. | 
getLinkedResourceBytes()
public ByteString getLinkedResourceBytes() The full name of the Google Cloud resource the entry belongs to.
 For more information, see Full Resource Name.
 Example:
 //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
 string linked_resource = 4;
| Type | Description | 
| ByteString | The bytes for linkedResource. | 
getModifyTime()
public Timestamp getModifyTime()The last modification timestamp of the entry in the source system.
 .google.protobuf.Timestamp modify_time = 7;
| Type | Description | 
| Timestamp | The modifyTime. | 
getModifyTimeBuilder()
public Timestamp.Builder getModifyTimeBuilder()The last modification timestamp of the entry in the source system.
 .google.protobuf.Timestamp modify_time = 7;
| Type | Description | 
| Builder | 
getModifyTimeOrBuilder()
public TimestampOrBuilder getModifyTimeOrBuilder()The last modification timestamp of the entry in the source system.
 .google.protobuf.Timestamp modify_time = 7;
| Type | Description | 
| TimestampOrBuilder | 
getRelativeResourceName()
public String getRelativeResourceName()The relative name of the resource in URL format. Examples:
- projects/{PROJECT_ID}/locations/{LOCATION_ID}/entryGroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}
- projects/{PROJECT_ID}/tagTemplates/{TAG_TEMPLATE_ID}
 string relative_resource_name = 3;
| Type | Description | 
| String | The relativeResourceName. | 
getRelativeResourceNameBytes()
public ByteString getRelativeResourceNameBytes()The relative name of the resource in URL format. Examples:
- projects/{PROJECT_ID}/locations/{LOCATION_ID}/entryGroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}
- projects/{PROJECT_ID}/tagTemplates/{TAG_TEMPLATE_ID}
 string relative_resource_name = 3;
| Type | Description | 
| ByteString | The bytes for relativeResourceName. | 
getSearchResultSubtype()
public String getSearchResultSubtype() Sub-type of the search result.
 A dot-delimited full type of the resource. The same type you
 specify in the type search predicate.
 Examples: entry.table, entry.dataStream, tagTemplate.
 string search_result_subtype = 2;
| Type | Description | 
| String | The searchResultSubtype. | 
getSearchResultSubtypeBytes()
public ByteString getSearchResultSubtypeBytes() Sub-type of the search result.
 A dot-delimited full type of the resource. The same type you
 specify in the type search predicate.
 Examples: entry.table, entry.dataStream, tagTemplate.
 string search_result_subtype = 2;
| Type | Description | 
| ByteString | The bytes for searchResultSubtype. | 
getSearchResultType()
public SearchResultType getSearchResultType()Type of the search result. You can use this field to determine which get method to call to fetch the full resource.
 .google.cloud.datacatalog.v1.SearchResultType search_result_type = 1;
| Type | Description | 
| SearchResultType | The searchResultType. | 
getSearchResultTypeValue()
public int getSearchResultTypeValue()Type of the search result. You can use this field to determine which get method to call to fetch the full resource.
 .google.cloud.datacatalog.v1.SearchResultType search_result_type = 1;
| Type | Description | 
| int | The enum numeric value on the wire for searchResultType. | 
getSystemCase()
public SearchCatalogResult.SystemCase getSystemCase()| Type | Description | 
| SearchCatalogResult.SystemCase | 
getUserSpecifiedSystem()
public String getUserSpecifiedSystem()Custom source system that you can manually integrate Data Catalog with.
 string user_specified_system = 9;
| Type | Description | 
| String | The userSpecifiedSystem. | 
getUserSpecifiedSystemBytes()
public ByteString getUserSpecifiedSystemBytes()Custom source system that you can manually integrate Data Catalog with.
 string user_specified_system = 9;
| Type | Description | 
| ByteString | The bytes for userSpecifiedSystem. | 
hasIntegratedSystem()
public boolean hasIntegratedSystem()Output only. The source system that Data Catalog automatically integrates with, such as BigQuery, Cloud Pub/Sub, or Dataproc Metastore.
 
 .google.cloud.datacatalog.v1.IntegratedSystem integrated_system = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| boolean | Whether the integratedSystem field is set. | 
hasModifyTime()
public boolean hasModifyTime()The last modification timestamp of the entry in the source system.
 .google.protobuf.Timestamp modify_time = 7;
| Type | Description | 
| boolean | Whether the modifyTime field is set. | 
hasUserSpecifiedSystem()
public boolean hasUserSpecifiedSystem()Custom source system that you can manually integrate Data Catalog with.
 string user_specified_system = 9;
| Type | Description | 
| boolean | Whether the userSpecifiedSystem field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(SearchCatalogResult other)
public SearchCatalogResult.Builder mergeFrom(SearchCatalogResult other)| Name | Description | 
| other | SearchCatalogResult | 
| Type | Description | 
| SearchCatalogResult.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SearchCatalogResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Type | Description | 
| SearchCatalogResult.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public SearchCatalogResult.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
| Type | Description | 
| SearchCatalogResult.Builder | 
mergeModifyTime(Timestamp value)
public SearchCatalogResult.Builder mergeModifyTime(Timestamp value)The last modification timestamp of the entry in the source system.
 .google.protobuf.Timestamp modify_time = 7;
| Name | Description | 
| value | Timestamp | 
| Type | Description | 
| SearchCatalogResult.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SearchCatalogResult.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Type | Description | 
| SearchCatalogResult.Builder | 
setDescription(String value)
public SearchCatalogResult.Builder setDescription(String value)Entry description that can consist of several sentences or paragraphs that describe entry contents.
 string description = 13;
| Name | Description | 
| value | StringThe description to set. | 
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
setDescriptionBytes(ByteString value)
public SearchCatalogResult.Builder setDescriptionBytes(ByteString value)Entry description that can consist of several sentences or paragraphs that describe entry contents.
 string description = 13;
| Name | Description | 
| value | ByteStringThe bytes for description to set. | 
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
setDisplayName(String value)
public SearchCatalogResult.Builder setDisplayName(String value)The display name of the result.
 string display_name = 12;
| Name | Description | 
| value | StringThe displayName to set. | 
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
setDisplayNameBytes(ByteString value)
public SearchCatalogResult.Builder setDisplayNameBytes(ByteString value)The display name of the result.
 string display_name = 12;
| Name | Description | 
| value | ByteStringThe bytes for displayName to set. | 
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public SearchCatalogResult.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Type | Description | 
| SearchCatalogResult.Builder | 
setFullyQualifiedName(String value)
public SearchCatalogResult.Builder setFullyQualifiedName(String value)Fully qualified name (FQN) of the resource. FQNs take two forms:
- For non-regionalized resources:
{SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}
- For regionalized resources:
{SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}Example for a DPMS table:dataproc_metastore:PROJECT_ID.LOCATION_ID.INSTANCE_ID.DATABASE_ID.TABLE_ID
 string fully_qualified_name = 10;
| Name | Description | 
| value | StringThe fullyQualifiedName to set. | 
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
setFullyQualifiedNameBytes(ByteString value)
public SearchCatalogResult.Builder setFullyQualifiedNameBytes(ByteString value)Fully qualified name (FQN) of the resource. FQNs take two forms:
- For non-regionalized resources:
{SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}
- For regionalized resources:
{SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}Example for a DPMS table:dataproc_metastore:PROJECT_ID.LOCATION_ID.INSTANCE_ID.DATABASE_ID.TABLE_ID
 string fully_qualified_name = 10;
| Name | Description | 
| value | ByteStringThe bytes for fullyQualifiedName to set. | 
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
setIntegratedSystem(IntegratedSystem value)
public SearchCatalogResult.Builder setIntegratedSystem(IntegratedSystem value)Output only. The source system that Data Catalog automatically integrates with, such as BigQuery, Cloud Pub/Sub, or Dataproc Metastore.
 
 .google.cloud.datacatalog.v1.IntegratedSystem integrated_system = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | IntegratedSystemThe integratedSystem to set. | 
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
setIntegratedSystemValue(int value)
public SearchCatalogResult.Builder setIntegratedSystemValue(int value)Output only. The source system that Data Catalog automatically integrates with, such as BigQuery, Cloud Pub/Sub, or Dataproc Metastore.
 
 .google.cloud.datacatalog.v1.IntegratedSystem integrated_system = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | intThe enum numeric value on the wire for integratedSystem to set. | 
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
setLinkedResource(String value)
public SearchCatalogResult.Builder setLinkedResource(String value) The full name of the Google Cloud resource the entry belongs to.
 For more information, see Full Resource Name.
 Example:
 //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
 string linked_resource = 4;
| Name | Description | 
| value | StringThe linkedResource to set. | 
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
setLinkedResourceBytes(ByteString value)
public SearchCatalogResult.Builder setLinkedResourceBytes(ByteString value) The full name of the Google Cloud resource the entry belongs to.
 For more information, see Full Resource Name.
 Example:
 //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
 string linked_resource = 4;
| Name | Description | 
| value | ByteStringThe bytes for linkedResource to set. | 
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
setModifyTime(Timestamp value)
public SearchCatalogResult.Builder setModifyTime(Timestamp value)The last modification timestamp of the entry in the source system.
 .google.protobuf.Timestamp modify_time = 7;
| Name | Description | 
| value | Timestamp | 
| Type | Description | 
| SearchCatalogResult.Builder | 
setModifyTime(Timestamp.Builder builderForValue)
public SearchCatalogResult.Builder setModifyTime(Timestamp.Builder builderForValue)The last modification timestamp of the entry in the source system.
 .google.protobuf.Timestamp modify_time = 7;
| Name | Description | 
| builderForValue | Builder | 
| Type | Description | 
| SearchCatalogResult.Builder | 
setRelativeResourceName(String value)
public SearchCatalogResult.Builder setRelativeResourceName(String value)The relative name of the resource in URL format. Examples:
- projects/{PROJECT_ID}/locations/{LOCATION_ID}/entryGroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}
- projects/{PROJECT_ID}/tagTemplates/{TAG_TEMPLATE_ID}
 string relative_resource_name = 3;
| Name | Description | 
| value | StringThe relativeResourceName to set. | 
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
setRelativeResourceNameBytes(ByteString value)
public SearchCatalogResult.Builder setRelativeResourceNameBytes(ByteString value)The relative name of the resource in URL format. Examples:
- projects/{PROJECT_ID}/locations/{LOCATION_ID}/entryGroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}
- projects/{PROJECT_ID}/tagTemplates/{TAG_TEMPLATE_ID}
 string relative_resource_name = 3;
| Name | Description | 
| value | ByteStringThe bytes for relativeResourceName to set. | 
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SearchCatalogResult.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Type | Description | 
| SearchCatalogResult.Builder | 
setSearchResultSubtype(String value)
public SearchCatalogResult.Builder setSearchResultSubtype(String value) Sub-type of the search result.
 A dot-delimited full type of the resource. The same type you
 specify in the type search predicate.
 Examples: entry.table, entry.dataStream, tagTemplate.
 string search_result_subtype = 2;
| Name | Description | 
| value | StringThe searchResultSubtype to set. | 
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
setSearchResultSubtypeBytes(ByteString value)
public SearchCatalogResult.Builder setSearchResultSubtypeBytes(ByteString value) Sub-type of the search result.
 A dot-delimited full type of the resource. The same type you
 specify in the type search predicate.
 Examples: entry.table, entry.dataStream, tagTemplate.
 string search_result_subtype = 2;
| Name | Description | 
| value | ByteStringThe bytes for searchResultSubtype to set. | 
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
setSearchResultType(SearchResultType value)
public SearchCatalogResult.Builder setSearchResultType(SearchResultType value)Type of the search result. You can use this field to determine which get method to call to fetch the full resource.
 .google.cloud.datacatalog.v1.SearchResultType search_result_type = 1;
| Name | Description | 
| value | SearchResultTypeThe searchResultType to set. | 
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
setSearchResultTypeValue(int value)
public SearchCatalogResult.Builder setSearchResultTypeValue(int value)Type of the search result. You can use this field to determine which get method to call to fetch the full resource.
 .google.cloud.datacatalog.v1.SearchResultType search_result_type = 1;
| Name | Description | 
| value | intThe enum numeric value on the wire for searchResultType to set. | 
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final SearchCatalogResult.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Type | Description | 
| SearchCatalogResult.Builder | 
setUserSpecifiedSystem(String value)
public SearchCatalogResult.Builder setUserSpecifiedSystem(String value)Custom source system that you can manually integrate Data Catalog with.
 string user_specified_system = 9;
| Name | Description | 
| value | StringThe userSpecifiedSystem to set. | 
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. | 
setUserSpecifiedSystemBytes(ByteString value)
public SearchCatalogResult.Builder setUserSpecifiedSystemBytes(ByteString value)Custom source system that you can manually integrate Data Catalog with.
 string user_specified_system = 9;
| Name | Description | 
| value | ByteStringThe bytes for userSpecifiedSystem to set. | 
| Type | Description | 
| SearchCatalogResult.Builder | This builder for chaining. |