public interface QueryDirectoryContentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
QueryDirectoryContentsResponse.DirectoryEntry |
getDirectoryEntries(int index)
List of entries in the directory.
|
int |
getDirectoryEntriesCount()
List of entries in the directory.
|
List<QueryDirectoryContentsResponse.DirectoryEntry> |
getDirectoryEntriesList()
List of entries in the directory.
|
QueryDirectoryContentsResponse.DirectoryEntryOrBuilder |
getDirectoryEntriesOrBuilder(int index)
List of entries in the directory.
|
List<? extends QueryDirectoryContentsResponse.DirectoryEntryOrBuilder> |
getDirectoryEntriesOrBuilderList()
List of entries in the directory.
|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<QueryDirectoryContentsResponse.DirectoryEntry> getDirectoryEntriesList()
List of entries in the directory.
repeated .google.cloud.dataform.v1alpha2.QueryDirectoryContentsResponse.DirectoryEntry directory_entries = 1;
QueryDirectoryContentsResponse.DirectoryEntry getDirectoryEntries(int index)
List of entries in the directory.
repeated .google.cloud.dataform.v1alpha2.QueryDirectoryContentsResponse.DirectoryEntry directory_entries = 1;
int getDirectoryEntriesCount()
List of entries in the directory.
repeated .google.cloud.dataform.v1alpha2.QueryDirectoryContentsResponse.DirectoryEntry directory_entries = 1;
List<? extends QueryDirectoryContentsResponse.DirectoryEntryOrBuilder> getDirectoryEntriesOrBuilderList()
List of entries in the directory.
repeated .google.cloud.dataform.v1alpha2.QueryDirectoryContentsResponse.DirectoryEntry directory_entries = 1;
QueryDirectoryContentsResponse.DirectoryEntryOrBuilder getDirectoryEntriesOrBuilder(int index)
List of entries in the directory.
repeated .google.cloud.dataform.v1alpha2.QueryDirectoryContentsResponse.DirectoryEntry directory_entries = 1;
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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.