Class ListDataLabelingJobsResponse (3.42.0)

public final class ListDataLabelingJobsResponse extends GeneratedMessageV3 implements ListDataLabelingJobsResponseOrBuilder

Response message for JobService.ListDataLabelingJobs.

Protobuf type google.cloud.aiplatform.v1.ListDataLabelingJobsResponse

Static Fields

DATA_LABELING_JOBS_FIELD_NUMBER

public static final int DATA_LABELING_JOBS_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListDataLabelingJobsResponse getDefaultInstance()
Returns
TypeDescription
ListDataLabelingJobsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListDataLabelingJobsResponse prototype)

public static ListDataLabelingJobsResponse.Builder newBuilder(ListDataLabelingJobsResponse prototype)
Parameter
NameDescription
prototypeListDataLabelingJobsResponse
Returns
TypeDescription
ListDataLabelingJobsResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDataLabelingJobs(int index)

public DataLabelingJob getDataLabelingJobs(int index)

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DataLabelingJob

getDataLabelingJobsCount()

public int getDataLabelingJobsCount()

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Returns
TypeDescription
int

getDataLabelingJobsList()

public List<DataLabelingJob> getDataLabelingJobsList()

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Returns
TypeDescription
List<DataLabelingJob>

getDataLabelingJobsOrBuilder(int index)

public DataLabelingJobOrBuilder getDataLabelingJobsOrBuilder(int index)

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DataLabelingJobOrBuilder

getDataLabelingJobsOrBuilderList()

public List<? extends DataLabelingJobOrBuilder> getDataLabelingJobsOrBuilderList()

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.DataLabelingJobOrBuilder>

getDefaultInstanceForType()

public ListDataLabelingJobsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListDataLabelingJobsResponse

getNextPageToken()

public String getNextPageToken()

The standard List next-page token.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

The standard List next-page token.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

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

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 ListDataLabelingJobsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListDataLabelingJobsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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