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

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

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

        public CompilationResult.CompilationError 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<CompilationResult.CompilationError.Builder>
      • getMessageBytes

        public com.google.protobuf.ByteString getMessageBytes()
         Output only. The error's top level message.
         
        string message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getMessageBytes in interface CompilationResult.CompilationErrorOrBuilder
        Returns:
        The bytes for message.
      • setMessage

        public CompilationResult.CompilationError.Builder setMessage​(String value)
         Output only. The error's top level message.
         
        string message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The message to set.
        Returns:
        This builder for chaining.
      • clearMessage

        public CompilationResult.CompilationError.Builder clearMessage()
         Output only. The error's top level message.
         
        string message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setMessageBytes

        public CompilationResult.CompilationError.Builder setMessageBytes​(com.google.protobuf.ByteString value)
         Output only. The error's top level message.
         
        string message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for message to set.
        Returns:
        This builder for chaining.
      • getStackBytes

        public com.google.protobuf.ByteString getStackBytes()
         Output only. The error's full stack trace.
         
        string stack = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStackBytes in interface CompilationResult.CompilationErrorOrBuilder
        Returns:
        The bytes for stack.
      • setStack

        public CompilationResult.CompilationError.Builder setStack​(String value)
         Output only. The error's full stack trace.
         
        string stack = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The stack to set.
        Returns:
        This builder for chaining.
      • clearStack

        public CompilationResult.CompilationError.Builder clearStack()
         Output only. The error's full stack trace.
         
        string stack = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setStackBytes

        public CompilationResult.CompilationError.Builder setStackBytes​(com.google.protobuf.ByteString value)
         Output only. The error's full stack trace.
         
        string stack = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for stack to set.
        Returns:
        This builder for chaining.
      • getPath

        public String getPath()
         Output only. The path of the file where this error occurred, if available, relative to
         the project root.
         
        string path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPath in interface CompilationResult.CompilationErrorOrBuilder
        Returns:
        The path.
      • getPathBytes

        public com.google.protobuf.ByteString getPathBytes()
         Output only. The path of the file where this error occurred, if available, relative to
         the project root.
         
        string path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPathBytes in interface CompilationResult.CompilationErrorOrBuilder
        Returns:
        The bytes for path.
      • setPath

        public CompilationResult.CompilationError.Builder setPath​(String value)
         Output only. The path of the file where this error occurred, if available, relative to
         the project root.
         
        string path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The path to set.
        Returns:
        This builder for chaining.
      • clearPath

        public CompilationResult.CompilationError.Builder clearPath()
         Output only. The path of the file where this error occurred, if available, relative to
         the project root.
         
        string path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setPathBytes

        public CompilationResult.CompilationError.Builder setPathBytes​(com.google.protobuf.ByteString value)
         Output only. The path of the file where this error occurred, if available, relative to
         the project root.
         
        string path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for path to set.
        Returns:
        This builder for chaining.
      • hasActionTarget

        public boolean hasActionTarget()
         Output only. The identifier of the action where this error occurred, if available.
         
        .google.cloud.dataform.v1alpha2.Target action_target = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasActionTarget in interface CompilationResult.CompilationErrorOrBuilder
        Returns:
        Whether the actionTarget field is set.
      • getActionTarget

        public Target getActionTarget()
         Output only. The identifier of the action where this error occurred, if available.
         
        .google.cloud.dataform.v1alpha2.Target action_target = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getActionTarget in interface CompilationResult.CompilationErrorOrBuilder
        Returns:
        The actionTarget.
      • setActionTarget

        public CompilationResult.CompilationError.Builder setActionTarget​(Target value)
         Output only. The identifier of the action where this error occurred, if available.
         
        .google.cloud.dataform.v1alpha2.Target action_target = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setActionTarget

        public CompilationResult.CompilationError.Builder setActionTarget​(Target.Builder builderForValue)
         Output only. The identifier of the action where this error occurred, if available.
         
        .google.cloud.dataform.v1alpha2.Target action_target = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeActionTarget

        public CompilationResult.CompilationError.Builder mergeActionTarget​(Target value)
         Output only. The identifier of the action where this error occurred, if available.
         
        .google.cloud.dataform.v1alpha2.Target action_target = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearActionTarget

        public CompilationResult.CompilationError.Builder clearActionTarget()
         Output only. The identifier of the action where this error occurred, if available.
         
        .google.cloud.dataform.v1alpha2.Target action_target = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getActionTargetBuilder

        public Target.Builder getActionTargetBuilder()
         Output only. The identifier of the action where this error occurred, if available.
         
        .google.cloud.dataform.v1alpha2.Target action_target = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];