public interface ListEntitiesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntities(int index)
public abstract Entity getEntities(int index)Entities in the specified parent zone.
repeated .google.cloud.dataplex.v1.Entity entities = 1;
| Name | Description |
| index | int |
| Type | Description |
| Entity |
getEntitiesCount()
public abstract int getEntitiesCount()Entities in the specified parent zone.
repeated .google.cloud.dataplex.v1.Entity entities = 1;
| Type | Description |
| int |
getEntitiesList()
public abstract List<Entity> getEntitiesList()Entities in the specified parent zone.
repeated .google.cloud.dataplex.v1.Entity entities = 1;
| Type | Description |
| List<Entity> |
getEntitiesOrBuilder(int index)
public abstract EntityOrBuilder getEntitiesOrBuilder(int index)Entities in the specified parent zone.
repeated .google.cloud.dataplex.v1.Entity entities = 1;
| Name | Description |
| index | int |
| Type | Description |
| EntityOrBuilder |
getEntitiesOrBuilderList()
public abstract List<? extends EntityOrBuilder> getEntitiesOrBuilderList()Entities in the specified parent zone.
repeated .google.cloud.dataplex.v1.Entity entities = 1;
| Type | Description |
| List<? extends com.google.cloud.dataplex.v1.EntityOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()Token to retrieve the next page of results, or empty if there are no remaining results in the list.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Token to retrieve the next page of results, or empty if there are no remaining results in the list.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |