public interface FetchBackupPlanAssociationsForResourceTypeResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBackupPlanAssociations(int index)
public abstract BackupPlanAssociation getBackupPlanAssociations(int index)
Output only. The BackupPlanAssociations from the specified parent.
repeated .google.cloud.backupdr.v1.BackupPlanAssociation backup_plan_associations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
BackupPlanAssociation |
getBackupPlanAssociationsCount()
public abstract int getBackupPlanAssociationsCount()
Output only. The BackupPlanAssociations from the specified parent.
repeated .google.cloud.backupdr.v1.BackupPlanAssociation backup_plan_associations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
getBackupPlanAssociationsList()
public abstract List<BackupPlanAssociation> getBackupPlanAssociationsList()
Output only. The BackupPlanAssociations from the specified parent.
repeated .google.cloud.backupdr.v1.BackupPlanAssociation backup_plan_associations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<BackupPlanAssociation> |
getBackupPlanAssociationsOrBuilder(int index)
public abstract BackupPlanAssociationOrBuilder getBackupPlanAssociationsOrBuilder(int index)
Output only. The BackupPlanAssociations from the specified parent.
repeated .google.cloud.backupdr.v1.BackupPlanAssociation backup_plan_associations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
BackupPlanAssociationOrBuilder |
getBackupPlanAssociationsOrBuilderList()
public abstract List<? extends BackupPlanAssociationOrBuilder> getBackupPlanAssociationsOrBuilderList()
Output only. The BackupPlanAssociations from the specified parent.
repeated .google.cloud.backupdr.v1.BackupPlanAssociation backup_plan_associations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.backupdr.v1.BackupPlanAssociationOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |