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

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

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

        public Event.ParentNodeExecutionMetadata buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public Event.ParentNodeExecutionMetadata.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                            throws java.io.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<Event.ParentNodeExecutionMetadata.Builder>
        Throws:
        java.io.IOException
      • getNodeId

        public java.lang.String getNodeId()
         Unique identifier of the parent node id within the execution
         This is value of core.NodeExecutionIdentifier.node_id of the parent node
         
        string node_id = 1;
        Specified by:
        getNodeId in interface Event.ParentNodeExecutionMetadataOrBuilder
        Returns:
        The nodeId.
      • getNodeIdBytes

        public com.google.protobuf.ByteString getNodeIdBytes()
         Unique identifier of the parent node id within the execution
         This is value of core.NodeExecutionIdentifier.node_id of the parent node
         
        string node_id = 1;
        Specified by:
        getNodeIdBytes in interface Event.ParentNodeExecutionMetadataOrBuilder
        Returns:
        The bytes for nodeId.
      • setNodeId

        public Event.ParentNodeExecutionMetadata.Builder setNodeId​(java.lang.String value)
         Unique identifier of the parent node id within the execution
         This is value of core.NodeExecutionIdentifier.node_id of the parent node
         
        string node_id = 1;
        Parameters:
        value - The nodeId to set.
        Returns:
        This builder for chaining.
      • clearNodeId

        public Event.ParentNodeExecutionMetadata.Builder clearNodeId()
         Unique identifier of the parent node id within the execution
         This is value of core.NodeExecutionIdentifier.node_id of the parent node
         
        string node_id = 1;
        Returns:
        This builder for chaining.
      • setNodeIdBytes

        public Event.ParentNodeExecutionMetadata.Builder setNodeIdBytes​(com.google.protobuf.ByteString value)
         Unique identifier of the parent node id within the execution
         This is value of core.NodeExecutionIdentifier.node_id of the parent node
         
        string node_id = 1;
        Parameters:
        value - The bytes for nodeId to set.
        Returns:
        This builder for chaining.