Class Product.Builder

  • All Implemented Interfaces:
    ProductOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    Product

    public static final class Product.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Product.Builder>
    implements ProductOrBuilder
     The readonly representation of a product computed with a given resource
     context.
     
    Protobuf type google.cloud.privatecatalog.v1beta1.Product
    • 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<Product.Builder>
      • clear

        public Product.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Product.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<Product.Builder>
      • getDefaultInstanceForType

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

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

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

        public Product.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Product.Builder>
      • setField

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

        public Product.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Product.Builder>
      • clearOneof

        public Product.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Product.Builder>
      • setRepeatedField

        public Product.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<Product.Builder>
      • addRepeatedField

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

        public Product.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Product.Builder>
      • isInitialized

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

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

        public String getName()
         Output only. The resource name of the target product, in the format of
         `products/[a-z][-a-z0-9]*[a-z0-9]'.
        
         A unique identifier for the product under a catalog.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getName in interface ProductOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Output only. The resource name of the target product, in the format of
         `products/[a-z][-a-z0-9]*[a-z0-9]'.
        
         A unique identifier for the product under a catalog.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getNameBytes in interface ProductOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Product.Builder setName​(String value)
         Output only. The resource name of the target product, in the format of
         `products/[a-z][-a-z0-9]*[a-z0-9]'.
        
         A unique identifier for the product under a catalog.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Product.Builder clearName()
         Output only. The resource name of the target product, in the format of
         `products/[a-z][-a-z0-9]*[a-z0-9]'.
        
         A unique identifier for the product under a catalog.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setNameBytes

        public Product.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Output only. The resource name of the target product, in the format of
         `products/[a-z][-a-z0-9]*[a-z0-9]'.
        
         A unique identifier for the product under a catalog.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getAssetType

        public String getAssetType()
         Output only. The type of the product asset. It can be one of the following values:
        
         * `google.deploymentmanager.Template`
         * `google.cloudprivatecatalog.ListingOnly`
         * `google.cloudprivatecatalog.Terraform`
         
        string asset_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAssetType in interface ProductOrBuilder
        Returns:
        The assetType.
      • getAssetTypeBytes

        public com.google.protobuf.ByteString getAssetTypeBytes()
         Output only. The type of the product asset. It can be one of the following values:
        
         * `google.deploymentmanager.Template`
         * `google.cloudprivatecatalog.ListingOnly`
         * `google.cloudprivatecatalog.Terraform`
         
        string asset_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAssetTypeBytes in interface ProductOrBuilder
        Returns:
        The bytes for assetType.
      • setAssetType

        public Product.Builder setAssetType​(String value)
         Output only. The type of the product asset. It can be one of the following values:
        
         * `google.deploymentmanager.Template`
         * `google.cloudprivatecatalog.ListingOnly`
         * `google.cloudprivatecatalog.Terraform`
         
        string asset_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The assetType to set.
        Returns:
        This builder for chaining.
      • clearAssetType

        public Product.Builder clearAssetType()
         Output only. The type of the product asset. It can be one of the following values:
        
         * `google.deploymentmanager.Template`
         * `google.cloudprivatecatalog.ListingOnly`
         * `google.cloudprivatecatalog.Terraform`
         
        string asset_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setAssetTypeBytes

        public Product.Builder setAssetTypeBytes​(com.google.protobuf.ByteString value)
         Output only. The type of the product asset. It can be one of the following values:
        
         * `google.deploymentmanager.Template`
         * `google.cloudprivatecatalog.ListingOnly`
         * `google.cloudprivatecatalog.Terraform`
         
        string asset_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for assetType to set.
        Returns:
        This builder for chaining.
      • hasDisplayMetadata

        public boolean hasDisplayMetadata()
         Required. Output only. The display metadata to describe the product. The JSON schema of the
         metadata differs by [Product.asset_type][google.cloud.privatecatalog.v1beta1.Product.asset_type].
         When the type is `google.deploymentmanager.Template`, the schema is as
         follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
         required:
         - name
         - description
         additionalProperties: false
        
         ```
        
         When the asset type is `google.cloudprivatecatalog.ListingOnly`, the schema
         is as follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
           signup_url:
             type: string
             pattern:
             "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
         required:
         - name
         - description
         - signup_url
         additionalProperties: false
        
         ```
        
         When the asset type is `google.cloudprivatecatalog.Terraform`, the schema
         is as follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
         required:
         - name
         - description
         additionalProperties: true
         
        .google.protobuf.Struct display_metadata = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasDisplayMetadata in interface ProductOrBuilder
        Returns:
        Whether the displayMetadata field is set.
      • getDisplayMetadata

        public com.google.protobuf.Struct getDisplayMetadata()
         Required. Output only. The display metadata to describe the product. The JSON schema of the
         metadata differs by [Product.asset_type][google.cloud.privatecatalog.v1beta1.Product.asset_type].
         When the type is `google.deploymentmanager.Template`, the schema is as
         follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
         required:
         - name
         - description
         additionalProperties: false
        
         ```
        
         When the asset type is `google.cloudprivatecatalog.ListingOnly`, the schema
         is as follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
           signup_url:
             type: string
             pattern:
             "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
         required:
         - name
         - description
         - signup_url
         additionalProperties: false
        
         ```
        
         When the asset type is `google.cloudprivatecatalog.Terraform`, the schema
         is as follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
         required:
         - name
         - description
         additionalProperties: true
         
        .google.protobuf.Struct display_metadata = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDisplayMetadata in interface ProductOrBuilder
        Returns:
        The displayMetadata.
      • setDisplayMetadata

        public Product.Builder setDisplayMetadata​(com.google.protobuf.Struct value)
         Required. Output only. The display metadata to describe the product. The JSON schema of the
         metadata differs by [Product.asset_type][google.cloud.privatecatalog.v1beta1.Product.asset_type].
         When the type is `google.deploymentmanager.Template`, the schema is as
         follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
         required:
         - name
         - description
         additionalProperties: false
        
         ```
        
         When the asset type is `google.cloudprivatecatalog.ListingOnly`, the schema
         is as follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
           signup_url:
             type: string
             pattern:
             "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
         required:
         - name
         - description
         - signup_url
         additionalProperties: false
        
         ```
        
         When the asset type is `google.cloudprivatecatalog.Terraform`, the schema
         is as follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
         required:
         - name
         - description
         additionalProperties: true
         
        .google.protobuf.Struct display_metadata = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = OUTPUT_ONLY];
      • setDisplayMetadata

        public Product.Builder setDisplayMetadata​(com.google.protobuf.Struct.Builder builderForValue)
         Required. Output only. The display metadata to describe the product. The JSON schema of the
         metadata differs by [Product.asset_type][google.cloud.privatecatalog.v1beta1.Product.asset_type].
         When the type is `google.deploymentmanager.Template`, the schema is as
         follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
         required:
         - name
         - description
         additionalProperties: false
        
         ```
        
         When the asset type is `google.cloudprivatecatalog.ListingOnly`, the schema
         is as follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
           signup_url:
             type: string
             pattern:
             "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
         required:
         - name
         - description
         - signup_url
         additionalProperties: false
        
         ```
        
         When the asset type is `google.cloudprivatecatalog.Terraform`, the schema
         is as follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
         required:
         - name
         - description
         additionalProperties: true
         
        .google.protobuf.Struct display_metadata = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeDisplayMetadata

        public Product.Builder mergeDisplayMetadata​(com.google.protobuf.Struct value)
         Required. Output only. The display metadata to describe the product. The JSON schema of the
         metadata differs by [Product.asset_type][google.cloud.privatecatalog.v1beta1.Product.asset_type].
         When the type is `google.deploymentmanager.Template`, the schema is as
         follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
         required:
         - name
         - description
         additionalProperties: false
        
         ```
        
         When the asset type is `google.cloudprivatecatalog.ListingOnly`, the schema
         is as follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
           signup_url:
             type: string
             pattern:
             "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
         required:
         - name
         - description
         - signup_url
         additionalProperties: false
        
         ```
        
         When the asset type is `google.cloudprivatecatalog.Terraform`, the schema
         is as follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
         required:
         - name
         - description
         additionalProperties: true
         
        .google.protobuf.Struct display_metadata = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = OUTPUT_ONLY];
      • clearDisplayMetadata

        public Product.Builder clearDisplayMetadata()
         Required. Output only. The display metadata to describe the product. The JSON schema of the
         metadata differs by [Product.asset_type][google.cloud.privatecatalog.v1beta1.Product.asset_type].
         When the type is `google.deploymentmanager.Template`, the schema is as
         follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
         required:
         - name
         - description
         additionalProperties: false
        
         ```
        
         When the asset type is `google.cloudprivatecatalog.ListingOnly`, the schema
         is as follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
           signup_url:
             type: string
             pattern:
             "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
         required:
         - name
         - description
         - signup_url
         additionalProperties: false
        
         ```
        
         When the asset type is `google.cloudprivatecatalog.Terraform`, the schema
         is as follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
         required:
         - name
         - description
         additionalProperties: true
         
        .google.protobuf.Struct display_metadata = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = OUTPUT_ONLY];
      • getDisplayMetadataBuilder

        public com.google.protobuf.Struct.Builder getDisplayMetadataBuilder()
         Required. Output only. The display metadata to describe the product. The JSON schema of the
         metadata differs by [Product.asset_type][google.cloud.privatecatalog.v1beta1.Product.asset_type].
         When the type is `google.deploymentmanager.Template`, the schema is as
         follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
         required:
         - name
         - description
         additionalProperties: false
        
         ```
        
         When the asset type is `google.cloudprivatecatalog.ListingOnly`, the schema
         is as follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
           signup_url:
             type: string
             pattern:
             "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
         required:
         - name
         - description
         - signup_url
         additionalProperties: false
        
         ```
        
         When the asset type is `google.cloudprivatecatalog.Terraform`, the schema
         is as follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
         required:
         - name
         - description
         additionalProperties: true
         
        .google.protobuf.Struct display_metadata = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = OUTPUT_ONLY];
      • getDisplayMetadataOrBuilder

        public com.google.protobuf.StructOrBuilder getDisplayMetadataOrBuilder()
         Required. Output only. The display metadata to describe the product. The JSON schema of the
         metadata differs by [Product.asset_type][google.cloud.privatecatalog.v1beta1.Product.asset_type].
         When the type is `google.deploymentmanager.Template`, the schema is as
         follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
         required:
         - name
         - description
         additionalProperties: false
        
         ```
        
         When the asset type is `google.cloudprivatecatalog.ListingOnly`, the schema
         is as follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
           signup_url:
             type: string
             pattern:
             "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
         required:
         - name
         - description
         - signup_url
         additionalProperties: false
        
         ```
        
         When the asset type is `google.cloudprivatecatalog.Terraform`, the schema
         is as follows:
        
         ```
         "$schema": http://json-schema.org/draft-04/schema#
         type: object
         properties:
           name:
             type: string
             minLength: 1
             maxLength: 64
           description:
             type: string
             minLength: 1
             maxLength: 2048
           tagline:
             type: string
             minLength: 1
             maxLength: 100
           support_info:
             type: string
             minLength: 1
             maxLength: 2048
           creator:
             type: string
             minLength: 1
             maxLength: 100
           documentations:
             type: array
             items:
               type: object
               properties:
                 url:
                   type: string
                   pattern:
                   "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
                 title:
                   type: string
                   minLength: 1
                   maxLength: 64
                 description:
                   type: string
                   minLength: 1
                   maxLength: 2048
         required:
         - name
         - description
         additionalProperties: true
         
        .google.protobuf.Struct display_metadata = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDisplayMetadataOrBuilder in interface ProductOrBuilder
      • getIconUri

        public String getIconUri()
         Output only. The icon URI of the product.
         
        string icon_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getIconUri in interface ProductOrBuilder
        Returns:
        The iconUri.
      • getIconUriBytes

        public com.google.protobuf.ByteString getIconUriBytes()
         Output only. The icon URI of the product.
         
        string icon_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getIconUriBytes in interface ProductOrBuilder
        Returns:
        The bytes for iconUri.
      • setIconUri

        public Product.Builder setIconUri​(String value)
         Output only. The icon URI of the product.
         
        string icon_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The iconUri to set.
        Returns:
        This builder for chaining.
      • clearIconUri

        public Product.Builder clearIconUri()
         Output only. The icon URI of the product.
         
        string icon_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setIconUriBytes

        public Product.Builder setIconUriBytes​(com.google.protobuf.ByteString value)
         Output only. The icon URI of the product.
         
        string icon_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for iconUri to set.
        Returns:
        This builder for chaining.
      • getAssetReferencesList

        public List<AssetReference> getAssetReferencesList()
         Output only. A collection of assets referred by a product.
         This field is set for Terraform Products only.
         
        repeated .google.cloud.privatecatalog.v1beta1.AssetReference asset_references = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAssetReferencesList in interface ProductOrBuilder
      • getAssetReferencesCount

        public int getAssetReferencesCount()
         Output only. A collection of assets referred by a product.
         This field is set for Terraform Products only.
         
        repeated .google.cloud.privatecatalog.v1beta1.AssetReference asset_references = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAssetReferencesCount in interface ProductOrBuilder
      • getAssetReferences

        public AssetReference getAssetReferences​(int index)
         Output only. A collection of assets referred by a product.
         This field is set for Terraform Products only.
         
        repeated .google.cloud.privatecatalog.v1beta1.AssetReference asset_references = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAssetReferences in interface ProductOrBuilder
      • setAssetReferences

        public Product.Builder setAssetReferences​(int index,
                                                  AssetReference value)
         Output only. A collection of assets referred by a product.
         This field is set for Terraform Products only.
         
        repeated .google.cloud.privatecatalog.v1beta1.AssetReference asset_references = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setAssetReferences

        public Product.Builder setAssetReferences​(int index,
                                                  AssetReference.Builder builderForValue)
         Output only. A collection of assets referred by a product.
         This field is set for Terraform Products only.
         
        repeated .google.cloud.privatecatalog.v1beta1.AssetReference asset_references = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAssetReferences

        public Product.Builder addAssetReferences​(AssetReference value)
         Output only. A collection of assets referred by a product.
         This field is set for Terraform Products only.
         
        repeated .google.cloud.privatecatalog.v1beta1.AssetReference asset_references = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAssetReferences

        public Product.Builder addAssetReferences​(int index,
                                                  AssetReference value)
         Output only. A collection of assets referred by a product.
         This field is set for Terraform Products only.
         
        repeated .google.cloud.privatecatalog.v1beta1.AssetReference asset_references = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAssetReferences

        public Product.Builder addAssetReferences​(AssetReference.Builder builderForValue)
         Output only. A collection of assets referred by a product.
         This field is set for Terraform Products only.
         
        repeated .google.cloud.privatecatalog.v1beta1.AssetReference asset_references = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAssetReferences

        public Product.Builder addAssetReferences​(int index,
                                                  AssetReference.Builder builderForValue)
         Output only. A collection of assets referred by a product.
         This field is set for Terraform Products only.
         
        repeated .google.cloud.privatecatalog.v1beta1.AssetReference asset_references = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAllAssetReferences

        public Product.Builder addAllAssetReferences​(Iterable<? extends AssetReference> values)
         Output only. A collection of assets referred by a product.
         This field is set for Terraform Products only.
         
        repeated .google.cloud.privatecatalog.v1beta1.AssetReference asset_references = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearAssetReferences

        public Product.Builder clearAssetReferences()
         Output only. A collection of assets referred by a product.
         This field is set for Terraform Products only.
         
        repeated .google.cloud.privatecatalog.v1beta1.AssetReference asset_references = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • removeAssetReferences

        public Product.Builder removeAssetReferences​(int index)
         Output only. A collection of assets referred by a product.
         This field is set for Terraform Products only.
         
        repeated .google.cloud.privatecatalog.v1beta1.AssetReference asset_references = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getAssetReferencesBuilder

        public AssetReference.Builder getAssetReferencesBuilder​(int index)
         Output only. A collection of assets referred by a product.
         This field is set for Terraform Products only.
         
        repeated .google.cloud.privatecatalog.v1beta1.AssetReference asset_references = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getAssetReferencesOrBuilder

        public AssetReferenceOrBuilder getAssetReferencesOrBuilder​(int index)
         Output only. A collection of assets referred by a product.
         This field is set for Terraform Products only.
         
        repeated .google.cloud.privatecatalog.v1beta1.AssetReference asset_references = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAssetReferencesOrBuilder in interface ProductOrBuilder
      • getAssetReferencesOrBuilderList

        public List<? extends AssetReferenceOrBuilder> getAssetReferencesOrBuilderList()
         Output only. A collection of assets referred by a product.
         This field is set for Terraform Products only.
         
        repeated .google.cloud.privatecatalog.v1beta1.AssetReference asset_references = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAssetReferencesOrBuilderList in interface ProductOrBuilder
      • addAssetReferencesBuilder

        public AssetReference.Builder addAssetReferencesBuilder()
         Output only. A collection of assets referred by a product.
         This field is set for Terraform Products only.
         
        repeated .google.cloud.privatecatalog.v1beta1.AssetReference asset_references = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAssetReferencesBuilder

        public AssetReference.Builder addAssetReferencesBuilder​(int index)
         Output only. A collection of assets referred by a product.
         This field is set for Terraform Products only.
         
        repeated .google.cloud.privatecatalog.v1beta1.AssetReference asset_references = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getAssetReferencesBuilderList

        public List<AssetReference.Builder> getAssetReferencesBuilderList()
         Output only. A collection of assets referred by a product.
         This field is set for Terraform Products only.
         
        repeated .google.cloud.privatecatalog.v1beta1.AssetReference asset_references = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. The time when the product was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCreateTime in interface ProductOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Output only. The time when the product was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTime in interface ProductOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public Product.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The time when the product was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCreateTime

        public Product.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The time when the product was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCreateTime

        public Product.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The time when the product was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearCreateTime

        public Product.Builder clearCreateTime()
         Output only. The time when the product was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Output only. The time when the product was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. The time when the product was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTimeOrBuilder in interface ProductOrBuilder
      • hasUpdateTime

        public boolean hasUpdateTime()
         Output only. The time when the product was last updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasUpdateTime in interface ProductOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.Timestamp getUpdateTime()
         Output only. The time when the product was last updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTime in interface ProductOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public Product.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The time when the product was last updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUpdateTime

        public Product.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The time when the product was last updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeUpdateTime

        public Product.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The time when the product was last updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearUpdateTime

        public Product.Builder clearUpdateTime()
         Output only. The time when the product was last updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
         Output only. The time when the product was last updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. The time when the product was last updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTimeOrBuilder in interface ProductOrBuilder
      • setUnknownFields

        public final Product.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<Product.Builder>
      • mergeUnknownFields

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