Class ListActionsResponse.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
      • clear

        public ListActionsResponse.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
      • getDefaultInstanceForType

        public ListActionsResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ListActionsResponse build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ListActionsResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public ListActionsResponse.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
      • setField

        public ListActionsResponse.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
      • clearField

        public ListActionsResponse.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
      • clearOneof

        public ListActionsResponse.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.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 interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
      • addRepeatedField

        public ListActionsResponse.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
      • mergeFrom

        public ListActionsResponse.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListActionsResponse.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.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 interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListActionsResponse.Builder>
        Throws:
        IOException
      • getActionsCount

        public int getActionsCount()
         Actions under the given parent lake/zone/asset.
         
        repeated .google.cloud.dataplex.v1.Action actions = 1;
        Specified by:
        getActionsCount in interface ListActionsResponseOrBuilder
      • 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 interface ListActionsResponseOrBuilder
      • 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​(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;
      • 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 interface ListActionsResponseOrBuilder
        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 interface ListActionsResponseOrBuilder
        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 interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>
      • mergeUnknownFields

        public final ListActionsResponse.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListActionsResponse.Builder>