Class ListSchedulesResponse (3.42.0)

public final class ListSchedulesResponse extends GeneratedMessageV3 implements ListSchedulesResponseOrBuilder

Response message for ScheduleService.ListSchedules

Protobuf type google.cloud.aiplatform.v1beta1.ListSchedulesResponse

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

SCHEDULES_FIELD_NUMBER

public static final int SCHEDULES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListSchedulesResponse getDefaultInstance()
Returns
TypeDescription
ListSchedulesResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ListSchedulesResponse.Builder newBuilder()
Returns
TypeDescription
ListSchedulesResponse.Builder

newBuilder(ListSchedulesResponse prototype)

public static ListSchedulesResponse.Builder newBuilder(ListSchedulesResponse prototype)
Parameter
NameDescription
prototypeListSchedulesResponse
Returns
TypeDescription
ListSchedulesResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListSchedulesResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListSchedulesResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListSchedulesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListSchedulesResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListSchedulesResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListSchedulesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListSchedulesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListSchedulesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListSchedulesResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListSchedulesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListSchedulesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListSchedulesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListSchedulesResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListSchedulesResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListSchedulesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListSchedulesResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ListSchedulesResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListSchedulesResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListSchedulesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListSchedulesResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ListSchedulesResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListSchedulesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListSchedulesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListSchedulesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ListSchedulesResponse> parser()
Returns
TypeDescription
Parser<ListSchedulesResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ListSchedulesResponse getDefaultInstanceForType()
Returns
TypeDescription
ListSchedulesResponse

getNextPageToken()

public String getNextPageToken()

A token to retrieve the next page of results. Pass to ListSchedulesRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token to retrieve the next page of results. Pass to ListSchedulesRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListSchedulesResponse> getParserForType()
Returns
TypeDescription
Parser<ListSchedulesResponse>
Overrides

getSchedules(int index)

public Schedule getSchedules(int index)

List of Schedules in the requested page.

repeated .google.cloud.aiplatform.v1beta1.Schedule schedules = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Schedule

getSchedulesCount()

public int getSchedulesCount()

List of Schedules in the requested page.

repeated .google.cloud.aiplatform.v1beta1.Schedule schedules = 1;

Returns
TypeDescription
int

getSchedulesList()

public List<Schedule> getSchedulesList()

List of Schedules in the requested page.

repeated .google.cloud.aiplatform.v1beta1.Schedule schedules = 1;

Returns
TypeDescription
List<Schedule>

getSchedulesOrBuilder(int index)

public ScheduleOrBuilder getSchedulesOrBuilder(int index)

List of Schedules in the requested page.

repeated .google.cloud.aiplatform.v1beta1.Schedule schedules = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ScheduleOrBuilder

getSchedulesOrBuilderList()

public List<? extends ScheduleOrBuilder> getSchedulesOrBuilderList()

List of Schedules in the requested page.

repeated .google.cloud.aiplatform.v1beta1.Schedule schedules = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.ScheduleOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ListSchedulesResponse.Builder newBuilderForType()
Returns
TypeDescription
ListSchedulesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListSchedulesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListSchedulesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ListSchedulesResponse.Builder toBuilder()
Returns
TypeDescription
ListSchedulesResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException