Class SearchCatalogResult.Builder (1.48.0)

public static final class SearchCatalogResult.Builder extends GeneratedMessageV3.Builder<SearchCatalogResult.Builder> implements SearchCatalogResultOrBuilder

Result 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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SearchCatalogResult.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SearchCatalogResult.Builder
Overrides

build()

public SearchCatalogResult build()
Returns
Type Description
SearchCatalogResult

buildPartial()

public SearchCatalogResult buildPartial()
Returns
Type Description
SearchCatalogResult

clear()

public SearchCatalogResult.Builder clear()
Returns
Type Description
SearchCatalogResult.Builder
Overrides

clearDescription()

public SearchCatalogResult.Builder clearDescription()

Entry description that can consist of several sentences or paragraphs that describe entry contents.

string description = 13;

Returns
Type Description
SearchCatalogResult.Builder

This builder for chaining.

clearDisplayName()

public SearchCatalogResult.Builder clearDisplayName()

The display name of the result.

string display_name = 12;

Returns
Type Description
SearchCatalogResult.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public SearchCatalogResult.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
SearchCatalogResult.Builder
Overrides

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;

Returns
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];

Returns
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;

Returns
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;

Returns
Type Description
SearchCatalogResult.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public SearchCatalogResult.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
SearchCatalogResult.Builder
Overrides

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;

Returns
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;

Returns
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;

Returns
Type Description
SearchCatalogResult.Builder

This builder for chaining.

clearSystem()

public SearchCatalogResult.Builder clearSystem()
Returns
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;

Returns
Type Description
SearchCatalogResult.Builder

This builder for chaining.

clone()

public SearchCatalogResult.Builder clone()
Returns
Type Description
SearchCatalogResult.Builder
Overrides

getDefaultInstanceForType()

public SearchCatalogResult getDefaultInstanceForType()
Returns
Type Description
SearchCatalogResult

getDescription()

public String getDescription()

Entry description that can consist of several sentences or paragraphs that describe entry contents.

string description = 13;

Returns
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;

Returns
Type Description
ByteString

The bytes for description.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDisplayName()

public String getDisplayName()

The display name of the result.

string display_name = 12;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

The display name of the result.

string display_name = 12;

Returns
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;

Returns
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;

Returns
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];

Returns
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];

Returns
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;

Returns
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;

Returns
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;

Returns
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;

Returns
Type Description
Builder

getModifyTimeOrBuilder()

public TimestampOrBuilder getModifyTimeOrBuilder()

The last modification timestamp of the entry in the source system.

.google.protobuf.Timestamp modify_time = 7;

Returns
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;

Returns
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;

Returns
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;

Returns
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;

Returns
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;

Returns
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;

Returns
Type Description
int

The enum numeric value on the wire for searchResultType.

getSystemCase()

public SearchCatalogResult.SystemCase getSystemCase()
Returns
Type Description
SearchCatalogResult.SystemCase

getUserSpecifiedSystem()

public String getUserSpecifiedSystem()

Custom source system that you can manually integrate Data Catalog with.

string user_specified_system = 9;

Returns
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;

Returns
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];

Returns
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;

Returns
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;

Returns
Type Description
boolean

Whether the userSpecifiedSystem field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SearchCatalogResult other)

public SearchCatalogResult.Builder mergeFrom(SearchCatalogResult other)
Parameter
Name Description
other SearchCatalogResult
Returns
Type Description
SearchCatalogResult.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SearchCatalogResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SearchCatalogResult.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SearchCatalogResult.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SearchCatalogResult.Builder
Overrides

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;

Parameter
Name Description
value Timestamp
Returns
Type Description
SearchCatalogResult.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SearchCatalogResult.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SearchCatalogResult.Builder
Overrides

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;

Parameter
Name Description
value String

The description to set.

Returns
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;

Parameter
Name Description
value ByteString

The bytes for description to set.

Returns
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;

Parameter
Name Description
value String

The displayName to set.

Returns
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;

Parameter
Name Description
value ByteString

The bytes for displayName to set.

Returns
Type Description
SearchCatalogResult.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public SearchCatalogResult.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SearchCatalogResult.Builder
Overrides

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;

Parameter
Name Description
value String

The fullyQualifiedName to set.

Returns
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;

Parameter
Name Description
value ByteString

The bytes for fullyQualifiedName to set.

Returns
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];

Parameter
Name Description
value IntegratedSystem

The integratedSystem to set.

Returns
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];

Parameter
Name Description
value int

The enum numeric value on the wire for integratedSystem to set.

Returns
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;

Parameter
Name Description
value String

The linkedResource to set.

Returns
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;

Parameter
Name Description
value ByteString

The bytes for linkedResource to set.

Returns
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;

Parameter
Name Description
value Timestamp
Returns
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;

Parameter
Name Description
builderForValue Builder
Returns
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;

Parameter
Name Description
value String

The relativeResourceName to set.

Returns
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;

Parameter
Name Description
value ByteString

The bytes for relativeResourceName to set.

Returns
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)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
SearchCatalogResult.Builder
Overrides

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;

Parameter
Name Description
value String

The searchResultSubtype to set.

Returns
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;

Parameter
Name Description
value ByteString

The bytes for searchResultSubtype to set.

Returns
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;

Parameter
Name Description
value SearchResultType

The searchResultType to set.

Returns
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;

Parameter
Name Description
value int

The enum numeric value on the wire for searchResultType to set.

Returns
Type Description
SearchCatalogResult.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final SearchCatalogResult.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SearchCatalogResult.Builder
Overrides

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;

Parameter
Name Description
value String

The userSpecifiedSystem to set.

Returns
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;

Parameter
Name Description
value ByteString

The bytes for userSpecifiedSystem to set.

Returns
Type Description
SearchCatalogResult.Builder

This builder for chaining.