public static final class RateLimitProto.RateLimitCluster extends com.google.protobuf.GeneratedMessageV3 implements RateLimitProto.RateLimitClusterOrBuilder
分布式限流服务集群Protobuf type
v1.RateLimitCluster| 限定符和类型 | 类和说明 |
|---|---|
static class |
RateLimitProto.RateLimitCluster.Builder
分布式限流服务集群
Protobuf type
v1.RateLimitCluster |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
static int |
NAMESPACE_FIELD_NUMBER |
static int |
SERVICE_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static RateLimitProto.RateLimitCluster |
getDefaultInstance() |
RateLimitProto.RateLimitCluster |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.StringValue |
getNamespace()
限流规则所属命名空间
.google.protobuf.StringValue namespace = 2; |
com.google.protobuf.StringValueOrBuilder |
getNamespaceOrBuilder()
限流规则所属命名空间
.google.protobuf.StringValue namespace = 2; |
com.google.protobuf.Parser<RateLimitProto.RateLimitCluster> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.StringValue |
getService()
.google.protobuf.StringValue service = 1; |
com.google.protobuf.StringValueOrBuilder |
getServiceOrBuilder()
.google.protobuf.StringValue service = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasNamespace()
限流规则所属命名空间
.google.protobuf.StringValue namespace = 2; |
boolean |
hasService()
.google.protobuf.StringValue service = 1; |
boolean |
isInitialized() |
static RateLimitProto.RateLimitCluster.Builder |
newBuilder() |
static RateLimitProto.RateLimitCluster.Builder |
newBuilder(RateLimitProto.RateLimitCluster prototype) |
RateLimitProto.RateLimitCluster.Builder |
newBuilderForType() |
static RateLimitProto.RateLimitCluster |
parseDelimitedFrom(InputStream input) |
static RateLimitProto.RateLimitCluster |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitProto.RateLimitCluster |
parseFrom(byte[] data) |
static RateLimitProto.RateLimitCluster |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitProto.RateLimitCluster |
parseFrom(ByteBuffer data) |
static RateLimitProto.RateLimitCluster |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitProto.RateLimitCluster |
parseFrom(com.google.protobuf.ByteString data) |
static RateLimitProto.RateLimitCluster |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitProto.RateLimitCluster |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RateLimitProto.RateLimitCluster |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitProto.RateLimitCluster |
parseFrom(InputStream input) |
static RateLimitProto.RateLimitCluster |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RateLimitProto.RateLimitCluster> |
parser() |
RateLimitProto.RateLimitCluster.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int SERVICE_FIELD_NUMBER
public static final int NAMESPACE_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasService()
.google.protobuf.StringValue service = 1;hasService 在接口中 RateLimitProto.RateLimitClusterOrBuilderpublic com.google.protobuf.StringValue getService()
.google.protobuf.StringValue service = 1;getService 在接口中 RateLimitProto.RateLimitClusterOrBuilderpublic com.google.protobuf.StringValueOrBuilder getServiceOrBuilder()
.google.protobuf.StringValue service = 1;public boolean hasNamespace()
限流规则所属命名空间
.google.protobuf.StringValue namespace = 2;hasNamespace 在接口中 RateLimitProto.RateLimitClusterOrBuilderpublic com.google.protobuf.StringValue getNamespace()
限流规则所属命名空间
.google.protobuf.StringValue namespace = 2;getNamespace 在接口中 RateLimitProto.RateLimitClusterOrBuilderpublic com.google.protobuf.StringValueOrBuilder getNamespaceOrBuilder()
限流规则所属命名空间
.google.protobuf.StringValue namespace = 2;public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static RateLimitProto.RateLimitCluster parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.RateLimitCluster parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.RateLimitCluster parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.RateLimitCluster parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.RateLimitCluster parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.RateLimitCluster parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.RateLimitCluster parseFrom(InputStream input) throws IOException
IOExceptionpublic static RateLimitProto.RateLimitCluster parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RateLimitProto.RateLimitCluster parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RateLimitProto.RateLimitCluster parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RateLimitProto.RateLimitCluster parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RateLimitProto.RateLimitCluster parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RateLimitProto.RateLimitCluster.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static RateLimitProto.RateLimitCluster.Builder newBuilder()
public static RateLimitProto.RateLimitCluster.Builder newBuilder(RateLimitProto.RateLimitCluster prototype)
public RateLimitProto.RateLimitCluster.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLitepublic static RateLimitProto.RateLimitCluster getDefaultInstance()
public static com.google.protobuf.Parser<RateLimitProto.RateLimitCluster> parser()
public com.google.protobuf.Parser<RateLimitProto.RateLimitCluster> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public RateLimitProto.RateLimitCluster getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2021. All rights reserved.