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

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

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

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

        public QueryDirectoryContentsRequest.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<QueryDirectoryContentsRequest.Builder>
        Throws:
        IOException
      • getWorkspace

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

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

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

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

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

        public String getPath()
         Optional. The directory's full path including directory name, relative to the
         workspace root. If left unset, the workspace root is used.
         
        string path = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPath in interface QueryDirectoryContentsRequestOrBuilder
        Returns:
        The path.
      • getPathBytes

        public com.google.protobuf.ByteString getPathBytes()
         Optional. The directory's full path including directory name, relative to the
         workspace root. If left unset, the workspace root is used.
         
        string path = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPathBytes in interface QueryDirectoryContentsRequestOrBuilder
        Returns:
        The bytes for path.
      • setPath

        public QueryDirectoryContentsRequest.Builder setPath​(String value)
         Optional. The directory's full path including directory name, relative to the
         workspace root. If left unset, the workspace root is used.
         
        string path = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The path to set.
        Returns:
        This builder for chaining.
      • clearPath

        public QueryDirectoryContentsRequest.Builder clearPath()
         Optional. The directory's full path including directory name, relative to the
         workspace root. If left unset, the workspace root is used.
         
        string path = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setPathBytes

        public QueryDirectoryContentsRequest.Builder setPathBytes​(com.google.protobuf.ByteString value)
         Optional. The directory's full path including directory name, relative to the
         workspace root. If left unset, the workspace root is used.
         
        string path = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for path to set.
        Returns:
        This builder for chaining.
      • getPageSize

        public int getPageSize()
         Optional. Maximum number of paths to return. The server may return fewer
         items than requested. If unspecified, the server will pick an appropriate
         default.
         
        int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPageSize in interface QueryDirectoryContentsRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public QueryDirectoryContentsRequest.Builder setPageSize​(int value)
         Optional. Maximum number of paths to return. The server may return fewer
         items than requested. If unspecified, the server will pick an appropriate
         default.
         
        int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public QueryDirectoryContentsRequest.Builder clearPageSize()
         Optional. Maximum number of paths to return. The server may return fewer
         items than requested. If unspecified, the server will pick an appropriate
         default.
         
        int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • getPageToken

        public String getPageToken()
         Optional. Page token received from a previous `QueryDirectoryContents` call.
         Provide this to retrieve the subsequent page.
        
         When paginating, all other parameters provided to
         `QueryDirectoryContents` must match the call that provided the page
         token.
         
        string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPageToken in interface QueryDirectoryContentsRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         Optional. Page token received from a previous `QueryDirectoryContents` call.
         Provide this to retrieve the subsequent page.
        
         When paginating, all other parameters provided to
         `QueryDirectoryContents` must match the call that provided the page
         token.
         
        string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPageTokenBytes in interface QueryDirectoryContentsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public QueryDirectoryContentsRequest.Builder setPageToken​(String value)
         Optional. Page token received from a previous `QueryDirectoryContents` call.
         Provide this to retrieve the subsequent page.
        
         When paginating, all other parameters provided to
         `QueryDirectoryContents` must match the call that provided the page
         token.
         
        string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public QueryDirectoryContentsRequest.Builder clearPageToken()
         Optional. Page token received from a previous `QueryDirectoryContents` call.
         Provide this to retrieve the subsequent page.
        
         When paginating, all other parameters provided to
         `QueryDirectoryContents` must match the call that provided the page
         token.
         
        string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public QueryDirectoryContentsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         Optional. Page token received from a previous `QueryDirectoryContents` call.
         Provide this to retrieve the subsequent page.
        
         When paginating, all other parameters provided to
         `QueryDirectoryContents` must match the call that provided the page
         token.
         
        string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.