Send feedback
Class LookupEntryRequest.Builder (1.8.3)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.8.3 keyboard_arrow_down
public static final class LookupEntryRequest . Builder extends GeneratedMessageV3 . Builder<LookupEntryRequest . Builder > implements LookupEntryRequestOrBuilder
Request message for
LookupEntry .
Protobuf type google.cloud.datacatalog.v1beta1.LookupEntryRequest
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public LookupEntryRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public LookupEntryRequest build ()
Returns
buildPartial()
public LookupEntryRequest buildPartial ()
Returns
clear()
public LookupEntryRequest . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public LookupEntryRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearLinkedResource()
public LookupEntryRequest . Builder clearLinkedResource ()
The full name of the Google Cloud Platform resource the Data Catalog
entry represents. See:
https://cloud.google.com/apis/design/resource_names#full_resource_name .
Full names are case-sensitive.
Examples:
//bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
//pubsub.googleapis.com/projects/projectId/topics/topicId
string linked_resource = 1;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public LookupEntryRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearSqlResource()
public LookupEntryRequest . Builder clearSqlResource ()
The SQL name of the entry. SQL names are case-sensitive.
Examples:
string sql_resource = 3;
Returns
clearTargetName()
public LookupEntryRequest . Builder clearTargetName ()
Returns
clone()
public LookupEntryRequest . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public LookupEntryRequest getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getLinkedResource()
public String getLinkedResource ()
The full name of the Google Cloud Platform resource the Data Catalog
entry represents. See:
https://cloud.google.com/apis/design/resource_names#full_resource_name .
Full names are case-sensitive.
Examples:
//bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
//pubsub.googleapis.com/projects/projectId/topics/topicId
string linked_resource = 1;
Returns
Type Description String The linkedResource.
getLinkedResourceBytes()
public ByteString getLinkedResourceBytes ()
The full name of the Google Cloud Platform resource the Data Catalog
entry represents. See:
https://cloud.google.com/apis/design/resource_names#full_resource_name .
Full names are case-sensitive.
Examples:
//bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
//pubsub.googleapis.com/projects/projectId/topics/topicId
string linked_resource = 1;
Returns
Type Description ByteString The bytes for linkedResource.
getSqlResource()
public String getSqlResource ()
The SQL name of the entry. SQL names are case-sensitive.
Examples:
string sql_resource = 3;
Returns
Type Description String The sqlResource.
getSqlResourceBytes()
public ByteString getSqlResourceBytes ()
The SQL name of the entry. SQL names are case-sensitive.
Examples:
string sql_resource = 3;
Returns
Type Description ByteString The bytes for sqlResource.
getTargetNameCase()
public LookupEntryRequest . TargetNameCase getTargetNameCase ()
Returns
hasLinkedResource()
public boolean hasLinkedResource ()
The full name of the Google Cloud Platform resource the Data Catalog
entry represents. See:
https://cloud.google.com/apis/design/resource_names#full_resource_name .
Full names are case-sensitive.
Examples:
//bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
//pubsub.googleapis.com/projects/projectId/topics/topicId
string linked_resource = 1;
Returns
Type Description boolean Whether the linkedResource field is set.
hasSqlResource()
public boolean hasSqlResource ()
The SQL name of the entry. SQL names are case-sensitive.
Examples:
string sql_resource = 3;
Returns
Type Description boolean Whether the sqlResource field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(LookupEntryRequest other)
public LookupEntryRequest . Builder mergeFrom ( LookupEntryRequest other )
Parameter
Returns
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public LookupEntryRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public LookupEntryRequest . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final LookupEntryRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public LookupEntryRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setLinkedResource(String value)
public LookupEntryRequest . Builder setLinkedResource ( String value )
The full name of the Google Cloud Platform resource the Data Catalog
entry represents. See:
https://cloud.google.com/apis/design/resource_names#full_resource_name .
Full names are case-sensitive.
Examples:
//bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
//pubsub.googleapis.com/projects/projectId/topics/topicId
string linked_resource = 1;
Parameter
Name Description value String
The linkedResource to set.
Returns
setLinkedResourceBytes(ByteString value)
public LookupEntryRequest . Builder setLinkedResourceBytes ( ByteString value )
The full name of the Google Cloud Platform resource the Data Catalog
entry represents. See:
https://cloud.google.com/apis/design/resource_names#full_resource_name .
Full names are case-sensitive.
Examples:
//bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
//pubsub.googleapis.com/projects/projectId/topics/topicId
string linked_resource = 1;
Parameter
Name Description value ByteString
The bytes for linkedResource to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public LookupEntryRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setSqlResource(String value)
public LookupEntryRequest . Builder setSqlResource ( String value )
The SQL name of the entry. SQL names are case-sensitive.
Examples:
string sql_resource = 3;
Parameter
Name Description value String
The sqlResource to set.
Returns
setSqlResourceBytes(ByteString value)
public LookupEntryRequest . Builder setSqlResourceBytes ( ByteString value )
The SQL name of the entry. SQL names are case-sensitive.
Examples:
string sql_resource = 3;
Parameter
Name Description value ByteString
The bytes for sqlResource to set.
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final LookupEntryRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]