Class Image.Builder (0.26.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 0.26.0keyboard_arrow_down  
  
 
    
    
    
      
  
  
  
    
public   static   final   class  Image . Builder   extends   GeneratedMessageV3 . Builder<Image . Builder >  implements   ImageOrBuilder  
   Catalog item thumbnail/detail image.
 Protobuf type google.cloud.recommendationengine.v1beta1.Image
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString) 
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int) 
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int) 
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder) 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  Methods
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   Image . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  build() 
  
  
    
      
        Returns  
      
        Type Description  
      
        Image  
     
  
  buildPartial() 
  
    
public   Image   buildPartial ()  
  
    
      
        Returns  
      
        Type Description  
      
        Image  
     
  
  clear() 
  
    
public   Image . Builder   clear ()  
  
  Overrides 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   Image . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  
  
  Overrides 
  
  clearHeight() 
  
    
public   Image . Builder   clearHeight ()  
   Optional. Height of the image in number of pixels.
 int32 height = 2 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        Image.Builder This builder for chaining.
 
     
  
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   Image . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  
  
  Overrides 
  
  clearUri() 
  
    
public   Image . Builder   clearUri ()  
   Required. URL of the image with a length limit of 5 KiB.
 string uri = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        Returns  
      
        Type Description  
      
        Image.Builder This builder for chaining.
 
     
  
  clearWidth() 
  
    
public   Image . Builder   clearWidth ()  
   Optional. Width of the image in number of pixels.
 int32 width = 3 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        Image.Builder This builder for chaining.
 
     
  
  clone() 
  
    
public   Image . Builder   clone ()  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   Image   getDefaultInstanceForType ()  
  
    
      
        Returns  
      
        Type Description  
      
        Image  
     
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  
  Overrides 
  
  getHeight() 
  
   Optional. Height of the image in number of pixels.
 int32 height = 2 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        int The height.
 
     
  
  getUri() 
  
   Required. URL of the image with a length limit of 5 KiB.
 string uri = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        Returns  
      
        Type Description  
      
        String The uri.
 
     
  
  getUriBytes() 
  
    
public   ByteString   getUriBytes ()  
   Required. URL of the image with a length limit of 5 KiB.
 string uri = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for uri.
 
     
  
  getWidth() 
  
   Optional. Width of the image in number of pixels.
 int32 width = 3 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        int The width.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  mergeFrom(Image other) 
  
    
public   Image . Builder   mergeFrom ( Image   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherImage  
     
  
  
  
    
public   Image . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  Overrides 
  
  
  mergeFrom(Message other) 
  
    
public   Image . Builder   mergeFrom ( Message   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherMessage  
     
  
  
  Overrides 
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   Image . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   Image . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  setHeight(int value) 
  
    
public   Image . Builder   setHeight ( int   value )  
   Optional. Height of the image in number of pixels.
 int32 height = 2 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Parameter  
      
        Name Description  
      
        valueint The height to set.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        Image.Builder This builder for chaining.
 
     
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   Image . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  
  
  Overrides 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   Image . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  setUri(String value) 
  
    
public   Image . Builder   setUri ( String   value )  
   Required. URL of the image with a length limit of 5 KiB.
 string uri = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        Parameter  
      
        Name Description  
      
        valueString The uri to set.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        Image.Builder This builder for chaining.
 
     
  
  setUriBytes(ByteString value) 
  
    
public   Image . Builder   setUriBytes ( ByteString   value )  
   Required. URL of the image with a length limit of 5 KiB.
 string uri = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        Parameter  
      
        Name Description  
      
        valueByteString The bytes for uri to set.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        Image.Builder This builder for chaining.
 
     
  
  setWidth(int value) 
  
    
public   Image . Builder   setWidth ( int   value )  
   Optional. Width of the image in number of pixels.
 int32 width = 3 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Parameter  
      
        Name Description  
      
        valueint The width to set.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        Image.Builder This builder for chaining.
 
     
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]