public static final class ListActionsResponse.Builder extends GeneratedMessageV3.Builder<ListActionsResponse.Builder> implements ListActionsResponseOrBuilder
List actions response.
Protobuf type google.cloud.dataplex.v1.ListActionsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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
|
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;
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
|
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;
addActionsBuilder()
public Action.Builder addActionsBuilder()
Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
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
|
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>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListActionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListActionsResponse build()
buildPartial()
public ListActionsResponse buildPartial()
clear()
public ListActionsResponse.Builder clear()
Overrides
clearActions()
public ListActionsResponse.Builder clearActions()
Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
clearField(Descriptors.FieldDescriptor field)
public ListActionsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListActionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ListActionsResponse.Builder clone()
Overrides
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
|
getActionsBuilderList()
public List<Action.Builder> getActionsBuilderList()
Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
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;
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
|
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()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListActionsResponse other)
public ListActionsResponse.Builder mergeFrom(ListActionsResponse other)
public ListActionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListActionsResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListActionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
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
|
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
|
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;
setField(Descriptors.FieldDescriptor field, Object value)
public ListActionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
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 |
String
The nextPageToken to set.
|
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 |
ByteString
The bytes for nextPageToken to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListActionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListActionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides