Class LookupEntryLinksRequest.Builder (1.86.0)

public static final class LookupEntryLinksRequest.Builder extends GeneratedMessage.Builder<LookupEntryLinksRequest.Builder> implements LookupEntryLinksRequestOrBuilder

Request message for LookupEntryLinks.

Protobuf type google.cloud.dataplex.v1.LookupEntryLinksRequest

Static Methods

getDescriptor()

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

Methods

addAllEntryLinkTypes(Iterable<String> values)

public LookupEntryLinksRequest.Builder addAllEntryLinkTypes(Iterable<String> values)

Entry link types to filter the response by. If empty, all entry link types will be returned. At most 10 entry link types can be specified.

repeated string entry_link_types = 4;

Parameter
Name Description
values Iterable<String>

The entryLinkTypes to add.

Returns
Type Description
LookupEntryLinksRequest.Builder

This builder for chaining.

addEntryLinkTypes(String value)

public LookupEntryLinksRequest.Builder addEntryLinkTypes(String value)

Entry link types to filter the response by. If empty, all entry link types will be returned. At most 10 entry link types can be specified.

repeated string entry_link_types = 4;

Parameter
Name Description
value String

The entryLinkTypes to add.

Returns
Type Description
LookupEntryLinksRequest.Builder

This builder for chaining.

addEntryLinkTypesBytes(ByteString value)

public LookupEntryLinksRequest.Builder addEntryLinkTypesBytes(ByteString value)

Entry link types to filter the response by. If empty, all entry link types will be returned. At most 10 entry link types can be specified.

repeated string entry_link_types = 4;

Parameter
Name Description
value ByteString

The bytes of the entryLinkTypes to add.

Returns
Type Description
LookupEntryLinksRequest.Builder

This builder for chaining.

build()

public LookupEntryLinksRequest build()
Returns
Type Description
LookupEntryLinksRequest

buildPartial()

public LookupEntryLinksRequest buildPartial()
Returns
Type Description
LookupEntryLinksRequest

clear()

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

clearEntry()

public LookupEntryLinksRequest.Builder clearEntry()

Required. The resource name of the referred Entry. Format: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}. Entry Links which references this entry will be returned in the response.

string entry = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
LookupEntryLinksRequest.Builder

This builder for chaining.

clearEntryLinkTypes()

public LookupEntryLinksRequest.Builder clearEntryLinkTypes()

Entry link types to filter the response by. If empty, all entry link types will be returned. At most 10 entry link types can be specified.

repeated string entry_link_types = 4;

Returns
Type Description
LookupEntryLinksRequest.Builder

This builder for chaining.

clearEntryMode()

public LookupEntryLinksRequest.Builder clearEntryMode()

Mode of entry reference.

.google.cloud.dataplex.v1.LookupEntryLinksRequest.EntryMode entry_mode = 3;

Returns
Type Description
LookupEntryLinksRequest.Builder

This builder for chaining.

clearName()

public LookupEntryLinksRequest.Builder clearName()

Required. The project to which the request should be attributed to Format: projects/{project_id_or_number}/locations/{location_id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
LookupEntryLinksRequest.Builder

This builder for chaining.

clearPageSize()

public LookupEntryLinksRequest.Builder clearPageSize()

Maximum number of EntryLinks to return. The service may return fewer than this value. If unspecified, at most 10 EntryLinks will be returned. The maximum value is 10; values above 10 will be coerced to 10.

int32 page_size = 5;

Returns
Type Description
LookupEntryLinksRequest.Builder

This builder for chaining.

clearPageToken()

public LookupEntryLinksRequest.Builder clearPageToken()

Page token received from a previous LookupEntryLinks call. Provide this to retrieve the subsequent page. When paginating, all other parameters that are provided to the LookupEntryLinks request must match the call that provided the page token.

string page_token = 6;

Returns
Type Description
LookupEntryLinksRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public LookupEntryLinksRequest getDefaultInstanceForType()
Returns
Type Description
LookupEntryLinksRequest

getDescriptorForType()

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

getEntry()

public String getEntry()

Required. The resource name of the referred Entry. Format: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}. Entry Links which references this entry will be returned in the response.

string entry = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The entry.

getEntryBytes()

public ByteString getEntryBytes()

Required. The resource name of the referred Entry. Format: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}. Entry Links which references this entry will be returned in the response.

string entry = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for entry.

getEntryLinkTypes(int index)

public String getEntryLinkTypes(int index)

Entry link types to filter the response by. If empty, all entry link types will be returned. At most 10 entry link types can be specified.

repeated string entry_link_types = 4;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The entryLinkTypes at the given index.

getEntryLinkTypesBytes(int index)

public ByteString getEntryLinkTypesBytes(int index)

Entry link types to filter the response by. If empty, all entry link types will be returned. At most 10 entry link types can be specified.

repeated string entry_link_types = 4;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the entryLinkTypes at the given index.

getEntryLinkTypesCount()

public int getEntryLinkTypesCount()

Entry link types to filter the response by. If empty, all entry link types will be returned. At most 10 entry link types can be specified.

repeated string entry_link_types = 4;

Returns
Type Description
int

The count of entryLinkTypes.

getEntryLinkTypesList()

public ProtocolStringList getEntryLinkTypesList()

