Class ListMetadataFeedsResponse.Builder (1.86.0)

public static final class ListMetadataFeedsResponse.Builder extends GeneratedMessage.Builder<ListMetadataFeedsResponse.Builder> implements ListMetadataFeedsResponseOrBuilder

Response message for ListMetadataFeeds.

Protobuf type google.cloud.dataplex.v1.ListMetadataFeedsResponse

Static Methods

getDescriptor()

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

Methods

addAllMetadataFeeds(Iterable<? extends MetadataFeed> values)

public ListMetadataFeedsResponse.Builder addAllMetadataFeeds(Iterable<? extends MetadataFeed> values)

List of metadata feeds under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataFeed metadata_feeds = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.dataplex.v1.MetadataFeed>
Returns
Type Description
ListMetadataFeedsResponse.Builder

addAllUnreachable(Iterable<String> values)

public ListMetadataFeedsResponse.Builder addAllUnreachable(Iterable<String> values)

Unordered list. Locations that the service couldn't reach.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
values Iterable<String>

The unreachable to add.

Returns
Type Description
ListMetadataFeedsResponse.Builder

This builder for chaining.

addMetadataFeeds(MetadataFeed value)

public ListMetadataFeedsResponse.Builder addMetadataFeeds(MetadataFeed value)

List of metadata feeds under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataFeed metadata_feeds = 1;

Parameter
Name Description
value MetadataFeed
Returns
Type Description
ListMetadataFeedsResponse.Builder

addMetadataFeeds(MetadataFeed.Builder builderForValue)

public ListMetadataFeedsResponse.Builder addMetadataFeeds(MetadataFeed.Builder builderForValue)

List of metadata feeds under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataFeed metadata_feeds = 1;

Parameter
Name Description
builderForValue MetadataFeed.Builder
Returns
Type Description
ListMetadataFeedsResponse.Builder

addMetadataFeeds(int index, MetadataFeed value)

public ListMetadataFeedsResponse.Builder addMetadataFeeds(int index, MetadataFeed value)

List of metadata feeds under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataFeed metadata_feeds = 1;

Parameters
Name Description
index int
value MetadataFeed
Returns
Type Description
ListMetadataFeedsResponse.Builder

addMetadataFeeds(int index, MetadataFeed.Builder builderForValue)

public ListMetadataFeedsResponse.Builder addMetadataFeeds(int index, MetadataFeed.Builder builderForValue)

List of metadata feeds under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataFeed metadata_feeds = 1;

Parameters
Name Description
index int
builderForValue MetadataFeed.Builder
Returns
Type Description
ListMetadataFeedsResponse.Builder

addMetadataFeedsBuilder()

public MetadataFeed.Builder addMetadataFeedsBuilder()

List of metadata feeds under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataFeed metadata_feeds = 1;

Returns
Type Description
MetadataFeed.Builder

addMetadataFeedsBuilder(int index)

public MetadataFeed.Builder addMetadataFeedsBuilder(int index)

List of metadata feeds under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataFeed metadata_feeds = 1;

Parameter
Name Description
index int
Returns
Type Description
MetadataFeed.Builder

addUnreachable(String value)

public ListMetadataFeedsResponse.Builder addUnreachable(String value)

Unordered list. Locations that the service couldn't reach.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
value String

The unreachable to add.

Returns
Type Description
ListMetadataFeedsResponse.Builder

This builder for chaining.

addUnreachableBytes(ByteString value)

public ListMetadataFeedsResponse.Builder addUnreachableBytes(ByteString value)

Unordered list. Locations that the service couldn't reach.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
value ByteString

The bytes of the unreachable to add.

Returns
Type Description
ListMetadataFeedsResponse.Builder

This builder for chaining.

build()

public ListMetadataFeedsResponse build()
Returns
Type Description
ListMetadataFeedsResponse

buildPartial()

public ListMetadataFeedsResponse buildPartial()
Returns
Type Description
ListMetadataFeedsResponse

clear()

public ListMetadataFeedsResponse.Builder clear()
Returns
Type Description
ListMetadataFeedsResponse.Builder
Overrides

clearMetadataFeeds()

public ListMetadataFeedsResponse.Builder clearMetadataFeeds()

List of metadata feeds under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataFeed metadata_feeds = 1;

Returns
Type Description
ListMetadataFeedsResponse.Builder

clearNextPageToken()

public ListMetadataFeedsResponse.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
ListMetadataFeedsResponse.Builder

This builder for chaining.

clearUnreachable()

