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

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

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

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

        public BatchDeleteAssetsRequest.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                 int index,
                                                                 Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchDeleteAssetsRequest.Builder>
      • addRepeatedField

        public BatchDeleteAssetsRequest.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                 Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchDeleteAssetsRequest.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BatchDeleteAssetsRequest.Builder>
      • mergeFrom

        public BatchDeleteAssetsRequest.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<BatchDeleteAssetsRequest.Builder>
        Throws:
        IOException
      • getParent

        public String getParent()
         Required. Parent value for batch asset delete.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface BatchDeleteAssetsRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. Parent value for batch asset delete.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface BatchDeleteAssetsRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public BatchDeleteAssetsRequest.Builder setParent​(String value)
         Required. Parent value for batch asset delete.
         
        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 BatchDeleteAssetsRequest.Builder clearParent()
         Required. Parent value for batch asset delete.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public BatchDeleteAssetsRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. Parent value for batch asset delete.
         
        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.
      • getNamesList

        public com.google.protobuf.ProtocolStringList getNamesList()
         Required. The IDs of the assets to delete.
         A maximum of 1000 assets can be deleted in a batch.
         Format: projects/{project}/locations/{location}/assets/{name}.
         
        repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getNamesList in interface BatchDeleteAssetsRequestOrBuilder
        Returns:
        A list containing the names.
      • getNamesCount

        public int getNamesCount()
         Required. The IDs of the assets to delete.
         A maximum of 1000 assets can be deleted in a batch.
         Format: projects/{project}/locations/{location}/assets/{name}.
         
        repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getNamesCount in interface BatchDeleteAssetsRequestOrBuilder
        Returns:
        The count of names.
      • getNames

        public String getNames​(int index)
         Required. The IDs of the assets to delete.
         A maximum of 1000 assets can be deleted in a batch.
         Format: projects/{project}/locations/{location}/assets/{name}.
         
        repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getNames in interface BatchDeleteAssetsRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The names at the given index.
      • getNamesBytes

        public com.google.protobuf.ByteString getNamesBytes​(int index)
         Required. The IDs of the assets to delete.
         A maximum of 1000 assets can be deleted in a batch.
         Format: projects/{project}/locations/{location}/assets/{name}.
         
        repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getNamesBytes in interface BatchDeleteAssetsRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the names at the given index.
      • setNames

        public BatchDeleteAssetsRequest.Builder setNames​(int index,
                                                         String value)
         Required. The IDs of the assets to delete.
         A maximum of 1000 assets can be deleted in a batch.
         Format: projects/{project}/locations/{location}/assets/{name}.
         
        repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        index - The index to set the value at.
        value - The names to set.
        Returns:
        This builder for chaining.
      • addNames

        public BatchDeleteAssetsRequest.Builder addNames​(String value)
         Required. The IDs of the assets to delete.
         A maximum of 1000 assets can be deleted in a batch.
         Format: projects/{project}/locations/{location}/assets/{name}.
         
        repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The names to add.
        Returns:
        This builder for chaining.
      • addAllNames

        public BatchDeleteAssetsRequest.Builder addAllNames​(Iterable<String> values)
         Required. The IDs of the assets to delete.
         A maximum of 1000 assets can be deleted in a batch.
         Format: projects/{project}/locations/{location}/assets/{name}.
         
        repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        values - The names to add.
        Returns:
        This builder for chaining.
      • clearNames

        public BatchDeleteAssetsRequest.Builder clearNames()
         Required. The IDs of the assets to delete.
         A maximum of 1000 assets can be deleted in a batch.
         Format: projects/{project}/locations/{location}/assets/{name}.
         
        repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • addNamesBytes

        public BatchDeleteAssetsRequest.Builder addNamesBytes​(com.google.protobuf.ByteString value)
         Required. The IDs of the assets to delete.
         A maximum of 1000 assets can be deleted in a batch.
         Format: projects/{project}/locations/{location}/assets/{name}.
         
        repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes of the names to add.
        Returns:
        This builder for chaining.
      • getAllowMissing

        public boolean getAllowMissing()
         Optional. When this value is set to `true` the request is a no-op for
         non-existing assets. See https://google.aip.dev/135#delete-if-existing for
         additional details. Default value is `false`.
         
        bool allow_missing = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getAllowMissing in interface BatchDeleteAssetsRequestOrBuilder
        Returns:
        The allowMissing.
      • setAllowMissing

        public BatchDeleteAssetsRequest.Builder setAllowMissing​(boolean value)
         Optional. When this value is set to `true` the request is a no-op for
         non-existing assets. See https://google.aip.dev/135#delete-if-existing for
         additional details. Default value is `false`.
         
        bool allow_missing = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The allowMissing to set.
        Returns:
        This builder for chaining.
      • clearAllowMissing

        public BatchDeleteAssetsRequest.Builder clearAllowMissing()
         Optional. When this value is set to `true` the request is a no-op for
         non-existing assets. See https://google.aip.dev/135#delete-if-existing for
         additional details. Default value is `false`.
         
        bool allow_missing = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setUnknownFields

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

        public final BatchDeleteAssetsRequest.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<BatchDeleteAssetsRequest.Builder>