Class ListDataScanJobsResponse (1.37.0)

public final class ListDataScanJobsResponse extends GeneratedMessageV3 implements ListDataScanJobsResponseOrBuilder

List DataScanJobs response.

Protobuf type google.cloud.dataplex.v1.ListDataScanJobsResponse

Static Fields

DATA_SCAN_JOBS_FIELD_NUMBER

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

getDescriptor()

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

newBuilder()

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

newBuilder(ListDataScanJobsResponse prototype)

public static ListDataScanJobsResponse.Builder newBuilder(ListDataScanJobsResponse prototype)
Parameter
NameDescription
prototypeListDataScanJobsResponse
Returns
TypeDescription
ListDataScanJobsResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDataScanJobs(int index)

public DataScanJob getDataScanJobs(int index)

DataScanJobs (BASIC view only) under a given dataScan.

repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DataScanJob

getDataScanJobsCount()

public int getDataScanJobsCount()

DataScanJobs (BASIC view only) under a given dataScan.

repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;

Returns
TypeDescription
int

getDataScanJobsList()

public List<DataScanJob> getDataScanJobsList()

DataScanJobs (BASIC view only) under a given dataScan.

repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;

Returns
TypeDescription
List<DataScanJob>

getDataScanJobsOrBuilder(int index)

public DataScanJobOrBuilder getDataScanJobsOrBuilder(int index)

DataScanJobs (BASIC view only) under a given dataScan.

repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DataScanJobOrBuilder

getDataScanJobsOrBuilderList()

public List<? extends DataScanJobOrBuilder> getDataScanJobsOrBuilderList()

DataScanJobs (BASIC view only) under a given dataScan.

repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dataplex.v1.DataScanJobOrBuilder>

getDefaultInstanceForType()

public ListDataScanJobsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListDataScanJobsResponse

getNextPageToken()

public String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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