Interface ExperimentalCountRelationshipsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExperimentalCountRelationshipsRequest, ExperimentalCountRelationshipsRequest.Builder

public interface ExperimentalCountRelationshipsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    name is the name of the counter whose count is being requested.
    com.google.protobuf.ByteString
    name is the name of the counter whose count is being requested.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getName

      String getName()
       name is the name of the counter whose count is being requested.
       
      string name = 1 [(.validate.rules) = { ... }
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       name is the name of the counter whose count is being requested.
       
      string name = 1 [(.validate.rules) = { ... }
      Returns:
      The bytes for name.