public static final class ListEntryTypesResponse.Builder extends GeneratedMessage.Builder<ListEntryTypesResponse.Builder> implements ListEntryTypesResponseOrBuilderList EntryTypes response.
Protobuf type google.cloud.dataplex.v1.ListEntryTypesResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListEntryTypesResponse.BuilderImplements
ListEntryTypesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllEntryTypes(Iterable<? extends EntryType> values)
public ListEntryTypesResponse.Builder addAllEntryTypes(Iterable<? extends EntryType> values)EntryTypes under the given parent location.
repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.dataplex.v1.EntryType> |
| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse.Builder |
|
addAllUnreachableLocations(Iterable<String> values)
public ListEntryTypesResponse.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 |
ListEntryTypesResponse.Builder |
This builder for chaining. |
addEntryTypes(EntryType value)
public ListEntryTypesResponse.Builder addEntryTypes(EntryType value)EntryTypes under the given parent location.
repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
EntryType |
| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse.Builder |
|
addEntryTypes(EntryType.Builder builderForValue)
public ListEntryTypesResponse.Builder addEntryTypes(EntryType.Builder builderForValue)EntryTypes under the given parent location.
repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
EntryType.Builder |
| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse.Builder |
|
addEntryTypes(int index, EntryType value)
public ListEntryTypesResponse.Builder addEntryTypes(int index, EntryType value)EntryTypes under the given parent location.
repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
EntryType |
| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse.Builder |
|
addEntryTypes(int index, EntryType.Builder builderForValue)
public ListEntryTypesResponse.Builder addEntryTypes(int index, EntryType.Builder builderForValue)EntryTypes under the given parent location.
repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
EntryType.Builder |
| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse.Builder |
|
addEntryTypesBuilder()
public EntryType.Builder addEntryTypesBuilder()EntryTypes under the given parent location.
repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;
| Returns | |
|---|---|
| Type | Description |
EntryType.Builder |
|
addEntryTypesBuilder(int index)
public EntryType.Builder addEntryTypesBuilder(int index)EntryTypes under the given parent location.
repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EntryType.Builder |
|
addUnreachableLocations(String value)
public ListEntryTypesResponse.Builder addUnreachableLocations(String value)Locations that the service couldn't reach.
repeated string unreachable_locations = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe unreachableLocations to add. |
| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse.Builder |
This builder for chaining. |
addUnreachableLocationsBytes(ByteString value)
public ListEntryTypesResponse.Builder addUnreachableLocationsBytes(ByteString value)Locations that the service couldn't reach.
repeated string unreachable_locations = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the unreachableLocations to add. |
| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse.Builder |
This builder for chaining. |
build()
public ListEntryTypesResponse build()| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse |
|
buildPartial()
public ListEntryTypesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse |
|
clear()
public ListEntryTypesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse.Builder |
|
clearEntryTypes()
public ListEntryTypesResponse.Builder clearEntryTypes()EntryTypes under the given parent location.
repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;
| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse.Builder |
|
clearNextPageToken()
public ListEntryTypesResponse.Builder clearNextPageToken()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 | |
|---|---|
| Type | Description |
ListEntryTypesResponse.Builder |
This builder for chaining. |
clearUnreachableLocations()
public ListEntryTypesResponse.Builder clearUnreachableLocations()Locations that the service couldn't reach.
repeated string unreachable_locations = 3;
| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListEntryTypesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEntryTypes(int index)
public EntryType getEntryTypes(int index)EntryTypes under the given parent location.
repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EntryType |
|
getEntryTypesBuilder(int index)
public EntryType.Builder getEntryTypesBuilder(int index)EntryTypes under the given parent location.
repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EntryType.Builder |
|
getEntryTypesBuilderList()
public List<EntryType.Builder> getEntryTypesBuilderList()EntryTypes under the given parent location.
repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getEntryTypesCount()
public int getEntryTypesCount()EntryTypes under the given parent location.
repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEntryTypesList()
public List<EntryType> getEntryTypesList()EntryTypes under the given parent location.
repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;
| Returns | |
|---|---|
| Type | Description |
List<EntryType> |
|
getEntryTypesOrBuilder(int index)
public EntryTypeOrBuilder getEntryTypesOrBuilder(int index)EntryTypes under the given parent location.
repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EntryTypeOrBuilder |
|
getEntryTypesOrBuilderList()
public List<? extends EntryTypeOrBuilder> getEntryTypesOrBuilderList()EntryTypes under the given parent location.
repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dataplex.v1.EntryTypeOrBuilder> |
|
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| 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 |
intThe 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 |
intThe 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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListEntryTypesResponse other)
public ListEntryTypesResponse.Builder mergeFrom(ListEntryTypesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEntryTypesResponse |
| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListEntryTypesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListEntryTypesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse.Builder |
|
removeEntryTypes(int index)
public ListEntryTypesResponse.Builder removeEntryTypes(int index)EntryTypes under the given parent location.
repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse.Builder |
|
setEntryTypes(int index, EntryType value)
public ListEntryTypesResponse.Builder setEntryTypes(int index, EntryType value)EntryTypes under the given parent location.
repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
EntryType |
| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse.Builder |
|
setEntryTypes(int index, EntryType.Builder builderForValue)
public ListEntryTypesResponse.Builder setEntryTypes(int index, EntryType.Builder builderForValue)EntryTypes under the given parent location.
repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
EntryType.Builder |
| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse.Builder |
|
setNextPageToken(String value)
public ListEntryTypesResponse.Builder setNextPageToken(String value)Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListEntryTypesResponse.Builder setNextPageTokenBytes(ByteString value)Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse.Builder |
This builder for chaining. |
setUnreachableLocations(int index, String value)
public ListEntryTypesResponse.Builder setUnreachableLocations(int index, String value)Locations that the service couldn't reach.
repeated string unreachable_locations = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe unreachableLocations to set. |
| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse.Builder |
This builder for chaining. |