Class BulkDownloadFeedbackLabelsRequest.GcsDestination (2.68.0) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 2.68.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  BulkDownloadFeedbackLabelsRequest . GcsDestination   extends   GeneratedMessageV3   implements   BulkDownloadFeedbackLabelsRequest . GcsDestinationOrBuilder  
   
   Google Cloud Storage Object details to write the feedback labels to.
 Protobuf type 
 google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination
 
  
  
  
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  
  
    
public   static   final   int   ADD_WHITESPACE_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  
  
    
public   static   final   int   ALWAYS_PRINT_EMPTY_FIELDS_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  
  
    
public   static   final   int   FORMAT_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  
  
    
public   static   final   int   OBJECT_URI_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  
  
    
public   static   final   int   RECORDS_PER_FILE_COUNT_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Static Methods
   
   
  
  
    
public   static   BulkDownloadFeedbackLabelsRequest . GcsDestination   getDefaultInstance ()  
   
  
   
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  
   
  
  
    
public   static   BulkDownloadFeedbackLabelsRequest . GcsDestination . Builder   newBuilder ()  
   
  
   
  
  
    
public   static   BulkDownloadFeedbackLabelsRequest . GcsDestination . Builder   newBuilder ( BulkDownloadFeedbackLabelsRequest . GcsDestination   prototype )  
   
  
  
   
  
  
    
public   static   BulkDownloadFeedbackLabelsRequest . GcsDestination   parseDelimitedFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   BulkDownloadFeedbackLabelsRequest . GcsDestination   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   BulkDownloadFeedbackLabelsRequest . GcsDestination   parseFrom ( byte []   data )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        data 
        byte [] 
       
     
  
  
  
   
  
  
    
public   static   BulkDownloadFeedbackLabelsRequest . GcsDestination   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   BulkDownloadFeedbackLabelsRequest . GcsDestination   parseFrom ( ByteString   data )  
   
  
  
  
   
  
  
    
public   static   BulkDownloadFeedbackLabelsRequest . GcsDestination   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   BulkDownloadFeedbackLabelsRequest . GcsDestination   parseFrom ( CodedInputStream   input )  
   
  
  
  
   
  
  
    
public   static   BulkDownloadFeedbackLabelsRequest . GcsDestination   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   BulkDownloadFeedbackLabelsRequest . GcsDestination   parseFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   BulkDownloadFeedbackLabelsRequest . GcsDestination   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   BulkDownloadFeedbackLabelsRequest . GcsDestination   parseFrom ( ByteBuffer   data )  
   
  
  
  
   
  
  
    
public   static   BulkDownloadFeedbackLabelsRequest . GcsDestination   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   Parser<BulkDownloadFeedbackLabelsRequest . GcsDestination >  parser ()  
   
  
  Methods
   
   
  
  
    
public   boolean   equals ( Object   obj )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        obj 
        Object  
       
     
  
  
  Overrides 
  
   
  
  
    
public   boolean   getAddWhitespace ()  
   
   Optional. Add whitespace to the JSON file. Makes easier to read, but
 increases file size. Only applicable for JSON format.
 bool add_whitespace = 3 [(.google.api.field_behavior) = OPTIONAL];
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        boolean  
        The addWhitespace.
 
       
     
  
   
  
  
    
public   boolean   getAlwaysPrintEmptyFields ()  
   
   Optional. Always print fields with no presence.
 This is useful for printing fields that are not set, like implicit 0
 value or empty lists/maps. Only applicable for JSON format.
 bool always_print_empty_fields = 4 [(.google.api.field_behavior) = OPTIONAL];
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        boolean  
        The alwaysPrintEmptyFields.
 
       
     
  
   
  
  
    
public   BulkDownloadFeedbackLabelsRequest . GcsDestination   getDefaultInstanceForType ()  
   
  
   
  
  
    
public   BulkDownloadFeedbackLabelsRequest . GcsDestination . Format   getFormat ()  
   
   Required. File format in which the labels will be exported.
 
 .google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination.Format format = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
   
  
  
    
public   int   getFormatValue ()  
   
   Required. File format in which the labels will be exported.
 
 .google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination.Format format = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
        The enum numeric value on the wire for format.
 
       
     
  
   
  
  
    
public   String   getObjectUri ()  
   
   Required. The Google Cloud Storage URI to write the feedback labels to.
 The file name will be used as a prefix for the files written to the
 bucket if the output needs to be split across multiple files, otherwise
 it will be used as is. The file extension will be appended to the file
 name based on the format selected.
  E.g. gs://bucket_name/object_uri_prefix
 string object_uri = 2 [(.google.api.field_behavior) = REQUIRED];
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The objectUri.
 
       
     
  
   
  
  
    
public   ByteString   getObjectUriBytes ()  
   
   Required. The Google Cloud Storage URI to write the feedback labels to.
 The file name will be used as a prefix for the files written to the
 bucket if the output needs to be split across multiple files, otherwise
 it will be used as is. The file extension will be appended to the file
 name based on the format selected.
  E.g. gs://bucket_name/object_uri_prefix
 string object_uri = 2 [(.google.api.field_behavior) = REQUIRED];
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for objectUri.
 
       
     
  
   
  
  
    
public   Parser<BulkDownloadFeedbackLabelsRequest . GcsDestination >  getParserForType ()  
   
  
  Overrides 
  
   
  
  
    
public   long   getRecordsPerFileCount ()  
   
   Optional. The number of records per file. Applicable for either format.
 int64 records_per_file_count = 5 [(.google.api.field_behavior) = OPTIONAL];
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        long  
        The recordsPerFileCount.
 
       
     
  
   
  
  
    
public   int   getSerializedSize ()  
   
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  
  
    
public   BulkDownloadFeedbackLabelsRequest . GcsDestination . Builder   newBuilderForType ()  
   
  
   
  
  
    
protected   BulkDownloadFeedbackLabelsRequest . GcsDestination . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
   
  
  
  Overrides 
  
   
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
   
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        Object  
         
       
     
  
  Overrides 
  
   
  
  
    
public   BulkDownloadFeedbackLabelsRequest . GcsDestination . Builder   toBuilder ()  
   
  
   
  
  
    
public   void   writeTo ( CodedOutputStream   output )  
   
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  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-30 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-30 UTC."],[],[]]