Class ListSchedulesResponse (1.39.0)

public final class ListSchedulesResponse extends GeneratedMessageV3 implements ListSchedulesResponseOrBuilder

Response for listing scheduled notebook job.

Protobuf type google.cloud.notebooks.v1.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

UNREACHABLE_FIELD_NUMBER

public static final int UNREACHABLE_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()

Page token that can be used to continue listing from the last result in the next list call.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

Page token that can be used to continue listing from the last result in the next list call.

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)

A list of returned instances.

repeated .google.cloud.notebooks.v1.Schedule schedules = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Schedule

getSchedulesCount()

public int getSchedulesCount()

A list of returned instances.

repeated .google.cloud.notebooks.v1.Schedule schedules = 1;

Returns
TypeDescription
int

getSchedulesList()

public List<Schedule> getSchedulesList()

A list of returned instances.

repeated .google.cloud.notebooks.v1.Schedule schedules = 1;

Returns
TypeDescription
List<Schedule>

getSchedulesOrBuilder(int index)

public ScheduleOrBuilder getSchedulesOrBuilder(int index)

A list of returned instances.

repeated .google.cloud.notebooks.v1.Schedule schedules = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ScheduleOrBuilder

getSchedulesOrBuilderList()

public List<? extends ScheduleOrBuilder> getSchedulesOrBuilderList()

A list of returned instances.

repeated .google.cloud.notebooks.v1.Schedule schedules = 1;

Returns
TypeDescription
List<? extends com.google.cloud.notebooks.v1.ScheduleOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnreachable(int index)

public String getUnreachable(int index)

Schedules that could not be reached. For example:

 ['projects/{project_id}/location/{location}/schedules/monthly_digest',
  'projects/{project_id}/location/{location}/schedules/weekly_sentiment']

repeated string unreachable = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The unreachable at the given index.

getUnreachableBytes(int index)

public ByteString getUnreachableBytes(int index)

Schedules that could not be reached. For example:

 ['projects/{project_id}/location/{location}/schedules/monthly_digest',
  'projects/{project_id}/location/{location}/schedules/weekly_sentiment']

repeated string unreachable = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

public int getUnreachableCount()

Schedules that could not be reached. For example:

 ['projects/{project_id}/location/{location}/schedules/monthly_digest',
  'projects/{project_id}/location/{location}/schedules/weekly_sentiment']

repeated string unreachable = 3;

Returns
TypeDescription
int

The count of unreachable.

getUnreachableList()

public ProtocolStringList getUnreachableList()

Schedules that could not be reached. For example:

 ['projects/{project_id}/location/{location}/schedules/monthly_digest',
  'projects/{project_id}/location/{location}/schedules/weekly_sentiment']

repeated string unreachable = 3;

Returns
TypeDescription
ProtocolStringList

A list containing the unreachable.

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