Package com.google.cloud.datacatalog.v1
Class SearchCatalogResult.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<SearchCatalogResult.Builder>
com.google.cloud.datacatalog.v1.SearchCatalogResult.Builder
- All Implemented Interfaces:
SearchCatalogResultOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- SearchCatalogResult
public static final class SearchCatalogResult.Builder
extends com.google.protobuf.GeneratedMessage.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-
Method Summary
Modifier and TypeMethodDescriptionbuild()clear()Entry description that can consist of several sentences or paragraphs that describe entry contents.The display name of the result.Fully qualified name (FQN) of the resource.Output only.The full name of the Google Cloud resource the entry belongs to.The last modification timestamp of the entry in the source system.The relative name of the resource in URL format.Sub-type of the search result.Type of the search result.Custom source system that you can manually integrate Data Catalog with.Entry description that can consist of several sentences or paragraphs that describe entry contents.com.google.protobuf.ByteStringEntry description that can consist of several sentences or paragraphs that describe entry contents.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorThe display name of the result.com.google.protobuf.ByteStringThe display name of the result.Fully qualified name (FQN) of the resource.com.google.protobuf.ByteStringFully qualified name (FQN) of the resource.Output only.intOutput only.The full name of the Google Cloud resource the entry belongs to.com.google.protobuf.ByteStringThe full name of the Google Cloud resource the entry belongs to.com.google.protobuf.TimestampThe last modification timestamp of the entry in the source system.com.google.protobuf.Timestamp.BuilderThe last modification timestamp of the entry in the source system.com.google.protobuf.TimestampOrBuilderThe last modification timestamp of the entry in the source system.The relative name of the resource in URL format.com.google.protobuf.ByteStringThe relative name of the resource in URL format.Sub-type of the search result.com.google.protobuf.ByteStringSub-type of the search result.Type of the search result.intType of the search result.Custom source system that you can manually integrate Data Catalog with.com.google.protobuf.ByteStringCustom source system that you can manually integrate Data Catalog with.booleanOutput only.booleanThe last modification timestamp of the entry in the source system.booleanCustom source system that you can manually integrate Data Catalog with.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(SearchCatalogResult other) mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeModifyTime(com.google.protobuf.Timestamp value) The last modification timestamp of the entry in the source system.setDescription(String value) Entry description that can consist of several sentences or paragraphs that describe entry contents.setDescriptionBytes(com.google.protobuf.ByteString value) Entry description that can consist of several sentences or paragraphs that describe entry contents.setDisplayName(String value) The display name of the result.setDisplayNameBytes(com.google.protobuf.ByteString value) The display name of the result.setFullyQualifiedName(String value) Fully qualified name (FQN) of the resource.setFullyQualifiedNameBytes(com.google.protobuf.ByteString value) Fully qualified name (FQN) of the resource.Output only.setIntegratedSystemValue(int value) Output only.setLinkedResource(String value) The full name of the Google Cloud resource the entry belongs to.setLinkedResourceBytes(com.google.protobuf.ByteString value) The full name of the Google Cloud resource the entry belongs to.setModifyTime(com.google.protobuf.Timestamp value) The last modification timestamp of the entry in the source system.setModifyTime(com.google.protobuf.Timestamp.Builder builderForValue) The last modification timestamp of the entry in the source system.setRelativeResourceName(String value) The relative name of the resource in URL format.setRelativeResourceNameBytes(com.google.protobuf.ByteString value) The relative name of the resource in URL format.setSearchResultSubtype(String value) Sub-type of the search result.setSearchResultSubtypeBytes(com.google.protobuf.ByteString value) Sub-type of the search result.Type of the search result.setSearchResultTypeValue(int value) Type of the search result.setUserSpecifiedSystem(String value) Custom source system that you can manually integrate Data Catalog with.setUserSpecifiedSystemBytes(com.google.protobuf.ByteString value) Custom source system that you can manually integrate Data Catalog with.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<SearchCatalogResult.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<SearchCatalogResult.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<SearchCatalogResult.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<SearchCatalogResult.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<SearchCatalogResult.Builder>
-
mergeFrom
public SearchCatalogResult.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<SearchCatalogResult.Builder>- Throws:
IOException
-
getSystemCase
- Specified by:
getSystemCasein interfaceSearchCatalogResultOrBuilder
-
clearSystem
-
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;- Specified by:
getSearchResultTypeValuein interfaceSearchCatalogResultOrBuilder- Returns:
- The enum numeric value on the wire for searchResultType.
-
setSearchResultTypeValue
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;- Parameters:
value- The enum numeric value on the wire for searchResultType to set.- Returns:
- This builder for chaining.
-
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;- Specified by:
getSearchResultTypein interfaceSearchCatalogResultOrBuilder- Returns:
- The searchResultType.
-
setSearchResultType
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;- Parameters:
value- The searchResultType to set.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-
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;- Specified by:
getSearchResultSubtypein interfaceSearchCatalogResultOrBuilder- Returns:
- The searchResultSubtype.
-
getSearchResultSubtypeBytes
public com.google.protobuf.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;- Specified by:
getSearchResultSubtypeBytesin interfaceSearchCatalogResultOrBuilder- Returns:
- The bytes for searchResultSubtype.
-
setSearchResultSubtype
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;- Parameters:
value- The searchResultSubtype to set.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-
setSearchResultSubtypeBytes
public SearchCatalogResult.Builder setSearchResultSubtypeBytes(com.google.protobuf.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;- Parameters:
value- The bytes for searchResultSubtype to set.- Returns:
- This builder for chaining.
-
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;- Specified by:
getRelativeResourceNamein interfaceSearchCatalogResultOrBuilder- Returns:
- The relativeResourceName.
-
getRelativeResourceNameBytes
public com.google.protobuf.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;- Specified by:
getRelativeResourceNameBytesin interfaceSearchCatalogResultOrBuilder- Returns:
- The bytes for relativeResourceName.
-
setRelativeResourceName
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;- Parameters:
value- The relativeResourceName to set.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-
setRelativeResourceNameBytes
public SearchCatalogResult.Builder setRelativeResourceNameBytes(com.google.protobuf.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;- Parameters:
value- The bytes for relativeResourceName to set.- Returns:
- This builder for chaining.
-
getLinkedResource
The full name of the Google Cloud resource the entry belongs to. For more information, see [Full Resource Name] (/apis/design/resource_names#full_resource_name). Example: `//bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID`
string linked_resource = 4;- Specified by:
getLinkedResourcein interfaceSearchCatalogResultOrBuilder- Returns:
- The linkedResource.
-
getLinkedResourceBytes
public com.google.protobuf.ByteString getLinkedResourceBytes()The full name of the Google Cloud resource the entry belongs to. For more information, see [Full Resource Name] (/apis/design/resource_names#full_resource_name). Example: `//bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID`
string linked_resource = 4;- Specified by:
getLinkedResourceBytesin interfaceSearchCatalogResultOrBuilder- Returns:
- The bytes for linkedResource.
-
setLinkedResource
The full name of the Google Cloud resource the entry belongs to. For more information, see [Full Resource Name] (/apis/design/resource_names#full_resource_name). Example: `//bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID`
string linked_resource = 4;- Parameters:
value- The linkedResource to set.- Returns:
- This builder for chaining.
-
clearLinkedResource
The full name of the Google Cloud resource the entry belongs to. For more information, see [Full Resource Name] (/apis/design/resource_names#full_resource_name). Example: `//bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID`
string linked_resource = 4;- Returns:
- This builder for chaining.
-
setLinkedResourceBytes
The full name of the Google Cloud resource the entry belongs to. For more information, see [Full Resource Name] (/apis/design/resource_names#full_resource_name). Example: `//bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID`
string linked_resource = 4;- Parameters:
value- The bytes for linkedResource to set.- Returns:
- This builder for chaining.
-
hasModifyTime
public boolean hasModifyTime()The last modification timestamp of the entry in the source system.
.google.protobuf.Timestamp modify_time = 7;- Specified by:
hasModifyTimein interfaceSearchCatalogResultOrBuilder- Returns:
- Whether the modifyTime field is set.
-
getModifyTime
public com.google.protobuf.Timestamp getModifyTime()The last modification timestamp of the entry in the source system.
.google.protobuf.Timestamp modify_time = 7;- Specified by:
getModifyTimein interfaceSearchCatalogResultOrBuilder- Returns:
- The modifyTime.
-
setModifyTime
The last modification timestamp of the entry in the source system.
.google.protobuf.Timestamp modify_time = 7; -
setModifyTime
public SearchCatalogResult.Builder setModifyTime(com.google.protobuf.Timestamp.Builder builderForValue) The last modification timestamp of the entry in the source system.
.google.protobuf.Timestamp modify_time = 7; -
mergeModifyTime
The last modification timestamp of the entry in the source system.
.google.protobuf.Timestamp modify_time = 7; -
clearModifyTime
The last modification timestamp of the entry in the source system.
.google.protobuf.Timestamp modify_time = 7; -
getModifyTimeBuilder
public com.google.protobuf.Timestamp.Builder getModifyTimeBuilder()The last modification timestamp of the entry in the source system.
.google.protobuf.Timestamp modify_time = 7; -
getModifyTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getModifyTimeOrBuilder()The last modification timestamp of the entry in the source system.
.google.protobuf.Timestamp modify_time = 7;- Specified by:
getModifyTimeOrBuilderin interfaceSearchCatalogResultOrBuilder
-
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];- Specified by:
hasIntegratedSystemin interfaceSearchCatalogResultOrBuilder- Returns:
- Whether the integratedSystem field is set.
-
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];- Specified by:
getIntegratedSystemValuein interfaceSearchCatalogResultOrBuilder- Returns:
- The enum numeric value on the wire for integratedSystem.
-
setIntegratedSystemValue
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];- Parameters:
value- The enum numeric value on the wire for integratedSystem to set.- Returns:
- This builder for chaining.
-
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];- Specified by:
getIntegratedSystemin interfaceSearchCatalogResultOrBuilder- Returns:
- The integratedSystem.
-
setIntegratedSystem
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];- Parameters:
value- The integratedSystem to set.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-
hasUserSpecifiedSystem
public boolean hasUserSpecifiedSystem()Custom source system that you can manually integrate Data Catalog with.
string user_specified_system = 9;- Specified by:
hasUserSpecifiedSystemin interfaceSearchCatalogResultOrBuilder- Returns:
- Whether the userSpecifiedSystem field is set.
-
getUserSpecifiedSystem
Custom source system that you can manually integrate Data Catalog with.
string user_specified_system = 9;- Specified by:
getUserSpecifiedSystemin interfaceSearchCatalogResultOrBuilder- Returns:
- The userSpecifiedSystem.
-
getUserSpecifiedSystemBytes
public com.google.protobuf.ByteString getUserSpecifiedSystemBytes()Custom source system that you can manually integrate Data Catalog with.
string user_specified_system = 9;- Specified by:
getUserSpecifiedSystemBytesin interfaceSearchCatalogResultOrBuilder- Returns:
- The bytes for userSpecifiedSystem.
-
setUserSpecifiedSystem
Custom source system that you can manually integrate Data Catalog with.
string user_specified_system = 9;- Parameters:
value- The userSpecifiedSystem to set.- Returns:
- This builder for chaining.
-
clearUserSpecifiedSystem
Custom source system that you can manually integrate Data Catalog with.
string user_specified_system = 9;- Returns:
- This builder for chaining.
-
setUserSpecifiedSystemBytes
public SearchCatalogResult.Builder setUserSpecifiedSystemBytes(com.google.protobuf.ByteString value) Custom source system that you can manually integrate Data Catalog with.
string user_specified_system = 9;- Parameters:
value- The bytes for userSpecifiedSystem to set.- Returns:
- This builder for chaining.
-
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;- Specified by:
getFullyQualifiedNamein interfaceSearchCatalogResultOrBuilder- Returns:
- The fullyQualifiedName.
-
getFullyQualifiedNameBytes
public com.google.protobuf.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;- Specified by:
getFullyQualifiedNameBytesin interfaceSearchCatalogResultOrBuilder- Returns:
- The bytes for fullyQualifiedName.
-
setFullyQualifiedName
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;- Parameters:
value- The fullyQualifiedName to set.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-
setFullyQualifiedNameBytes
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;- Parameters:
value- The bytes for fullyQualifiedName to set.- Returns:
- This builder for chaining.
-
getDisplayName
The display name of the result.
string display_name = 12;- Specified by:
getDisplayNamein interfaceSearchCatalogResultOrBuilder- Returns:
- The displayName.
-
getDisplayNameBytes
public com.google.protobuf.ByteString getDisplayNameBytes()The display name of the result.
string display_name = 12;- Specified by:
getDisplayNameBytesin interfaceSearchCatalogResultOrBuilder- Returns:
- The bytes for displayName.
-
setDisplayName
The display name of the result.
string display_name = 12;- Parameters:
value- The displayName to set.- Returns:
- This builder for chaining.
-
clearDisplayName
The display name of the result.
string display_name = 12;- Returns:
- This builder for chaining.
-
setDisplayNameBytes
The display name of the result.
string display_name = 12;- Parameters:
value- The bytes for displayName to set.- Returns:
- This builder for chaining.
-
getDescription
Entry description that can consist of several sentences or paragraphs that describe entry contents.
string description = 13;- Specified by:
getDescriptionin interfaceSearchCatalogResultOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()Entry description that can consist of several sentences or paragraphs that describe entry contents.
string description = 13;- Specified by:
getDescriptionBytesin interfaceSearchCatalogResultOrBuilder- Returns:
- The bytes for description.
-
setDescription
Entry description that can consist of several sentences or paragraphs that describe entry contents.
string description = 13;- Parameters:
value- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
Entry description that can consist of several sentences or paragraphs that describe entry contents.
string description = 13;- Returns:
- This builder for chaining.
-
setDescriptionBytes
Entry description that can consist of several sentences or paragraphs that describe entry contents.
string description = 13;- Parameters:
value- The bytes for description to set.- Returns:
- This builder for chaining.
-