- 1.52.0 (latest)
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
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. |