Interface CheckResponse.CheckInfoOrBuilder

    • Method Detail

      • getUnusedArgumentsList

        List<String> 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;
        Returns:
        A list containing the unusedArguments.
      • getUnusedArgumentsCount

        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:
        The count of unusedArguments.
      • getUnusedArguments

        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;
        Parameters:
        index - The index of the element to return.
        Returns:
        The unusedArguments at the given index.
      • getUnusedArgumentsBytes

        com.google.protobuf.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;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the unusedArguments at the given index.
      • hasConsumerInfo

        boolean hasConsumerInfo()
         Consumer info of this check.
         
        .google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;
        Returns:
        Whether the consumerInfo field is set.
      • getConsumerInfo

        CheckResponse.ConsumerInfo getConsumerInfo()
         Consumer info of this check.
         
        .google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;
        Returns:
        The consumerInfo.
      • getConsumerInfoOrBuilder

        CheckResponse.ConsumerInfoOrBuilder getConsumerInfoOrBuilder()
         Consumer info of this check.
         
        .google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;