public interface QueryUserRootContentsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntries(int index)
public abstract QueryUserRootContentsResponse.RootContentsEntry getEntries(int index)List of entries in the folder.
repeated .google.cloud.dataform.v1beta1.QueryUserRootContentsResponse.RootContentsEntry entries = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
QueryUserRootContentsResponse.RootContentsEntry |
|
getEntriesCount()
public abstract int getEntriesCount()List of entries in the folder.
repeated .google.cloud.dataform.v1beta1.QueryUserRootContentsResponse.RootContentsEntry entries = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEntriesList()
public abstract List<QueryUserRootContentsResponse.RootContentsEntry> getEntriesList()List of entries in the folder.
repeated .google.cloud.dataform.v1beta1.QueryUserRootContentsResponse.RootContentsEntry entries = 1;
| Returns | |
|---|---|
| Type | Description |
List<RootContentsEntry> |
|
getEntriesOrBuilder(int index)
public abstract QueryUserRootContentsResponse.RootContentsEntryOrBuilder getEntriesOrBuilder(int index)List of entries in the folder.
repeated .google.cloud.dataform.v1beta1.QueryUserRootContentsResponse.RootContentsEntry entries = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
QueryUserRootContentsResponse.RootContentsEntryOrBuilder |
|
getEntriesOrBuilderList()
public abstract List<? extends QueryUserRootContentsResponse.RootContentsEntryOrBuilder> getEntriesOrBuilderList()List of entries in the folder.
repeated .google.cloud.dataform.v1beta1.QueryUserRootContentsResponse.RootContentsEntry entries = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dataform.v1beta1.QueryUserRootContentsResponse.RootContentsEntryOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |