public interface DescribeDatabaseEntitiesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DatabaseEntity |
getDatabaseEntities(int index)
The list of database entities for the conversion workspace.
|
int |
getDatabaseEntitiesCount()
The list of database entities for the conversion workspace.
|
List<DatabaseEntity> |
getDatabaseEntitiesList()
The list of database entities for the conversion workspace.
|
DatabaseEntityOrBuilder |
getDatabaseEntitiesOrBuilder(int index)
The list of database entities for the conversion workspace.
|
List<? extends DatabaseEntityOrBuilder> |
getDatabaseEntitiesOrBuilderList()
The list of database entities for the conversion workspace.
|
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<DatabaseEntity> getDatabaseEntitiesList()
The list of database entities for the conversion workspace.
repeated .google.cloud.clouddms.v1.DatabaseEntity database_entities = 1;DatabaseEntity getDatabaseEntities(int index)
The list of database entities for the conversion workspace.
repeated .google.cloud.clouddms.v1.DatabaseEntity database_entities = 1;int getDatabaseEntitiesCount()
The list of database entities for the conversion workspace.
repeated .google.cloud.clouddms.v1.DatabaseEntity database_entities = 1;List<? extends DatabaseEntityOrBuilder> getDatabaseEntitiesOrBuilderList()
The list of database entities for the conversion workspace.
repeated .google.cloud.clouddms.v1.DatabaseEntity database_entities = 1;DatabaseEntityOrBuilder getDatabaseEntitiesOrBuilder(int index)
The list of database entities for the conversion workspace.
repeated .google.cloud.clouddms.v1.DatabaseEntity database_entities = 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.