Class ListLineageEventsResponse.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<ListLineageEventsResponse.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<ListLineageEventsResponse.Builder>
      • getDefaultInstanceForType

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

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

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

        public ListLineageEventsResponse.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<ListLineageEventsResponse.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListLineageEventsResponse.Builder>
      • mergeFrom

        public ListLineageEventsResponse.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<ListLineageEventsResponse.Builder>
        Throws:
        IOException
      • getLineageEventsCount

        public int getLineageEventsCount()
         Lineage events from the specified project and location.
         
        repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;
        Specified by:
        getLineageEventsCount in interface ListLineageEventsResponseOrBuilder
      • setLineageEvents

        public ListLineageEventsResponse.Builder setLineageEvents​(int index,
                                                                  LineageEvent value)
         Lineage events from the specified project and location.
         
        repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;
      • setLineageEvents

        public ListLineageEventsResponse.Builder setLineageEvents​(int index,
                                                                  LineageEvent.Builder builderForValue)
         Lineage events from the specified project and location.
         
        repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;
      • addLineageEvents

        public ListLineageEventsResponse.Builder addLineageEvents​(LineageEvent value)
         Lineage events from the specified project and location.
         
        repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;
      • addLineageEvents

        public ListLineageEventsResponse.Builder addLineageEvents​(int index,
                                                                  LineageEvent value)
         Lineage events from the specified project and location.
         
        repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;
      • addLineageEvents

        public ListLineageEventsResponse.Builder addLineageEvents​(int index,
                                                                  LineageEvent.Builder builderForValue)
         Lineage events from the specified project and location.
         
        repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;
      • clearLineageEvents

        public ListLineageEventsResponse.Builder clearLineageEvents()
         Lineage events from the specified project and location.
         
        repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;
      • removeLineageEvents

        public ListLineageEventsResponse.Builder removeLineageEvents​(int index)
         Lineage events from the specified project and location.
         
        repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;
      • getLineageEventsBuilder

        public LineageEvent.Builder getLineageEventsBuilder​(int index)
         Lineage events from the specified project and location.
         
        repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;
      • addLineageEventsBuilder

        public LineageEvent.Builder addLineageEventsBuilder()
         Lineage events from the specified project and location.
         
        repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;
      • addLineageEventsBuilder

        public LineageEvent.Builder addLineageEventsBuilder​(int index)
         Lineage events from the specified project and location.
         
        repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;
      • getLineageEventsBuilderList

        public List<LineageEvent.Builder> getLineageEventsBuilderList()
         Lineage events from the specified project and location.
         
        repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;
      • getNextPageToken

        public String getNextPageToken()
         The token to specify as `page_token` in the next call to get the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Specified by:
        getNextPageToken in interface ListLineageEventsResponseOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         The token to specify as `page_token` in the next call to get the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Specified by:
        getNextPageTokenBytes in interface ListLineageEventsResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public ListLineageEventsResponse.Builder setNextPageToken​(String value)
         The token to specify as `page_token` in the next call to get the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public ListLineageEventsResponse.Builder clearNextPageToken()
         The token to specify as `page_token` in the next call to get the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListLineageEventsResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         The token to specify as `page_token` in the next call to get the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final ListLineageEventsResponse.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<ListLineageEventsResponse.Builder>
      • mergeUnknownFields

        public final ListLineageEventsResponse.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<ListLineageEventsResponse.Builder>