Interface ListSnapshotSchedulePoliciesResponseOrBuilder (0.2.1)

public interface ListSnapshotSchedulePoliciesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getSnapshotSchedulePolicies(int index)

public abstract SnapshotSchedulePolicy getSnapshotSchedulePolicies(int index)

The snapshot schedule policies registered in this project.

repeated .google.cloud.baremetalsolution.v2.SnapshotSchedulePolicy snapshot_schedule_policies = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SnapshotSchedulePolicy

getSnapshotSchedulePoliciesCount()

public abstract int getSnapshotSchedulePoliciesCount()

The snapshot schedule policies registered in this project.

repeated .google.cloud.baremetalsolution.v2.SnapshotSchedulePolicy snapshot_schedule_policies = 1;

Returns
TypeDescription
int

getSnapshotSchedulePoliciesList()

public abstract List<SnapshotSchedulePolicy> getSnapshotSchedulePoliciesList()

The snapshot schedule policies registered in this project.

repeated .google.cloud.baremetalsolution.v2.SnapshotSchedulePolicy snapshot_schedule_policies = 1;

Returns
TypeDescription
List<SnapshotSchedulePolicy>

getSnapshotSchedulePoliciesOrBuilder(int index)

public abstract SnapshotSchedulePolicyOrBuilder getSnapshotSchedulePoliciesOrBuilder(int index)

The snapshot schedule policies registered in this project.

repeated .google.cloud.baremetalsolution.v2.SnapshotSchedulePolicy snapshot_schedule_policies = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SnapshotSchedulePolicyOrBuilder

getSnapshotSchedulePoliciesOrBuilderList()

public abstract List<? extends SnapshotSchedulePolicyOrBuilder> getSnapshotSchedulePoliciesOrBuilderList()

The snapshot schedule policies registered in this project.

repeated .google.cloud.baremetalsolution.v2.SnapshotSchedulePolicy snapshot_schedule_policies = 1;

Returns
TypeDescription
List<? extends com.google.cloud.baremetalsolution.v2.SnapshotSchedulePolicyOrBuilder>