Class ListReportsRequest (3.79.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 3.79.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  ListReportsRequest   extends   GeneratedMessageV3   implements   ListReportsRequestOrBuilder  
   Request message for
 CloudChannelReportsService.ListReports .
 Protobuf type google.cloud.channel.v1.ListReportsRequest
    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
   
  LANGUAGE_CODE_FIELD_NUMBER (deprecated) 
  
    
public   static   final   int   LANGUAGE_CODE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  PAGE_SIZE_FIELD_NUMBER (deprecated) 
  
    
public   static   final   int   PAGE_SIZE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  PAGE_TOKEN_FIELD_NUMBER (deprecated) 
  
    
public   static   final   int   PAGE_TOKEN_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  PARENT_FIELD_NUMBER (deprecated) 
  
    
public   static   final   int   PARENT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() (deprecated) 
  
    
public   static   ListReportsRequest   getDefaultInstance ()  
  
  getDescriptor() (deprecated) 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() (deprecated) 
  
    
public   static   ListReportsRequest . Builder   newBuilder ()  
  
  newBuilder(ListReportsRequest prototype) (deprecated) 
  
    
public   static   ListReportsRequest . Builder   newBuilder ( ListReportsRequest   prototype )  
  
  
  
    
public   static   ListReportsRequest   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   ListReportsRequest   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) (deprecated) 
  
    
public   static   ListReportsRequest   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) (deprecated) 
  
    
public   static   ListReportsRequest   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) (deprecated) 
  
    
public   static   ListReportsRequest   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) (deprecated) 
  
    
public   static   ListReportsRequest   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ListReportsRequest   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   ListReportsRequest   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ListReportsRequest   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   ListReportsRequest   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) (deprecated) 
  
    
public   static   ListReportsRequest   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) (deprecated) 
  
    
public   static   ListReportsRequest   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() (deprecated) 
  
    
public   static   Parser<ListReportsRequest>   parser ()  
  
  Methods
   
  equals(Object obj) (deprecated) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() (deprecated) 
  
    
public   ListReportsRequest   getDefaultInstanceForType ()  
  
  getLanguageCode() (deprecated) 
  
    
public   String   getLanguageCode ()  
   Optional. The BCP-47 language code, such as "en-US".  If specified, the
 response is localized to the corresponding language code if the
 original data sources support it.
 Default is "en-US".
 string language_code = 4 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        String The languageCode.
 
     
  
  getLanguageCodeBytes() (deprecated) 
  
    
public   ByteString   getLanguageCodeBytes ()  
   Optional. The BCP-47 language code, such as "en-US".  If specified, the
 response is localized to the corresponding language code if the
 original data sources support it.
 Default is "en-US".
 string language_code = 4 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for languageCode.
 
     
  
  getPageSize() (deprecated) 
  
   Optional. Requested page size of the report. The server might return fewer
 results than requested. If unspecified, returns 20 reports. The maximum
 value is 100.
 int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        int The pageSize.
 
     
  
  getPageToken() (deprecated) 
  
    
public   String   getPageToken ()  
   Optional. A token that specifies a page of results beyond the first page.
 Obtained through
 ListReportsResponse.next_page_token 
 of the previous
 CloudChannelReportsService.ListReports 
 call.
 string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        String The pageToken.
 
     
  
  getPageTokenBytes() (deprecated) 
  
    
public   ByteString   getPageTokenBytes ()  
   Optional. A token that specifies a page of results beyond the first page.
 Obtained through
 ListReportsResponse.next_page_token 
 of the previous
 CloudChannelReportsService.ListReports 
 call.
 string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for pageToken.
 
     
  
  getParent() (deprecated) 
  
    
public   String   getParent ()  
   Required. The resource name of the partner account to list available
 reports for. Parent uses the format: accounts/{account_id}
 string parent = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        Returns  
      
        Type Description  
      
        String The parent.
 
     
  
  getParentBytes() (deprecated) 
  
    
public   ByteString   getParentBytes ()  
   Required. The resource name of the partner account to list available
 reports for. Parent uses the format: accounts/{account_id}
 string parent = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for parent.
 
     
  
  getParserForType() (deprecated) 
  
    
public   Parser<ListReportsRequest>   getParserForType ()  
  
  Overrides 
  
  getSerializedSize() (deprecated) 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  hashCode() (deprecated) 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() (deprecated) 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() (deprecated) 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() (deprecated) 
  
    
public   ListReportsRequest . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) (deprecated) 
  
    
protected   ListReportsRequest . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) (deprecated) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() (deprecated) 
  
    
public   ListReportsRequest . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) (deprecated) 
  
    
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-28 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-28 UTC."],[],[]]