public final class RefererAccessRule extends com.google.protobuf.GeneratedMessageV3 implements RefererAccessRuleOrBuilder
Volcengine.Vod.Models.Business.RefererAccessRule| Modifier and Type | Class and Description |
|---|---|
static class |
RefererAccessRule.Builder
Protobuf type
Volcengine.Vod.Models.Business.RefererAccessRule |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ALLOWEMPTY_FIELD_NUMBER |
static int |
REFERERS_FIELD_NUMBER |
static int |
REFERERSTYPE_FIELD_NUMBER |
static int |
RULETYPE_FIELD_NUMBER |
static int |
SWITCH_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getAllowEmpty()
optional bool AllowEmpty = 1; |
static RefererAccessRule |
getDefaultInstance() |
RefererAccessRule |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<RefererAccessRule> |
getParserForType() |
String |
getReferers(int index)
repeated string Referers = 2; |
com.google.protobuf.ByteString |
getReferersBytes(int index)
repeated string Referers = 2; |
int |
getReferersCount()
repeated string Referers = 2; |
com.google.protobuf.ProtocolStringList |
getReferersList()
repeated string Referers = 2; |
ReferersType |
getReferersType()
optional .Volcengine.Vod.Models.Business.ReferersType ReferersType = 3; |
ReferersTypeOrBuilder |
getReferersTypeOrBuilder()
optional .Volcengine.Vod.Models.Business.ReferersType ReferersType = 3; |
String |
getRuleType()
optional string RuleType = 4; |
com.google.protobuf.ByteString |
getRuleTypeBytes()
optional string RuleType = 4; |
int |
getSerializedSize() |
boolean |
getSwitch()
optional bool Switch = 6; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAllowEmpty()
optional bool AllowEmpty = 1; |
int |
hashCode() |
boolean |
hasReferersType()
optional .Volcengine.Vod.Models.Business.ReferersType ReferersType = 3; |
boolean |
hasRuleType()
optional string RuleType = 4; |
boolean |
hasSwitch()
optional bool Switch = 6; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RefererAccessRule.Builder |
newBuilder() |
static RefererAccessRule.Builder |
newBuilder(RefererAccessRule prototype) |
RefererAccessRule.Builder |
newBuilderForType() |
protected RefererAccessRule.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static RefererAccessRule |
parseDelimitedFrom(InputStream input) |
static RefererAccessRule |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RefererAccessRule |
parseFrom(byte[] data) |
static RefererAccessRule |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RefererAccessRule |
parseFrom(ByteBuffer data) |
static RefererAccessRule |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RefererAccessRule |
parseFrom(com.google.protobuf.ByteString data) |
static RefererAccessRule |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RefererAccessRule |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RefererAccessRule |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RefererAccessRule |
parseFrom(InputStream input) |
static RefererAccessRule |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RefererAccessRule> |
parser() |
RefererAccessRule.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ALLOWEMPTY_FIELD_NUMBER
public static final int REFERERS_FIELD_NUMBER
public static final int REFERERSTYPE_FIELD_NUMBER
public static final int RULETYPE_FIELD_NUMBER
public static final int SWITCH_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasAllowEmpty()
optional bool AllowEmpty = 1;hasAllowEmpty in interface RefererAccessRuleOrBuilderpublic boolean getAllowEmpty()
optional bool AllowEmpty = 1;getAllowEmpty in interface RefererAccessRuleOrBuilderpublic com.google.protobuf.ProtocolStringList getReferersList()
repeated string Referers = 2;getReferersList in interface RefererAccessRuleOrBuilderpublic int getReferersCount()
repeated string Referers = 2;getReferersCount in interface RefererAccessRuleOrBuilderpublic String getReferers(int index)
repeated string Referers = 2;getReferers in interface RefererAccessRuleOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getReferersBytes(int index)
repeated string Referers = 2;getReferersBytes in interface RefererAccessRuleOrBuilderindex - The index of the value to return.public boolean hasReferersType()
optional .Volcengine.Vod.Models.Business.ReferersType ReferersType = 3;hasReferersType in interface RefererAccessRuleOrBuilderpublic ReferersType getReferersType()
optional .Volcengine.Vod.Models.Business.ReferersType ReferersType = 3;getReferersType in interface RefererAccessRuleOrBuilderpublic ReferersTypeOrBuilder getReferersTypeOrBuilder()
optional .Volcengine.Vod.Models.Business.ReferersType ReferersType = 3;getReferersTypeOrBuilder in interface RefererAccessRuleOrBuilderpublic boolean hasRuleType()
optional string RuleType = 4;hasRuleType in interface RefererAccessRuleOrBuilderpublic String getRuleType()
optional string RuleType = 4;getRuleType in interface RefererAccessRuleOrBuilderpublic com.google.protobuf.ByteString getRuleTypeBytes()
optional string RuleType = 4;getRuleTypeBytes in interface RefererAccessRuleOrBuilderpublic boolean hasSwitch()
optional bool Switch = 6;hasSwitch in interface RefererAccessRuleOrBuilderpublic boolean getSwitch()
optional bool Switch = 6;getSwitch in interface RefererAccessRuleOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static RefererAccessRule parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RefererAccessRule parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RefererAccessRule parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RefererAccessRule parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RefererAccessRule parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RefererAccessRule parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RefererAccessRule parseFrom(InputStream input) throws IOException
IOExceptionpublic static RefererAccessRule parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RefererAccessRule parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RefererAccessRule parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RefererAccessRule parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RefererAccessRule parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RefererAccessRule.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RefererAccessRule.Builder newBuilder()
public static RefererAccessRule.Builder newBuilder(RefererAccessRule prototype)
public RefererAccessRule.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RefererAccessRule.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RefererAccessRule getDefaultInstance()
public static com.google.protobuf.Parser<RefererAccessRule> parser()
public com.google.protobuf.Parser<RefererAccessRule> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RefererAccessRule getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025. All rights reserved.