public interface ListContentResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContent(int index)
public abstract Content getContent(int index)Content under the given parent lake.
repeated .google.cloud.dataplex.v1.Content content = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Content |
|
getContentCount()
public abstract int getContentCount()Content under the given parent lake.
repeated .google.cloud.dataplex.v1.Content content = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getContentList()
public abstract List<Content> getContentList()Content under the given parent lake.
repeated .google.cloud.dataplex.v1.Content content = 1;
| Returns | |
|---|---|
| Type | Description |
List<Content> |
|
getContentOrBuilder(int index)
public abstract ContentOrBuilder getContentOrBuilder(int index)Content under the given parent lake.
repeated .google.cloud.dataplex.v1.Content content = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ContentOrBuilder |
|
getContentOrBuilderList()
public abstract List<? extends ContentOrBuilder> getContentOrBuilderList()Content under the given parent lake.
repeated .google.cloud.dataplex.v1.Content content = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dataplex.v1.ContentOrBuilder> |
|
getNextPageToken()
public abstract 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 abstract 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. |