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.GeneratedMessageV3.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.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 typegoogle.cloud.datacatalog.v1.SearchCatalogResult
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchCatalogResult.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SearchCatalogResult
build()
SearchCatalogResult
buildPartial()
SearchCatalogResult.Builder
clear()
SearchCatalogResult.Builder
clearDescription()
Entry description that can consist of several sentences or paragraphs that describe entry contents.SearchCatalogResult.Builder
clearDisplayName()
The display name of the result.SearchCatalogResult.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
SearchCatalogResult.Builder
clearFullyQualifiedName()
Fully qualified name (FQN) of the resource.SearchCatalogResult.Builder
clearIntegratedSystem()
Output only.SearchCatalogResult.Builder
clearLinkedResource()
The full name of the Google Cloud resource the entry belongs to.SearchCatalogResult.Builder
clearModifyTime()
The last modification timestamp of the entry in the source system.SearchCatalogResult.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
SearchCatalogResult.Builder
clearRelativeResourceName()
The relative name of the resource in URL format.SearchCatalogResult.Builder
clearSearchResultSubtype()
Sub-type of the search result.SearchCatalogResult.Builder
clearSearchResultType()
Type of the search result.SearchCatalogResult.Builder
clearSystem()
SearchCatalogResult.Builder
clearUserSpecifiedSystem()
Custom source system that you can manually integrate Data Catalog with.SearchCatalogResult.Builder
clone()
SearchCatalogResult
getDefaultInstanceForType()
String
getDescription()
Entry description that can consist of several sentences or paragraphs that describe entry contents.com.google.protobuf.ByteString
getDescriptionBytes()
Entry description that can consist of several sentences or paragraphs that describe entry contents.static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getDisplayName()
The display name of the result.com.google.protobuf.ByteString
getDisplayNameBytes()
The display name of the result.String
getFullyQualifiedName()
Fully qualified name (FQN) of the resource.com.google.protobuf.ByteString
getFullyQualifiedNameBytes()
Fully qualified name (FQN) of the resource.IntegratedSystem
getIntegratedSystem()
Output only.int
getIntegratedSystemValue()
Output only.String
getLinkedResource()
The full name of the Google Cloud resource the entry belongs to.com.google.protobuf.ByteString
getLinkedResourceBytes()
The full name of the Google Cloud resource the entry belongs to.com.google.protobuf.Timestamp
getModifyTime()
The last modification timestamp of the entry in the source system.com.google.protobuf.Timestamp.Builder
getModifyTimeBuilder()
The last modification timestamp of the entry in the source system.com.google.protobuf.TimestampOrBuilder
getModifyTimeOrBuilder()
The last modification timestamp of the entry in the source system.String
getRelativeResourceName()
The relative name of the resource in URL format.com.google.protobuf.ByteString
getRelativeResourceNameBytes()
The relative name of the resource in URL format.String
getSearchResultSubtype()
Sub-type of the search result.com.google.protobuf.ByteString
getSearchResultSubtypeBytes()
Sub-type of the search result.SearchResultType
getSearchResultType()
Type of the search result.int
getSearchResultTypeValue()
Type of the search result.SearchCatalogResult.SystemCase
getSystemCase()
String
getUserSpecifiedSystem()
Custom source system that you can manually integrate Data Catalog with.com.google.protobuf.ByteString
getUserSpecifiedSystemBytes()
Custom source system that you can manually integrate Data Catalog with.boolean
hasIntegratedSystem()
Output only.boolean
hasModifyTime()
The last modification timestamp of the entry in the source system.boolean
hasUserSpecifiedSystem()
Custom source system that you can manually integrate Data Catalog with.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
SearchCatalogResult.Builder
mergeFrom(SearchCatalogResult other)
SearchCatalogResult.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SearchCatalogResult.Builder
mergeFrom(com.google.protobuf.Message other)
SearchCatalogResult.Builder
mergeModifyTime(com.google.protobuf.Timestamp value)
The last modification timestamp of the entry in the source system.SearchCatalogResult.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
SearchCatalogResult.Builder
setDescription(String value)
Entry description that can consist of several sentences or paragraphs that describe entry contents.SearchCatalogResult.Builder
setDescriptionBytes(com.google.protobuf.ByteString value)
Entry description that can consist of several sentences or paragraphs that describe entry contents.SearchCatalogResult.Builder
setDisplayName(String value)
The display name of the result.SearchCatalogResult.Builder
setDisplayNameBytes(com.google.protobuf.ByteString value)
The display name of the result.SearchCatalogResult.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SearchCatalogResult.Builder
setFullyQualifiedName(String value)
Fully qualified name (FQN) of the resource.SearchCatalogResult.Builder
setFullyQualifiedNameBytes(com.google.protobuf.ByteString value)
Fully qualified name (FQN) of the resource.SearchCatalogResult.Builder
setIntegratedSystem(IntegratedSystem value)
Output only.SearchCatalogResult.Builder
setIntegratedSystemValue(int value)
Output only.SearchCatalogResult.Builder
setLinkedResource(String value)
The full name of the Google Cloud resource the entry belongs to.SearchCatalogResult.Builder
setLinkedResourceBytes(com.google.protobuf.ByteString value)
The full name of the Google Cloud resource the entry belongs to.SearchCatalogResult.Builder
setModifyTime(com.google.protobuf.Timestamp value)
The last modification timestamp of the entry in the source system.SearchCatalogResult.Builder
setModifyTime(com.google.protobuf.Timestamp.Builder builderForValue)
The last modification timestamp of the entry in the source system.SearchCatalogResult.Builder
setRelativeResourceName(String value)
The relative name of the resource in URL format.SearchCatalogResult.Builder
setRelativeResourceNameBytes(com.google.protobuf.ByteString value)
The relative name of the resource in URL format.SearchCatalogResult.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
SearchCatalogResult.Builder
setSearchResultSubtype(String value)
Sub-type of the search result.SearchCatalogResult.Builder
setSearchResultSubtypeBytes(com.google.protobuf.ByteString value)
Sub-type of the search result.SearchCatalogResult.Builder
setSearchResultType(SearchResultType value)
Type of the search result.SearchCatalogResult.Builder
setSearchResultTypeValue(int value)
Type of the search result.SearchCatalogResult.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
SearchCatalogResult.Builder
setUserSpecifiedSystem(String value)
Custom source system that you can manually integrate Data Catalog with.SearchCatalogResult.Builder
setUserSpecifiedSystemBytes(com.google.protobuf.ByteString value)
Custom source system that you can manually integrate Data Catalog with.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
-
clear
public SearchCatalogResult.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
-
getDefaultInstanceForType
public SearchCatalogResult getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public SearchCatalogResult build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public SearchCatalogResult buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public SearchCatalogResult.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
-
setField
public SearchCatalogResult.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
-
clearField
public SearchCatalogResult.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
-
clearOneof
public SearchCatalogResult.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
-
setRepeatedField
public SearchCatalogResult.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
-
addRepeatedField
public SearchCatalogResult.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
-
mergeFrom
public SearchCatalogResult.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<SearchCatalogResult.Builder>
-
mergeFrom
public SearchCatalogResult.Builder mergeFrom(SearchCatalogResult other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
-
mergeFrom
public SearchCatalogResult.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<SearchCatalogResult.Builder>
- Throws:
IOException
-
getSystemCase
public SearchCatalogResult.SystemCase getSystemCase()
- Specified by:
getSystemCase
in interfaceSearchCatalogResultOrBuilder
-
clearSystem
public SearchCatalogResult.Builder 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:
getSearchResultTypeValue
in interfaceSearchCatalogResultOrBuilder
- Returns:
- The enum numeric value on the wire for searchResultType.
-
setSearchResultTypeValue
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;
- Parameters:
value
- The enum numeric value on the wire for searchResultType to set.- Returns:
- This builder for chaining.
-
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;
- Specified by:
getSearchResultType
in interfaceSearchCatalogResultOrBuilder
- Returns:
- The searchResultType.
-
setSearchResultType
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;
- Parameters:
value
- The searchResultType to set.- Returns:
- 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:
- This builder for chaining.
-
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;
- Specified by:
getSearchResultSubtype
in 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:
getSearchResultSubtypeBytes
in interfaceSearchCatalogResultOrBuilder
- Returns:
- The bytes for searchResultSubtype.
-
setSearchResultSubtype
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;
- Parameters:
value
- The searchResultSubtype to set.- Returns:
- 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:
- 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
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;
- Specified by:
getRelativeResourceName
in 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:
getRelativeResourceNameBytes
in interfaceSearchCatalogResultOrBuilder
- Returns:
- The bytes for relativeResourceName.
-
setRelativeResourceName
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;
- Parameters:
value
- The relativeResourceName to set.- Returns:
- This builder for chaining.
-
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:
- 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
public String 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:
getLinkedResource
in 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:
getLinkedResourceBytes
in interfaceSearchCatalogResultOrBuilder
- Returns:
- The bytes for linkedResource.
-
setLinkedResource
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] (/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
public SearchCatalogResult.Builder 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
public SearchCatalogResult.Builder setLinkedResourceBytes(com.google.protobuf.ByteString value)
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:
hasModifyTime
in 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:
getModifyTime
in interfaceSearchCatalogResultOrBuilder
- Returns:
- The modifyTime.
-
setModifyTime
public SearchCatalogResult.Builder setModifyTime(com.google.protobuf.Timestamp value)
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
public SearchCatalogResult.Builder mergeModifyTime(com.google.protobuf.Timestamp value)
The last modification timestamp of the entry in the source system.
.google.protobuf.Timestamp modify_time = 7;
-
clearModifyTime
public SearchCatalogResult.Builder 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:
getModifyTimeOrBuilder
in 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:
hasIntegratedSystem
in 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:
getIntegratedSystemValue
in interfaceSearchCatalogResultOrBuilder
- Returns:
- The enum numeric value on the wire for integratedSystem.
-
setIntegratedSystemValue
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];
- Parameters:
value
- The enum numeric value on the wire for integratedSystem to set.- Returns:
- This builder for chaining.
-
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];
- Specified by:
getIntegratedSystem
in interfaceSearchCatalogResultOrBuilder
- Returns:
- The integratedSystem.
-
setIntegratedSystem
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];
- Parameters:
value
- The integratedSystem to set.- Returns:
- 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:
- 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:
hasUserSpecifiedSystem
in interfaceSearchCatalogResultOrBuilder
- Returns:
- Whether the userSpecifiedSystem field is set.
-
getUserSpecifiedSystem
public String getUserSpecifiedSystem()
Custom source system that you can manually integrate Data Catalog with.
string user_specified_system = 9;
- Specified by:
getUserSpecifiedSystem
in 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:
getUserSpecifiedSystemBytes
in interfaceSearchCatalogResultOrBuilder
- Returns:
- The bytes for userSpecifiedSystem.
-
setUserSpecifiedSystem
public SearchCatalogResult.Builder setUserSpecifiedSystem(String value)
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
public SearchCatalogResult.Builder 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
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;
- Specified by:
getFullyQualifiedName
in 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:
getFullyQualifiedNameBytes
in interfaceSearchCatalogResultOrBuilder
- Returns:
- The bytes for fullyQualifiedName.
-
setFullyQualifiedName
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;
- Parameters:
value
- The fullyQualifiedName to set.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-
setFullyQualifiedNameBytes
public SearchCatalogResult.Builder setFullyQualifiedNameBytes(com.google.protobuf.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;
- Parameters:
value
- The bytes for fullyQualifiedName to set.- Returns:
- This builder for chaining.
-
getDisplayName
public String getDisplayName()
The display name of the result.
string display_name = 12;
- Specified by:
getDisplayName
in interfaceSearchCatalogResultOrBuilder
- Returns:
- The displayName.
-
getDisplayNameBytes
public com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the result.
string display_name = 12;
- Specified by:
getDisplayNameBytes
in interfaceSearchCatalogResultOrBuilder
- Returns:
- The bytes for displayName.
-
setDisplayName
public SearchCatalogResult.Builder setDisplayName(String value)
The display name of the result.
string display_name = 12;
- Parameters:
value
- The displayName to set.- Returns:
- This builder for chaining.
-
clearDisplayName
public SearchCatalogResult.Builder clearDisplayName()
The display name of the result.
string display_name = 12;
- Returns:
- This builder for chaining.
-
setDisplayNameBytes
public SearchCatalogResult.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
The display name of the result.
string display_name = 12;
- Parameters:
value
- The bytes for displayName to set.- Returns:
- This builder for chaining.
-
getDescription
public String getDescription()
Entry description that can consist of several sentences or paragraphs that describe entry contents.
string description = 13;
- Specified by:
getDescription
in 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:
getDescriptionBytes
in interfaceSearchCatalogResultOrBuilder
- Returns:
- The bytes for description.
-
setDescription
public SearchCatalogResult.Builder setDescription(String value)
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
public SearchCatalogResult.Builder clearDescription()
Entry description that can consist of several sentences or paragraphs that describe entry contents.
string description = 13;
- Returns:
- This builder for chaining.
-
setDescriptionBytes
public SearchCatalogResult.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
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.
-
setUnknownFields
public final SearchCatalogResult.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
-
mergeUnknownFields
public final SearchCatalogResult.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
-
-