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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
List<? extends com.google.cloud.baremetalsolution.v2.SnapshotSchedulePolicyOrBuilder>