Entry link types to filter the response by. If empty, all entry link types will be returned. At most 10 entry link types can be specified.

repeated string entry_link_types = 4;

Returns
Type Description
ProtocolStringList

A list containing the entryLinkTypes.

getEntryMode()

public LookupEntryLinksRequest.EntryMode getEntryMode()

Mode of entry reference.

.google.cloud.dataplex.v1.LookupEntryLinksRequest.EntryMode entry_mode = 3;

Returns
Type Description
LookupEntryLinksRequest.EntryMode

The entryMode.

getEntryModeValue()

public int getEntryModeValue()

Mode of entry reference.

.google.cloud.dataplex.v1.LookupEntryLinksRequest.EntryMode entry_mode = 3;

Returns
Type Description
int

The enum numeric value on the wire for entryMode.

getName()

public String getName()

Required. The project to which the request should be attributed to Format: projects/{project_id_or_number}/locations/{location_id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The project to which the request should be attributed to Format: projects/{project_id_or_number}/locations/{location_id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for name.

getPageSize()

public int getPageSize()

Maximum number of EntryLinks to return. The service may return fewer than this value. If unspecified, at most 10 EntryLinks will be returned. The maximum value is 10; values above 10 will be coerced to 10.

int32 page_size = 5;

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

Page token received from a previous LookupEntryLinks call. Provide this to retrieve the subsequent page. When paginating, all other parameters that are provided to the LookupEntryLinks request must match the call that provided the page token.

string page_token = 6;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Page token received from a previous LookupEntryLinks call. Provide this to retrieve the subsequent page. When paginating, all other parameters that are provided to the LookupEntryLinks request must match the call that provided the page token.

string page_token = 6;

Returns
Type Description
ByteString

The bytes for pageToken.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(LookupEntryLinksRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEntry(String value)

public LookupEntryLinksRequest.Builder setEntry(String value)

Required. The resource name of the referred Entry. Format: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}. Entry Links which references this entry will be returned in the response.

string entry = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The entry to set.

Returns
Type Description
LookupEntryLinksRequest.Builder

This builder for chaining.

setEntryBytes(ByteString value)

public LookupEntryLinksRequest.Builder setEntryBytes(ByteString value)

Required. The resource name of the referred Entry. Format: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}. Entry Links which references this entry will be returned in the response.

string entry = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for entry to set.

Returns
Type Description
LookupEntryLinksRequest.Builder

This builder for chaining.

setEntryLinkTypes(int index, String value)

public LookupEntryLinksRequest.Builder setEntryLinkTypes(int index, String value)

Entry link types to filter the response by. If empty, all entry link types will be returned. At most 10 entry link types can be specified.

repeated string entry_link_types = 4;

Parameters
Name Description
index int

The index to set the value at.

value String

The entryLinkTypes to set.

Returns
Type Description
LookupEntryLinksRequest.Builder

This builder for chaining.

setEntryMode(LookupEntryLinksRequest.EntryMode value)

public LookupEntryLinksRequest.Builder setEntryMode(LookupEntryLinksRequest.EntryMode value)

Mode of entry reference.

.google.cloud.dataplex.v1.LookupEntryLinksRequest.EntryMode entry_mode = 3;

Parameter
Name Description
value LookupEntryLinksRequest.EntryMode

The entryMode to set.

Returns
Type Description
LookupEntryLinksRequest.Builder

This builder for chaining.

setEntryModeValue(int value)

public LookupEntryLinksRequest.Builder setEntryModeValue(int value)

Mode of entry reference.

.google.cloud.dataplex.v1.LookupEntryLinksRequest.EntryMode entry_mode = 3;

Parameter
Name Description
value int

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

Returns
Type Description
LookupEntryLinksRequest.Builder

This builder for chaining.

setName(String value)

public LookupEntryLinksRequest.Builder setName(String value)

Required. The project to which the request should be attributed to Format: projects/{project_id_or_number}/locations/{location_id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The name to set.

Returns
Type Description
LookupEntryLinksRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public LookupEntryLinksRequest.Builder setNameBytes(ByteString value)

Required. The project to which the request should be attributed to Format: projects/{project_id_or_number}/locations/{location_id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
LookupEntryLinksRequest.Builder

This builder for chaining.

setPageSize(int value)

public LookupEntryLinksRequest.Builder setPageSize(int value)

Maximum number of EntryLinks to return. The service may return fewer than this value. If unspecified, at most 10 EntryLinks will be returned. The maximum value is 10; values above 10 will be coerced to 10.

int32 page_size = 5;

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
LookupEntryLinksRequest.Builder

This builder for chaining.

setPageToken(String value)

public LookupEntryLinksRequest.Builder setPageToken(String value)

Page token received from a previous LookupEntryLinks call. Provide this to retrieve the subsequent page. When paginating, all other parameters that are provided to the LookupEntryLinks request must match the call that provided the page token.

string page_token = 6;

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
LookupEntryLinksRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public LookupEntryLinksRequest.Builder setPageTokenBytes(ByteString value)

Page token received from a previous LookupEntryLinks call. Provide this to retrieve the subsequent page. When paginating, all other parameters that are provided to the LookupEntryLinks request must match the call that provided the page token.

string page_token = 6;

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
LookupEntryLinksRequest.Builder

This builder for chaining.