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

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

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

        public CreateCompilationResultRequest 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<CreateCompilationResultRequest.Builder>
      • getParent

        public String getParent()
         Required. The repository in which to create the compilation result. Must be in the
         format `projects/*/locations/*/repositories/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface CreateCompilationResultRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The repository in which to create the compilation result. Must be in the
         format `projects/*/locations/*/repositories/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface CreateCompilationResultRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public CreateCompilationResultRequest.Builder setParent​(String value)
         Required. The repository in which to create the compilation result. Must be in the
         format `projects/*/locations/*/repositories/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public CreateCompilationResultRequest.Builder clearParent()
         Required. The repository in which to create the compilation result. Must be in the
         format `projects/*/locations/*/repositories/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public CreateCompilationResultRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The repository in which to create the compilation result. Must be in the
         format `projects/*/locations/*/repositories/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • hasCompilationResult

        public boolean hasCompilationResult()
         Required. The compilation result to create.
         
        .google.cloud.dataform.v1beta1.CompilationResult compilation_result = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasCompilationResult in interface CreateCompilationResultRequestOrBuilder
        Returns:
        Whether the compilationResult field is set.
      • setCompilationResult

        public CreateCompilationResultRequest.Builder setCompilationResult​(CompilationResult value)
         Required. The compilation result to create.
         
        .google.cloud.dataform.v1beta1.CompilationResult compilation_result = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeCompilationResult

        public CreateCompilationResultRequest.Builder mergeCompilationResult​(CompilationResult value)
         Required. The compilation result to create.
         
        .google.cloud.dataform.v1beta1.CompilationResult compilation_result = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearCompilationResult

        public CreateCompilationResultRequest.Builder clearCompilationResult()
         Required. The compilation result to create.
         
        .google.cloud.dataform.v1beta1.CompilationResult compilation_result = 2 [(.google.api.field_behavior) = REQUIRED];
      • getCompilationResultBuilder

        public CompilationResult.Builder getCompilationResultBuilder()
         Required. The compilation result to create.
         
        .google.cloud.dataform.v1beta1.CompilationResult compilation_result = 2 [(.google.api.field_behavior) = REQUIRED];