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

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

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

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

        public UpdateMetadataImportRequest.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<UpdateMetadataImportRequest.Builder>
        Throws:
        IOException
      • hasUpdateMask

        public boolean hasUpdateMask()
         Required. A field mask used to specify the fields to be overwritten in the
         metadata import resource by the update.
         Fields specified in the `update_mask` are relative to the resource (not
         to the full request). A field is overwritten if it is in the mask.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasUpdateMask in interface UpdateMetadataImportRequestOrBuilder
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        public com.google.protobuf.FieldMask getUpdateMask()
         Required. A field mask used to specify the fields to be overwritten in the
         metadata import resource by the update.
         Fields specified in the `update_mask` are relative to the resource (not
         to the full request). A field is overwritten if it is in the mask.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUpdateMask in interface UpdateMetadataImportRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public UpdateMetadataImportRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         Required. A field mask used to specify the fields to be overwritten in the
         metadata import resource by the update.
         Fields specified in the `update_mask` are relative to the resource (not
         to the full request). A field is overwritten if it is in the mask.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
      • setUpdateMask

        public UpdateMetadataImportRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         Required. A field mask used to specify the fields to be overwritten in the
         metadata import resource by the update.
         Fields specified in the `update_mask` are relative to the resource (not
         to the full request). A field is overwritten if it is in the mask.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
      • mergeUpdateMask

        public UpdateMetadataImportRequest.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         Required. A field mask used to specify the fields to be overwritten in the
         metadata import resource by the update.
         Fields specified in the `update_mask` are relative to the resource (not
         to the full request). A field is overwritten if it is in the mask.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
      • clearUpdateMask

        public UpdateMetadataImportRequest.Builder clearUpdateMask()
         Required. A field mask used to specify the fields to be overwritten in the
         metadata import resource by the update.
         Fields specified in the `update_mask` are relative to the resource (not
         to the full request). A field is overwritten if it is in the mask.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         Required. A field mask used to specify the fields to be overwritten in the
         metadata import resource by the update.
         Fields specified in the `update_mask` are relative to the resource (not
         to the full request). A field is overwritten if it is in the mask.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
      • getUpdateMaskOrBuilder

        public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Required. A field mask used to specify the fields to be overwritten in the
         metadata import resource by the update.
         Fields specified in the `update_mask` are relative to the resource (not
         to the full request). A field is overwritten if it is in the mask.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUpdateMaskOrBuilder in interface UpdateMetadataImportRequestOrBuilder
      • hasMetadataImport

        public boolean hasMetadataImport()
         Required. The metadata import to update. The server only merges fields
         in the import if they are specified in `update_mask`.
        
         The metadata import's `name` field is used to identify the metastore
         import to be updated.
         
        .google.cloud.metastore.v1alpha.MetadataImport metadata_import = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasMetadataImport in interface UpdateMetadataImportRequestOrBuilder
        Returns:
        Whether the metadataImport field is set.
      • getMetadataImport

        public MetadataImport getMetadataImport()
         Required. The metadata import to update. The server only merges fields
         in the import if they are specified in `update_mask`.
        
         The metadata import's `name` field is used to identify the metastore
         import to be updated.
         
        .google.cloud.metastore.v1alpha.MetadataImport metadata_import = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getMetadataImport in interface UpdateMetadataImportRequestOrBuilder
        Returns:
        The metadataImport.
      • setMetadataImport

        public UpdateMetadataImportRequest.Builder setMetadataImport​(MetadataImport value)
         Required. The metadata import to update. The server only merges fields
         in the import if they are specified in `update_mask`.
        
         The metadata import's `name` field is used to identify the metastore
         import to be updated.
         
        .google.cloud.metastore.v1alpha.MetadataImport metadata_import = 2 [(.google.api.field_behavior) = REQUIRED];
      • setMetadataImport

        public UpdateMetadataImportRequest.Builder setMetadataImport​(MetadataImport.Builder builderForValue)
         Required. The metadata import to update. The server only merges fields
         in the import if they are specified in `update_mask`.
        
         The metadata import's `name` field is used to identify the metastore
         import to be updated.
         
        .google.cloud.metastore.v1alpha.MetadataImport metadata_import = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeMetadataImport

        public UpdateMetadataImportRequest.Builder mergeMetadataImport​(MetadataImport value)
         Required. The metadata import to update. The server only merges fields
         in the import if they are specified in `update_mask`.
        
         The metadata import's `name` field is used to identify the metastore
         import to be updated.
         
        .google.cloud.metastore.v1alpha.MetadataImport metadata_import = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearMetadataImport

        public UpdateMetadataImportRequest.Builder clearMetadataImport()
         Required. The metadata import to update. The server only merges fields
         in the import if they are specified in `update_mask`.
        
         The metadata import's `name` field is used to identify the metastore
         import to be updated.
         
        .google.cloud.metastore.v1alpha.MetadataImport metadata_import = 2 [(.google.api.field_behavior) = REQUIRED];
      • getMetadataImportBuilder

        public MetadataImport.Builder getMetadataImportBuilder()
         Required. The metadata import to update. The server only merges fields
         in the import if they are specified in `update_mask`.
        
         The metadata import's `name` field is used to identify the metastore
         import to be updated.
         
        .google.cloud.metastore.v1alpha.MetadataImport metadata_import = 2 [(.google.api.field_behavior) = REQUIRED];
      • getMetadataImportOrBuilder

        public MetadataImportOrBuilder getMetadataImportOrBuilder()
         Required. The metadata import to update. The server only merges fields
         in the import if they are specified in `update_mask`.
        
         The metadata import's `name` field is used to identify the metastore
         import to be updated.
         
        .google.cloud.metastore.v1alpha.MetadataImport metadata_import = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getMetadataImportOrBuilder in interface UpdateMetadataImportRequestOrBuilder
      • getRequestId

        public String getRequestId()
         Optional. A request ID. Specify a unique request ID to allow the server to
         ignore the request if it has completed. The server will ignore subsequent
         requests that provide a duplicate request ID for at least 60 minutes after
         the first request.
        
         For example, if an initial request times out, followed by another request
         with the same request ID, the server ignores the second request to prevent
         the creation of duplicate commitments.
        
         The request ID must be a valid
         [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier#Format)
         A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.
         
        string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getRequestId in interface UpdateMetadataImportRequestOrBuilder
        Returns:
        The requestId.
      • getRequestIdBytes

        public com.google.protobuf.ByteString getRequestIdBytes()
         Optional. A request ID. Specify a unique request ID to allow the server to
         ignore the request if it has completed. The server will ignore subsequent
         requests that provide a duplicate request ID for at least 60 minutes after
         the first request.
        
         For example, if an initial request times out, followed by another request
         with the same request ID, the server ignores the second request to prevent
         the creation of duplicate commitments.
        
         The request ID must be a valid
         [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier#Format)
         A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.
         
        string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getRequestIdBytes in interface UpdateMetadataImportRequestOrBuilder
        Returns:
        The bytes for requestId.
      • setRequestId

        public UpdateMetadataImportRequest.Builder setRequestId​(String value)
         Optional. A request ID. Specify a unique request ID to allow the server to
         ignore the request if it has completed. The server will ignore subsequent
         requests that provide a duplicate request ID for at least 60 minutes after
         the first request.
        
         For example, if an initial request times out, followed by another request
         with the same request ID, the server ignores the second request to prevent
         the creation of duplicate commitments.
        
         The request ID must be a valid
         [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier#Format)
         A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.
         
        string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The requestId to set.
        Returns:
        This builder for chaining.
      • clearRequestId

        public UpdateMetadataImportRequest.Builder clearRequestId()
         Optional. A request ID. Specify a unique request ID to allow the server to
         ignore the request if it has completed. The server will ignore subsequent
         requests that provide a duplicate request ID for at least 60 minutes after
         the first request.
        
         For example, if an initial request times out, followed by another request
         with the same request ID, the server ignores the second request to prevent
         the creation of duplicate commitments.
        
         The request ID must be a valid
         [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier#Format)
         A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.
         
        string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setRequestIdBytes

        public UpdateMetadataImportRequest.Builder setRequestIdBytes​(com.google.protobuf.ByteString value)
         Optional. A request ID. Specify a unique request ID to allow the server to
         ignore the request if it has completed. The server will ignore subsequent
         requests that provide a duplicate request ID for at least 60 minutes after
         the first request.
        
         For example, if an initial request times out, followed by another request
         with the same request ID, the server ignores the second request to prevent
         the creation of duplicate commitments.
        
         The request ID must be a valid
         [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier#Format)
         A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.
         
        string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for requestId to set.
        Returns:
        This builder for chaining.
      • mergeUnknownFields

        public final UpdateMetadataImportRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateMetadataImportRequest.Builder>