public static final class LookupEntryLinksResponse.Builder extends GeneratedMessage.Builder<LookupEntryLinksResponse.Builder> implements LookupEntryLinksResponseOrBuilderResponse message for LookupEntryLinks.
Protobuf type google.cloud.dataplex.v1.LookupEntryLinksResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > LookupEntryLinksResponse.BuilderImplements
LookupEntryLinksResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllEntryLinks(Iterable<? extends EntryLink> values)
public LookupEntryLinksResponse.Builder addAllEntryLinks(Iterable<? extends EntryLink> values)List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.dataplex.v1.EntryLink> |
| Returns | |
|---|---|
| Type | Description |
LookupEntryLinksResponse.Builder |
|
addEntryLinks(EntryLink value)
public LookupEntryLinksResponse.Builder addEntryLinks(EntryLink value)List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
EntryLink |
| Returns | |
|---|---|
| Type | Description |
LookupEntryLinksResponse.Builder |
|
addEntryLinks(EntryLink.Builder builderForValue)
public LookupEntryLinksResponse.Builder addEntryLinks(EntryLink.Builder builderForValue)List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
EntryLink.Builder |
| Returns | |
|---|---|
| Type | Description |
LookupEntryLinksResponse.Builder |
|
addEntryLinks(int index, EntryLink value)
public LookupEntryLinksResponse.Builder addEntryLinks(int index, EntryLink value)List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
EntryLink |
| Returns | |
|---|---|
| Type | Description |
LookupEntryLinksResponse.Builder |
|
addEntryLinks(int index, EntryLink.Builder builderForValue)
public LookupEntryLinksResponse.Builder addEntryLinks(int index, EntryLink.Builder builderForValue)List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
EntryLink.Builder |
| Returns | |
|---|---|
| Type | Description |
LookupEntryLinksResponse.Builder |
|
addEntryLinksBuilder()
public EntryLink.Builder addEntryLinksBuilder()List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Returns | |
|---|---|
| Type | Description |
EntryLink.Builder |
|
addEntryLinksBuilder(int index)
public EntryLink.Builder addEntryLinksBuilder(int index)List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EntryLink.Builder |
|
build()
public LookupEntryLinksResponse build()| Returns | |
|---|---|
| Type | Description |
LookupEntryLinksResponse |
|
buildPartial()
public LookupEntryLinksResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
LookupEntryLinksResponse |
|
clear()
public LookupEntryLinksResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
LookupEntryLinksResponse.Builder |
|
clearEntryLinks()
public LookupEntryLinksResponse.Builder clearEntryLinks()List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Returns | |
|---|---|
| Type | Description |
LookupEntryLinksResponse.Builder |
|
clearNextPageToken()
public LookupEntryLinksResponse.Builder clearNextPageToken()Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
LookupEntryLinksResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public LookupEntryLinksResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
LookupEntryLinksResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEntryLinks(int index)
public EntryLink getEntryLinks(int index)List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EntryLink |
|
getEntryLinksBuilder(int index)
public EntryLink.Builder getEntryLinksBuilder(int index)List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EntryLink.Builder |
|
getEntryLinksBuilderList()
public List<EntryLink.Builder> getEntryLinksBuilderList()List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getEntryLinksCount()
public int getEntryLinksCount()List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEntryLinksList()
public List<EntryLink> getEntryLinksList()List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Returns | |
|---|---|
| Type | Description |
List<EntryLink> |
|
getEntryLinksOrBuilder(int index)
public EntryLinkOrBuilder getEntryLinksOrBuilder(int index)List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EntryLinkOrBuilder |
|
getEntryLinksOrBuilderList()
public List<? extends EntryLinkOrBuilder> getEntryLinksOrBuilderList()List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dataplex.v1.EntryLinkOrBuilder> |
|
getNextPageToken()
public String getNextPageToken()Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(LookupEntryLinksResponse other)
public LookupEntryLinksResponse.Builder mergeFrom(LookupEntryLinksResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
LookupEntryLinksResponse |
| Returns | |
|---|---|
| Type | Description |
LookupEntryLinksResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public LookupEntryLinksResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LookupEntryLinksResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public LookupEntryLinksResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
LookupEntryLinksResponse.Builder |
|
removeEntryLinks(int index)
public LookupEntryLinksResponse.Builder removeEntryLinks(int index)List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LookupEntryLinksResponse.Builder |
|
setEntryLinks(int index, EntryLink value)
public LookupEntryLinksResponse.Builder setEntryLinks(int index, EntryLink value)List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
EntryLink |
| Returns | |
|---|---|
| Type | Description |
LookupEntryLinksResponse.Builder |
|
setEntryLinks(int index, EntryLink.Builder builderForValue)
public LookupEntryLinksResponse.Builder setEntryLinks(int index, EntryLink.Builder builderForValue)List of entry links that reference the specified entry.
repeated .google.cloud.dataplex.v1.EntryLink entry_links = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
EntryLink.Builder |
| Returns | |
|---|---|
| Type | Description |
LookupEntryLinksResponse.Builder |
|
setNextPageToken(String value)
public LookupEntryLinksResponse.Builder setNextPageToken(String value)Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
LookupEntryLinksResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public LookupEntryLinksResponse.Builder setNextPageTokenBytes(ByteString value)Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
LookupEntryLinksResponse.Builder |
This builder for chaining. |