public static final class ListMetadataJobsResponse.Builder extends GeneratedMessageV3.Builder<ListMetadataJobsResponse.Builder> implements ListMetadataJobsResponseOrBuilder
List metadata jobs response.
Protobuf type google.cloud.dataplex.v1.ListMetadataJobsResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListMetadataJobsResponse.BuilderImplements
ListMetadataJobsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllMetadataJobs(Iterable<? extends MetadataJob> values)
public ListMetadataJobsResponse.Builder addAllMetadataJobs(Iterable<? extends MetadataJob> values)
Metadata jobs under the specified parent location.
repeated .google.cloud.dataplex.v1.MetadataJob metadata_jobs = 1;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.dataplex.v1.MetadataJob> |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
addAllUnreachableLocations(Iterable<String> values)
public ListMetadataJobsResponse.Builder addAllUnreachableLocations(Iterable<String> values)
Locations that the service couldn't reach.
repeated string unreachable_locations = 3;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The unreachableLocations to add. |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
This builder for chaining. |
addMetadataJobs(MetadataJob value)
public ListMetadataJobsResponse.Builder addMetadataJobs(MetadataJob value)
Metadata jobs under the specified parent location.
repeated .google.cloud.dataplex.v1.MetadataJob metadata_jobs = 1;
Parameter | |
---|---|
Name | Description |
value |
MetadataJob |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
addMetadataJobs(MetadataJob.Builder builderForValue)
public ListMetadataJobsResponse.Builder addMetadataJobs(MetadataJob.Builder builderForValue)
Metadata jobs under the specified parent location.
repeated .google.cloud.dataplex.v1.MetadataJob metadata_jobs = 1;
Parameter | |
---|---|
Name | Description |
builderForValue |
MetadataJob.Builder |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
addMetadataJobs(int index, MetadataJob value)
public ListMetadataJobsResponse.Builder addMetadataJobs(int index, MetadataJob value)
Metadata jobs under the specified parent location.
repeated .google.cloud.dataplex.v1.MetadataJob metadata_jobs = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
MetadataJob |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
addMetadataJobs(int index, MetadataJob.Builder builderForValue)
public ListMetadataJobsResponse.Builder addMetadataJobs(int index, MetadataJob.Builder builderForValue)
Metadata jobs under the specified parent location.
repeated .google.cloud.dataplex.v1.MetadataJob metadata_jobs = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
MetadataJob.Builder |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
addMetadataJobsBuilder()
public MetadataJob.Builder addMetadataJobsBuilder()
Metadata jobs under the specified parent location.
repeated .google.cloud.dataplex.v1.MetadataJob metadata_jobs = 1;
Returns | |
---|---|
Type | Description |
MetadataJob.Builder |
addMetadataJobsBuilder(int index)
public MetadataJob.Builder addMetadataJobsBuilder(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.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListMetadataJobsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
addUnreachableLocations(String value)
public ListMetadataJobsResponse.Builder addUnreachableLocations(String value)
Locations that the service couldn't reach.
repeated string unreachable_locations = 3;
Parameter | |
---|---|
Name | Description |
value |
String The unreachableLocations to add. |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
This builder for chaining. |
addUnreachableLocationsBytes(ByteString value)
public ListMetadataJobsResponse.Builder addUnreachableLocationsBytes(ByteString value)
Locations that the service couldn't reach.
repeated string unreachable_locations = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the unreachableLocations to add. |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
This builder for chaining. |
build()
public ListMetadataJobsResponse build()
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse |
buildPartial()
public ListMetadataJobsResponse buildPartial()
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse |
clear()
public ListMetadataJobsResponse.Builder clear()
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListMetadataJobsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
clearMetadataJobs()
public ListMetadataJobsResponse.Builder clearMetadataJobs()
Metadata jobs under the specified parent location.
repeated .google.cloud.dataplex.v1.MetadataJob metadata_jobs = 1;
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
clearNextPageToken()
public ListMetadataJobsResponse.Builder clearNextPageToken()
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 |
ListMetadataJobsResponse.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListMetadataJobsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
clearUnreachableLocations()
public ListMetadataJobsResponse.Builder clearUnreachableLocations()
Locations that the service couldn't reach.
repeated string unreachable_locations = 3;
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
This builder for chaining. |
clone()
public ListMetadataJobsResponse.Builder clone()
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
getDefaultInstanceForType()
public ListMetadataJobsResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 |
getMetadataJobsBuilder(int index)
public MetadataJob.Builder getMetadataJobsBuilder(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.Builder |
getMetadataJobsBuilderList()
public List<MetadataJob.Builder> getMetadataJobsBuilderList()
Metadata jobs under the specified parent location.
repeated .google.cloud.dataplex.v1.MetadataJob metadata_jobs = 1;
Returns | |
---|---|
Type | Description |
List<Builder> |
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. |
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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ListMetadataJobsResponse other)
public ListMetadataJobsResponse.Builder mergeFrom(ListMetadataJobsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListMetadataJobsResponse |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListMetadataJobsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListMetadataJobsResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListMetadataJobsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
removeMetadataJobs(int index)
public ListMetadataJobsResponse.Builder removeMetadataJobs(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 |
ListMetadataJobsResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListMetadataJobsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
setMetadataJobs(int index, MetadataJob value)
public ListMetadataJobsResponse.Builder setMetadataJobs(int index, MetadataJob value)
Metadata jobs under the specified parent location.
repeated .google.cloud.dataplex.v1.MetadataJob metadata_jobs = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
MetadataJob |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
setMetadataJobs(int index, MetadataJob.Builder builderForValue)
public ListMetadataJobsResponse.Builder setMetadataJobs(int index, MetadataJob.Builder builderForValue)
Metadata jobs under the specified parent location.
repeated .google.cloud.dataplex.v1.MetadataJob metadata_jobs = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
MetadataJob.Builder |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
setNextPageToken(String value)
public ListMetadataJobsResponse.Builder setNextPageToken(String value)
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;
Parameter | |
---|---|
Name | Description |
value |
String The nextPageToken to set. |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListMetadataJobsResponse.Builder setNextPageTokenBytes(ByteString value)
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;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for nextPageToken to set. |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListMetadataJobsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListMetadataJobsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
setUnreachableLocations(int index, String value)
public ListMetadataJobsResponse.Builder setUnreachableLocations(int index, String value)
Locations that the service couldn't reach.
repeated string unreachable_locations = 3;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The unreachableLocations to set. |
Returns | |
---|---|
Type | Description |
ListMetadataJobsResponse.Builder |
This builder for chaining. |