接口 RatelimitV2.LimitTargetOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
RatelimitV2.LimitTarget, RatelimitV2.LimitTarget.Builder
封闭类:
RatelimitV2

public static interface RatelimitV2.LimitTargetOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型 方法 说明
    java.lang.String getLabels()
    自定义标签
    com.google.protobuf.ByteString getLabelsBytes()
    自定义标签
    java.lang.String getNamespace()
    命名空间
    com.google.protobuf.ByteString getNamespaceBytes()
    命名空间
    java.lang.String getService()
    服务名
    com.google.protobuf.ByteString getServiceBytes()
    服务名

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • getNamespace

      java.lang.String getNamespace()
      命名空间
       
      string namespace = 1;
      返回:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
      命名空间
       
      string namespace = 1;
      返回:
      The bytes for namespace.
    • getService

      java.lang.String getService()
      服务名
       
      string service = 2;
      返回:
      The service.
    • getServiceBytes

      com.google.protobuf.ByteString getServiceBytes()
      服务名
       
      string service = 2;
      返回:
      The bytes for service.
    • getLabels

      java.lang.String getLabels()
      自定义标签
       
      string labels = 3;
      返回:
      The labels.
    • getLabelsBytes

      com.google.protobuf.ByteString getLabelsBytes()
      自定义标签
       
      string labels = 3;
      返回:
      The bytes for labels.