Class CheckResponse.CheckInfo (1.76.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.76.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  CheckResponse . CheckInfo   extends   GeneratedMessageV3   implements   CheckResponse . CheckInfoOrBuilder  
   Contains additional information about the check operation.
 Protobuf type google.api.servicecontrol.v1.CheckResponse.CheckInfo
    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
   
  API_KEY_UID_FIELD_NUMBER 
  
    
public   static   final   int   API_KEY_UID_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  CONSUMER_INFO_FIELD_NUMBER 
  
    
public   static   final   int   CONSUMER_INFO_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  UNUSED_ARGUMENTS_FIELD_NUMBER 
  
    
public   static   final   int   UNUSED_ARGUMENTS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   CheckResponse . CheckInfo   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   CheckResponse . CheckInfo . Builder   newBuilder ()  
  
  newBuilder(CheckResponse.CheckInfo prototype) 
  
    
public   static   CheckResponse . CheckInfo . Builder   newBuilder ( CheckResponse . CheckInfo   prototype )  
  
  
  
    
public   static   CheckResponse . CheckInfo   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   CheckResponse . CheckInfo   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   CheckResponse . CheckInfo   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   CheckResponse . CheckInfo   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   CheckResponse . CheckInfo   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   CheckResponse . CheckInfo   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   CheckResponse . CheckInfo   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   CheckResponse . CheckInfo   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   CheckResponse . CheckInfo   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   CheckResponse . CheckInfo   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   CheckResponse . CheckInfo   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   CheckResponse . CheckInfo   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<CheckResponse . CheckInfo >  parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getApiKeyUid() 
  
    
public   String   getApiKeyUid ()  
   The unique id of the api key in the format of "apikey:<UID>".
 This field will be populated when the consumer passed to Service Control
 is an API key and all the API key related validations are successful.
 string api_key_uid = 5;
    
      
        Returns  
      
        Type Description  
      
        String The apiKeyUid.
 
     
  
  getApiKeyUidBytes() 
  
    
public   ByteString   getApiKeyUidBytes ()  
   The unique id of the api key in the format of "apikey:<UID>".
 This field will be populated when the consumer passed to Service Control
 is an API key and all the API key related validations are successful.
 string api_key_uid = 5;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for apiKeyUid.
 
     
  
  getConsumerInfo() 
  
    
public   CheckResponse . ConsumerInfo   getConsumerInfo ()  
   Consumer info of this check.
 .google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;
getConsumerInfoOrBuilder() 
  
    
public   CheckResponse . ConsumerInfoOrBuilder   getConsumerInfoOrBuilder ()  
   Consumer info of this check.
 .google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;
getDefaultInstanceForType() 
  
    
public   CheckResponse . CheckInfo   getDefaultInstanceForType ()  
  
  getParserForType() 
  
    
public   Parser<CheckResponse . CheckInfo >  getParserForType ()  
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getUnusedArguments(int index) 
  
    
public   String   getUnusedArguments ( int   index )  
   A list of fields and label keys that are ignored by the server.
 The client doesn't need to send them for following requests to improve
 performance and allow better aggregation.
 repeated string unused_arguments = 1;
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the element to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        String The unusedArguments at the given index.
 
     
  
  getUnusedArgumentsBytes(int index) 
  
    
public   ByteString   getUnusedArgumentsBytes ( int   index )  
   A list of fields and label keys that are ignored by the server.
 The client doesn't need to send them for following requests to improve
 performance and allow better aggregation.
 repeated string unused_arguments = 1;
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the value to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes of the unusedArguments at the given index.
 
     
  
  getUnusedArgumentsCount() 
  
    
public   int   getUnusedArgumentsCount ()  
   A list of fields and label keys that are ignored by the server.
 The client doesn't need to send them for following requests to improve
 performance and allow better aggregation.
 repeated string unused_arguments = 1;
    
      
        Returns  
      
        Type Description  
      
        int The count of unusedArguments.
 
     
  
  getUnusedArgumentsList() 
  
    
public   ProtocolStringList   getUnusedArgumentsList ()  
   A list of fields and label keys that are ignored by the server.
 The client doesn't need to send them for following requests to improve
 performance and allow better aggregation.
 repeated string unused_arguments = 1;
hasConsumerInfo() 
  
    
public   boolean   hasConsumerInfo ()  
   Consumer info of this check.
 .google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the consumerInfo field is set.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   CheckResponse . CheckInfo . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   CheckResponse . CheckInfo . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   CheckResponse . CheckInfo . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
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-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."],[],[]]