public ListMetadataFeedsResponse.Builder clearUnreachable()

Unordered list. Locations that the service couldn't reach.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Returns
Type Description
ListMetadataFeedsResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListMetadataFeedsResponse getDefaultInstanceForType()
Returns
Type Description
ListMetadataFeedsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getMetadataFeeds(int index)

public MetadataFeed getMetadataFeeds(int index)

List of metadata feeds under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataFeed metadata_feeds = 1;

Parameter
Name Description
index int
Returns
Type Description
MetadataFeed

getMetadataFeedsBuilder(int index)

public MetadataFeed.Builder getMetadataFeedsBuilder(int index)

List of metadata feeds under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataFeed metadata_feeds = 1;

Parameter
Name Description
index int
Returns
Type Description
MetadataFeed.Builder

getMetadataFeedsBuilderList()

public List<MetadataFeed.Builder> getMetadataFeedsBuilderList()

List of metadata feeds under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataFeed metadata_feeds = 1;

Returns
Type Description
List<Builder>

getMetadataFeedsCount()

public int getMetadataFeedsCount()

List of metadata feeds under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataFeed metadata_feeds = 1;

Returns
Type Description
int

getMetadataFeedsList()

public List<MetadataFeed> getMetadataFeedsList()

List of metadata feeds under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataFeed metadata_feeds = 1;

Returns
Type Description
List<MetadataFeed>

getMetadataFeedsOrBuilder(int index)

public MetadataFeedOrBuilder getMetadataFeedsOrBuilder(int index)

List of metadata feeds under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataFeed metadata_feeds = 1;

Parameter
Name Description
index int
Returns
Type Description
MetadataFeedOrBuilder

getMetadataFeedsOrBuilderList()

public List<? extends MetadataFeedOrBuilder> getMetadataFeedsOrBuilderList()

List of metadata feeds under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataFeed metadata_feeds = 1;

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

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.

getUnreachable(int index)

public String getUnreachable(int index)

Unordered list. Locations that the service couldn't reach.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The unreachable at the given index.

getUnreachableBytes(int index)

public ByteString getUnreachableBytes(int index)

Unordered list. Locations that the service couldn't reach.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

public int getUnreachableCount()

Unordered list. Locations that the service couldn't reach.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Returns
Type Description
int

The count of unreachable.

getUnreachableList()

public ProtocolStringList getUnreachableList()

Unordered list. Locations that the service couldn't reach.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Returns
Type Description
ProtocolStringList

A list containing the unreachable.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListMetadataFeedsResponse other)

public ListMetadataFeedsResponse.Builder mergeFrom(ListMetadataFeedsResponse other)
Parameter
Name Description
other ListMetadataFeedsResponse
Returns
Type Description
ListMetadataFeedsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListMetadataFeedsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListMetadataFeedsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListMetadataFeedsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListMetadataFeedsResponse.Builder
Overrides

removeMetadataFeeds(int index)

public ListMetadataFeedsResponse.Builder removeMetadataFeeds(int index)

List of metadata feeds under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataFeed metadata_feeds = 1;

Parameter
Name Description
index int
Returns
Type Description
ListMetadataFeedsResponse.Builder

setMetadataFeeds(int index, MetadataFeed value)

public ListMetadataFeedsResponse.Builder setMetadataFeeds(int index, MetadataFeed value)

List of metadata feeds under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataFeed metadata_feeds = 1;

Parameters
Name Description
index int
value MetadataFeed
Returns
Type Description
ListMetadataFeedsResponse.Builder

setMetadataFeeds(int index, MetadataFeed.Builder builderForValue)

public ListMetadataFeedsResponse.Builder setMetadataFeeds(int index, MetadataFeed.Builder builderForValue)

List of metadata feeds under the specified parent location.

repeated .google.cloud.dataplex.v1.MetadataFeed metadata_feeds = 1;

Parameters
Name Description
index int
builderForValue MetadataFeed.Builder
Returns
Type Description
ListMetadataFeedsResponse.Builder

setNextPageToken(String value)

public ListMetadataFeedsResponse.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
ListMetadataFeedsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListMetadataFeedsResponse.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
ListMetadataFeedsResponse.Builder

This builder for chaining.

setUnreachable(int index, String value)

public ListMetadataFeedsResponse.Builder setUnreachable(int index, String value)

Unordered list. Locations that the service couldn't reach.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameters
Name Description
index int

The index to set the value at.

value String

The unreachable to set.

Returns
Type Description
ListMetadataFeedsResponse.Builder

This builder for chaining.