public interface LookupEntryLinksRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntry()
public abstract 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 abstract 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 abstract 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 |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The entryLinkTypes at the given index. |
getEntryLinkTypesBytes(int index)
public abstract 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 |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the entryLinkTypes at the given index. |
getEntryLinkTypesCount()
public abstract 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 abstract List<String> 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 |
List<String> |
A list containing the entryLinkTypes. |
getEntryMode()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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. |