public static final class ListActionsResponse.Builder extends GeneratedMessage.Builder<ListActionsResponse.Builder> implements ListActionsResponseOrBuilderList actions response.
Protobuf type google.cloud.dataplex.v1.ListActionsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListActionsResponse.BuilderImplements
ListActionsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addActions(Action value)
public ListActionsResponse.Builder addActions(Action value)Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Action |
| Returns | |
|---|---|
| Type | Description |
ListActionsResponse.Builder |
|
addActions(Action.Builder builderForValue)
public ListActionsResponse.Builder addActions(Action.Builder builderForValue)Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Action.Builder |
| Returns | |
|---|---|
| Type | Description |
ListActionsResponse.Builder |
|
addActions(int index, Action value)
public ListActionsResponse.Builder addActions(int index, Action value)Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Action |
| Returns | |
|---|---|
| Type | Description |
ListActionsResponse.Builder |
|
addActions(int index, Action.Builder builderForValue)
public ListActionsResponse.Builder addActions(int index, Action.Builder builderForValue)Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Action.Builder |
| Returns | |
|---|---|
| Type | Description |
ListActionsResponse.Builder |
|
addActionsBuilder()
public Action.Builder addActionsBuilder()Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Returns | |
|---|---|
| Type | Description |
Action.Builder |
|
addActionsBuilder(int index)
public Action.Builder addActionsBuilder(int index)Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Action.Builder |
|
addAllActions(Iterable<? extends Action> values)
public ListActionsResponse.Builder addAllActions(Iterable<? extends Action> values)Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.dataplex.v1.Action> |
| Returns | |
|---|---|
| Type | Description |
ListActionsResponse.Builder |
|
build()
public ListActionsResponse build()| Returns | |
|---|---|
| Type | Description |
ListActionsResponse |
|
buildPartial()
public ListActionsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListActionsResponse |
|
clear()
public ListActionsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListActionsResponse.Builder |
|
clearActions()
public ListActionsResponse.Builder clearActions()Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Returns | |
|---|---|
| Type | Description |
ListActionsResponse.Builder |
|
clearNextPageToken()
public ListActionsResponse.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 |
ListActionsResponse.Builder |
This builder for chaining. |
getActions(int index)
public Action getActions(int index)Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Action |
|
getActionsBuilder(int index)
public Action.Builder getActionsBuilder(int index)Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Action.Builder |
|
getActionsBuilderList()
public List<Action.Builder> getActionsBuilderList()Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getActionsCount()
public int getActionsCount()Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getActionsList()
public List<Action> getActionsList()Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Returns | |
|---|---|
| Type | Description |
List<Action> |
|
getActionsOrBuilder(int index)
public ActionOrBuilder getActionsOrBuilder(int index)Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ActionOrBuilder |
|
getActionsOrBuilderList()
public List<? extends ActionOrBuilder> getActionsOrBuilderList()Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dataplex.v1.ActionOrBuilder> |
|
getDefaultInstanceForType()
public ListActionsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListActionsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListActionsResponse other)
public ListActionsResponse.Builder mergeFrom(ListActionsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListActionsResponse |
| Returns | |
|---|---|
| Type | Description |
ListActionsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListActionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListActionsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListActionsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListActionsResponse.Builder |
|
removeActions(int index)
public ListActionsResponse.Builder removeActions(int index)Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListActionsResponse.Builder |
|
setActions(int index, Action value)
public ListActionsResponse.Builder setActions(int index, Action value)Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Action |
| Returns | |
|---|---|
| Type | Description |
ListActionsResponse.Builder |
|
setActions(int index, Action.Builder builderForValue)
public ListActionsResponse.Builder setActions(int index, Action.Builder builderForValue)Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Action.Builder |
| Returns | |
|---|---|
| Type | Description |
ListActionsResponse.Builder |
|
setNextPageToken(String value)
public ListActionsResponse.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 |
ListActionsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListActionsResponse.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 |
ListActionsResponse.Builder |
This builder for chaining. |