Class ListMetadataJobsResponse (1.52.0)

public final class ListMetadataJobsResponse extends GeneratedMessageV3 implements ListMetadataJobsResponseOrBuilder

List metadata jobs response.

Protobuf type google.cloud.dataplex.v1.ListMetadataJobsResponse

Static Fields

METADATA_JOBS_FIELD_NUMBER

public static final int METADATA_JOBS_FIELD_NUMBER
Field Value
Type Description
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

UNREACHABLE_LOCATIONS_FIELD_NUMBER

public static final int UNREACHABLE_LOCATIONS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListMetadataJobsResponse getDefaultInstance()
Returns
Type Description
ListMetadataJobsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ListMetadataJobsResponse.Builder newBuilder()
Returns
Type Description
ListMetadataJobsResponse.Builder

newBuilder(ListMetadataJobsResponse prototype)

public static ListMetadataJobsResponse.Builder newBuilder(ListMetadataJobsResponse prototype)
Parameter
Name Description
prototype ListMetadataJobsResponse
Returns
Type Description
ListMetadataJobsResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListMetadataJobsResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListMetadataJobsResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListMetadataJobsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListMetadataJobsResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ListMetadataJobsResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ListMetadataJobsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListMetadataJobsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListMetadataJobsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListMetadataJobsResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ListMetadataJobsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListMetadataJobsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListMetadataJobsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListMetadataJobsResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ListMetadataJobsResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListMetadataJobsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListMetadataJobsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ListMetadataJobsResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListMetadataJobsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListMetadataJobsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListMetadataJobsResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ListMetadataJobsResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ListMetadataJobsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListMetadataJobsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListMetadataJobsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ListMetadataJobsResponse> parser()
Returns
Type Description
Parser<ListMetadataJobsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ListMetadataJobsResponse getDefaultInstanceForType()
Returns
Type Description
ListMetadataJobsResponse

getMetadataJobs(int index)

public MetadataJob getMetadataJobs(int index)

Metadata jobs under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataJob metadata_jobs = 1;

Parameter
Name Description
index int
Returns
Type Description
MetadataJob

getMetadataJobsCount()

public int getMetadataJobsCount()

Metadata jobs under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataJob metadata_jobs = 1;

Returns
Type Description
int

getMetadataJobsList()

public List<MetadataJob> getMetadataJobsList()

Metadata jobs under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataJob metadata_jobs = 1;

Returns
Type Description
List<MetadataJob>

getMetadataJobsOrBuilder(int index)

public MetadataJobOrBuilder getMetadataJobsOrBuilder(int index)

Metadata jobs under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataJob metadata_jobs = 1;

Parameter
Name Description
index int
Returns
Type Description
MetadataJobOrBuilder

getMetadataJobsOrBuilderList()

public List<? extends MetadataJobOrBuilder> getMetadataJobsOrBuilderList()

Metadata jobs under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataJob metadata_jobs = 1;

Returns
Type Description
List<? extends com.google.cloud.dataplex.v1.MetadataJobOrBuilder>

getNextPageToken()

public String getNextPageToken()

A token to retrieve the next page of results. If there are no more results in the list, the value is empty.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token to retrieve the next page of results. If there are no more results in the list, the value is empty.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListMetadataJobsResponse> getParserForType()
Returns
Type Description
Parser<ListMetadataJobsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUnreachableLocations(int index)

public String getUnreachableLocations(int index)

Locations that the service couldn't reach.

repeated string unreachable_locations = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The unreachableLocations at the given index.

getUnreachableLocationsBytes(int index)

public ByteString getUnreachableLocationsBytes(int index)

Locations that the service couldn't reach.

repeated string unreachable_locations = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the unreachableLocations at the given index.

getUnreachableLocationsCount()

public int getUnreachableLocationsCount()

Locations that the service couldn't reach.

repeated string unreachable_locations = 3;

Returns
Type Description
int

The count of unreachableLocations.

getUnreachableLocationsList()

public ProtocolStringList getUnreachableLocationsList()

Locations that the service couldn't reach.

repeated string unreachable_locations = 3;

Returns
Type Description
ProtocolStringList

A list containing the unreachableLocations.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ListMetadataJobsResponse.Builder newBuilderForType()
Returns
Type Description
ListMetadataJobsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListMetadataJobsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListMetadataJobsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ListMetadataJobsResponse.Builder toBuilder()
Returns
Type Description
ListMetadataJobsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException