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

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

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

        public CommitWorkspaceChangesRequest 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<CommitWorkspaceChangesRequest.Builder>
      • mergeFrom

        public CommitWorkspaceChangesRequest.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<CommitWorkspaceChangesRequest.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         Required. The workspace's name.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getName in interface CommitWorkspaceChangesRequestOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Required. The workspace's name.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getNameBytes in interface CommitWorkspaceChangesRequestOrBuilder
        Returns:
        The bytes for name.
      • setName

        public CommitWorkspaceChangesRequest.Builder setName​(String value)
         Required. The workspace's name.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public CommitWorkspaceChangesRequest.Builder clearName()
         Required. The workspace's name.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setNameBytes

        public CommitWorkspaceChangesRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Required. The workspace's name.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • hasAuthor

        public boolean hasAuthor()
         Required. The commit's author.
         
        .google.cloud.dataform.v1alpha2.CommitAuthor author = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasAuthor in interface CommitWorkspaceChangesRequestOrBuilder
        Returns:
        Whether the author field is set.
      • clearAuthor

        public CommitWorkspaceChangesRequest.Builder clearAuthor()
         Required. The commit's author.
         
        .google.cloud.dataform.v1alpha2.CommitAuthor author = 4 [(.google.api.field_behavior) = REQUIRED];
      • getAuthorBuilder

        public CommitAuthor.Builder getAuthorBuilder()
         Required. The commit's author.
         
        .google.cloud.dataform.v1alpha2.CommitAuthor author = 4 [(.google.api.field_behavior) = REQUIRED];
      • getCommitMessageBytes

        public com.google.protobuf.ByteString getCommitMessageBytes()
         Optional. The commit's message.
         
        string commit_message = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getCommitMessageBytes in interface CommitWorkspaceChangesRequestOrBuilder
        Returns:
        The bytes for commitMessage.
      • setCommitMessage

        public CommitWorkspaceChangesRequest.Builder setCommitMessage​(String value)
         Optional. The commit's message.
         
        string commit_message = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The commitMessage to set.
        Returns:
        This builder for chaining.
      • clearCommitMessage

        public CommitWorkspaceChangesRequest.Builder clearCommitMessage()
         Optional. The commit's message.
         
        string commit_message = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setCommitMessageBytes

        public CommitWorkspaceChangesRequest.Builder setCommitMessageBytes​(com.google.protobuf.ByteString value)
         Optional. The commit's message.
         
        string commit_message = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for commitMessage to set.
        Returns:
        This builder for chaining.
      • getPathsList

        public com.google.protobuf.ProtocolStringList getPathsList()
         Optional. Full file paths to commit including filename, rooted at workspace root. If
         left empty, all files will be committed.
         
        repeated string paths = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPathsList in interface CommitWorkspaceChangesRequestOrBuilder
        Returns:
        A list containing the paths.
      • getPathsCount

        public int getPathsCount()
         Optional. Full file paths to commit including filename, rooted at workspace root. If
         left empty, all files will be committed.
         
        repeated string paths = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPathsCount in interface CommitWorkspaceChangesRequestOrBuilder
        Returns:
        The count of paths.
      • getPaths

        public String getPaths​(int index)
         Optional. Full file paths to commit including filename, rooted at workspace root. If
         left empty, all files will be committed.
         
        repeated string paths = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPaths in interface CommitWorkspaceChangesRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The paths at the given index.
      • getPathsBytes

        public com.google.protobuf.ByteString getPathsBytes​(int index)
         Optional. Full file paths to commit including filename, rooted at workspace root. If
         left empty, all files will be committed.
         
        repeated string paths = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPathsBytes in interface CommitWorkspaceChangesRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the paths at the given index.
      • setPaths

        public CommitWorkspaceChangesRequest.Builder setPaths​(int index,
                                                              String value)
         Optional. Full file paths to commit including filename, rooted at workspace root. If
         left empty, all files will be committed.
         
        repeated string paths = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        index - The index to set the value at.
        value - The paths to set.
        Returns:
        This builder for chaining.
      • addPaths

        public CommitWorkspaceChangesRequest.Builder addPaths​(String value)
         Optional. Full file paths to commit including filename, rooted at workspace root. If
         left empty, all files will be committed.
         
        repeated string paths = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The paths to add.
        Returns:
        This builder for chaining.
      • addAllPaths

        public CommitWorkspaceChangesRequest.Builder addAllPaths​(Iterable<String> values)
         Optional. Full file paths to commit including filename, rooted at workspace root. If
         left empty, all files will be committed.
         
        repeated string paths = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        values - The paths to add.
        Returns:
        This builder for chaining.
      • clearPaths

        public CommitWorkspaceChangesRequest.Builder clearPaths()
         Optional. Full file paths to commit including filename, rooted at workspace root. If
         left empty, all files will be committed.
         
        repeated string paths = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • addPathsBytes

        public CommitWorkspaceChangesRequest.Builder addPathsBytes​(com.google.protobuf.ByteString value)
         Optional. Full file paths to commit including filename, rooted at workspace root. If
         left empty, all files will be committed.
         
        repeated string paths = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes of the paths to add.
        Returns:
        This builder for chaining.