Class ListNasJobsResponse (3.42.0)

public final class ListNasJobsResponse extends GeneratedMessageV3 implements ListNasJobsResponseOrBuilder

Response message for JobService.ListNasJobs

Protobuf type google.cloud.aiplatform.v1beta1.ListNasJobsResponse

Static Fields

NAS_JOBS_FIELD_NUMBER

public static final int NAS_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 ListNasJobsResponse getDefaultInstance()
Returns
TypeDescription
ListNasJobsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListNasJobsResponse prototype)

public static ListNasJobsResponse.Builder newBuilder(ListNasJobsResponse prototype)
Parameter
NameDescription
prototypeListNasJobsResponse
Returns
TypeDescription
ListNasJobsResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ListNasJobsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListNasJobsResponse

getNasJobs(int index)

public NasJob getNasJobs(int index)

List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.

repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NasJob

getNasJobsCount()

public int getNasJobsCount()

List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.

repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;

Returns
TypeDescription
int

getNasJobsList()

public List<NasJob> getNasJobsList()

List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.

repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;

Returns
TypeDescription
List<NasJob>

getNasJobsOrBuilder(int index)

public NasJobOrBuilder getNasJobsOrBuilder(int index)

List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.

repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NasJobOrBuilder

getNasJobsOrBuilderList()

public List<? extends NasJobOrBuilder> getNasJobsOrBuilderList()

List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.

repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;

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

getNextPageToken()

public String getNextPageToken()

A token to retrieve the next page of results. Pass to ListNasJobsRequest.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 ListNasJobsRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListNasJobsResponse> getParserForType()
Returns
TypeDescription
Parser<ListNasJobsResponse>
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 ListNasJobsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListNasJobsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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