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

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

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

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

        public String getParent()
         Required. The repository in which to create the workflow invocation. 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 CreateWorkflowInvocationRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The repository in which to create the workflow invocation. 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 CreateWorkflowInvocationRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public CreateWorkflowInvocationRequest.Builder setParent​(String value)
         Required. The repository in which to create the workflow invocation. 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 CreateWorkflowInvocationRequest.Builder clearParent()
         Required. The repository in which to create the workflow invocation. 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 CreateWorkflowInvocationRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The repository in which to create the workflow invocation. 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.
      • hasWorkflowInvocation

        public boolean hasWorkflowInvocation()
         Required. The workflow invocation resource to create.
         
        .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasWorkflowInvocation in interface CreateWorkflowInvocationRequestOrBuilder
        Returns:
        Whether the workflowInvocation field is set.
      • setWorkflowInvocation

        public CreateWorkflowInvocationRequest.Builder setWorkflowInvocation​(WorkflowInvocation value)
         Required. The workflow invocation resource to create.
         
        .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeWorkflowInvocation

        public CreateWorkflowInvocationRequest.Builder mergeWorkflowInvocation​(WorkflowInvocation value)
         Required. The workflow invocation resource to create.
         
        .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearWorkflowInvocation

        public CreateWorkflowInvocationRequest.Builder clearWorkflowInvocation()
         Required. The workflow invocation resource to create.
         
        .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];
      • getWorkflowInvocationBuilder

        public WorkflowInvocation.Builder getWorkflowInvocationBuilder()
         Required. The workflow invocation resource to create.
         
        .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];