Package com.google.cloud.dataplex.v1
Class ListActionsResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
-
- com.google.cloud.dataplex.v1.ListActionsResponse.Builder
-
- All Implemented Interfaces:
ListActionsResponseOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ListActionsResponse
public static final class ListActionsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder> implements ListActionsResponseOrBuilder
List actions response.
Protobuf typegoogle.cloud.dataplex.v1.ListActionsResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListActionsResponse.Builder
addActions(int index, Action value)
Actions under the given parent lake/zone/asset.ListActionsResponse.Builder
addActions(int index, Action.Builder builderForValue)
Actions under the given parent lake/zone/asset.ListActionsResponse.Builder
addActions(Action value)
Actions under the given parent lake/zone/asset.ListActionsResponse.Builder
addActions(Action.Builder builderForValue)
Actions under the given parent lake/zone/asset.Action.Builder
addActionsBuilder()
Actions under the given parent lake/zone/asset.Action.Builder
addActionsBuilder(int index)
Actions under the given parent lake/zone/asset.ListActionsResponse.Builder
addAllActions(Iterable<? extends Action> values)
Actions under the given parent lake/zone/asset.ListActionsResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListActionsResponse
build()
ListActionsResponse
buildPartial()
ListActionsResponse.Builder
clear()
ListActionsResponse.Builder
clearActions()
Actions under the given parent lake/zone/asset.ListActionsResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListActionsResponse.Builder
clearNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.ListActionsResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListActionsResponse.Builder
clone()
Action
getActions(int index)
Actions under the given parent lake/zone/asset.Action.Builder
getActionsBuilder(int index)
Actions under the given parent lake/zone/asset.List<Action.Builder>
getActionsBuilderList()
Actions under the given parent lake/zone/asset.int
getActionsCount()
Actions under the given parent lake/zone/asset.List<Action>
getActionsList()
Actions under the given parent lake/zone/asset.ActionOrBuilder
getActionsOrBuilder(int index)
Actions under the given parent lake/zone/asset.List<? extends ActionOrBuilder>
getActionsOrBuilderList()
Actions under the given parent lake/zone/asset.ListActionsResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.com.google.protobuf.ByteString
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results in the list.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListActionsResponse.Builder
mergeFrom(ListActionsResponse other)
ListActionsResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListActionsResponse.Builder
mergeFrom(com.google.protobuf.Message other)
ListActionsResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListActionsResponse.Builder
removeActions(int index)
Actions under the given parent lake/zone/asset.ListActionsResponse.Builder
setActions(int index, Action value)
Actions under the given parent lake/zone/asset.ListActionsResponse.Builder
setActions(int index, Action.Builder builderForValue)
Actions under the given parent lake/zone/asset.ListActionsResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListActionsResponse.Builder
setNextPageToken(String value)
Token to retrieve the next page of results, or empty if there are no more results in the list.ListActionsResponse.Builder
setNextPageTokenBytes(com.google.protobuf.ByteString value)
Token to retrieve the next page of results, or empty if there are no more results in the list.ListActionsResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListActionsResponse.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
-
clear
public ListActionsResponse.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
-
getDefaultInstanceForType
public ListActionsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListActionsResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListActionsResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListActionsResponse.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
-
setField
public ListActionsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
-
clearField
public ListActionsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
-
clearOneof
public ListActionsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
-
setRepeatedField
public ListActionsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
-
addRepeatedField
public ListActionsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
-
mergeFrom
public ListActionsResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListActionsResponse.Builder>
-
mergeFrom
public ListActionsResponse.Builder mergeFrom(ListActionsResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
-
mergeFrom
public ListActionsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListActionsResponse.Builder>
- Throws:
IOException
-
getActionsList
public List<Action> getActionsList()
Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
- Specified by:
getActionsList
in interfaceListActionsResponseOrBuilder
-
getActionsCount
public int getActionsCount()
Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
- Specified by:
getActionsCount
in interfaceListActionsResponseOrBuilder
-
getActions
public Action getActions(int index)
Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
- Specified by:
getActions
in interfaceListActionsResponseOrBuilder
-
setActions
public ListActionsResponse.Builder setActions(int index, Action value)
Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
-
setActions
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;
-
addActions
public ListActionsResponse.Builder addActions(Action value)
Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
-
addActions
public ListActionsResponse.Builder addActions(int index, Action value)
Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
-
addActions
public ListActionsResponse.Builder addActions(Action.Builder builderForValue)
Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
-
addActions
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;
-
addAllActions
public ListActionsResponse.Builder addAllActions(Iterable<? extends Action> values)
Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
-
clearActions
public ListActionsResponse.Builder clearActions()
Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
-
removeActions
public ListActionsResponse.Builder removeActions(int index)
Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
-
getActionsBuilder
public Action.Builder getActionsBuilder(int index)
Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
-
getActionsOrBuilder
public ActionOrBuilder getActionsOrBuilder(int index)
Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
- Specified by:
getActionsOrBuilder
in interfaceListActionsResponseOrBuilder
-
getActionsOrBuilderList
public List<? extends ActionOrBuilder> getActionsOrBuilderList()
Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
- Specified by:
getActionsOrBuilderList
in interfaceListActionsResponseOrBuilder
-
addActionsBuilder
public Action.Builder addActionsBuilder()
Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
-
addActionsBuilder
public Action.Builder addActionsBuilder(int index)
Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
-
getActionsBuilderList
public List<Action.Builder> getActionsBuilderList()
Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
-
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;
- Specified by:
getNextPageToken
in interfaceListActionsResponseOrBuilder
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.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;
- Specified by:
getNextPageTokenBytes
in interfaceListActionsResponseOrBuilder
- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
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;
- Parameters:
value
- The nextPageToken to set.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-
setNextPageTokenBytes
public ListActionsResponse.Builder setNextPageTokenBytes(com.google.protobuf.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;
- Parameters:
value
- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListActionsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
-
mergeUnknownFields
public final ListActionsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
-
-