public interface ListSchedulesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token to retrieve the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve the next page of results.
|
Schedule |
getSchedules(int index)
List of Schedules in the requested page.
|
int |
getSchedulesCount()
List of Schedules in the requested page.
|
List<Schedule> |
getSchedulesList()
List of Schedules in the requested page.
|
ScheduleOrBuilder |
getSchedulesOrBuilder(int index)
List of Schedules in the requested page.
|
List<? extends ScheduleOrBuilder> |
getSchedulesOrBuilderList()
List of Schedules in the requested page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Schedule> getSchedulesList()
List of Schedules in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Schedule schedules = 1;Schedule getSchedules(int index)
List of Schedules in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Schedule schedules = 1;int getSchedulesCount()
List of Schedules in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Schedule schedules = 1;List<? extends ScheduleOrBuilder> getSchedulesOrBuilderList()
List of Schedules in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Schedule schedules = 1;ScheduleOrBuilder getSchedulesOrBuilder(int index)
List of Schedules in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Schedule schedules = 1;String getNextPageToken()
A token to retrieve the next page of results. Pass to [ListSchedulesRequest.page_token][google.cloud.aiplatform.v1beta1.ListSchedulesRequest.page_token] to obtain that page.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. Pass to [ListSchedulesRequest.page_token][google.cloud.aiplatform.v1beta1.ListSchedulesRequest.page_token] to obtain that page.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.