Package com.google.privacy.dlp.v2
Class CustomInfoType
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.privacy.dlp.v2.CustomInfoType
-
- All Implemented Interfaces:
CustomInfoTypeOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class CustomInfoType extends com.google.protobuf.GeneratedMessageV3 implements CustomInfoTypeOrBuilder
Custom information type provided by the user. Used to find domain-specific sensitive information configurable to the data in question.
Protobuf typegoogle.privacy.dlp.v2.CustomInfoType
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CustomInfoType.Builder
Custom information type provided by the user.static class
CustomInfoType.DetectionRule
Deprecated; use `InspectionRuleSet` instead.static interface
CustomInfoType.DetectionRuleOrBuilder
static class
CustomInfoType.Dictionary
Custom information type based on a dictionary of words or phrases.static interface
CustomInfoType.DictionaryOrBuilder
static class
CustomInfoType.ExclusionType
Protobuf enumgoogle.privacy.dlp.v2.CustomInfoType.ExclusionType
static class
CustomInfoType.Regex
Message defining a custom regular expression.static interface
CustomInfoType.RegexOrBuilder
static class
CustomInfoType.SurrogateType
Message for detecting output from deidentification transformations such as [`CryptoReplaceFfxFpeConfig`](https://cloud.google.com/dlp/docs/reference/rest/v2/organizations.deidentifyTemplates#cryptoreplaceffxfpeconfig).static interface
CustomInfoType.SurrogateTypeOrBuilder
static class
CustomInfoType.TypeCase
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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
-
-
Field Summary
Fields Modifier and Type Field Description static int
DETECTION_RULES_FIELD_NUMBER
static int
DICTIONARY_FIELD_NUMBER
static int
EXCLUSION_TYPE_FIELD_NUMBER
static int
INFO_TYPE_FIELD_NUMBER
static int
LIKELIHOOD_FIELD_NUMBER
static int
REGEX_FIELD_NUMBER
static int
STORED_TYPE_FIELD_NUMBER
static int
SURROGATE_TYPE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static CustomInfoType
getDefaultInstance()
CustomInfoType
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
CustomInfoType.DetectionRule
getDetectionRules(int index)
Set of detection rules to apply to all findings of this CustomInfoType.int
getDetectionRulesCount()
Set of detection rules to apply to all findings of this CustomInfoType.List<CustomInfoType.DetectionRule>
getDetectionRulesList()
Set of detection rules to apply to all findings of this CustomInfoType.CustomInfoType.DetectionRuleOrBuilder
getDetectionRulesOrBuilder(int index)
Set of detection rules to apply to all findings of this CustomInfoType.List<? extends CustomInfoType.DetectionRuleOrBuilder>
getDetectionRulesOrBuilderList()
Set of detection rules to apply to all findings of this CustomInfoType.CustomInfoType.Dictionary
getDictionary()
A list of phrases to detect as a CustomInfoType.CustomInfoType.DictionaryOrBuilder
getDictionaryOrBuilder()
A list of phrases to detect as a CustomInfoType.CustomInfoType.ExclusionType
getExclusionType()
If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned.int
getExclusionTypeValue()
If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned.InfoType
getInfoType()
CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in `InspectContent.info_types` field.InfoTypeOrBuilder
getInfoTypeOrBuilder()
CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in `InspectContent.info_types` field.Likelihood
getLikelihood()
Likelihood to return for this CustomInfoType.int
getLikelihoodValue()
Likelihood to return for this CustomInfoType.com.google.protobuf.Parser<CustomInfoType>
getParserForType()
CustomInfoType.Regex
getRegex()
Regular expression based CustomInfoType.CustomInfoType.RegexOrBuilder
getRegexOrBuilder()
Regular expression based CustomInfoType.int
getSerializedSize()
StoredType
getStoredType()
Load an existing `StoredInfoType` resource for use in `InspectDataSource`.StoredTypeOrBuilder
getStoredTypeOrBuilder()
Load an existing `StoredInfoType` resource for use in `InspectDataSource`.CustomInfoType.SurrogateType
getSurrogateType()
Message for detecting output from deidentification transformations that support reversing.CustomInfoType.SurrogateTypeOrBuilder
getSurrogateTypeOrBuilder()
Message for detecting output from deidentification transformations that support reversing.CustomInfoType.TypeCase
getTypeCase()
boolean
hasDictionary()
A list of phrases to detect as a CustomInfoType.int
hashCode()
boolean
hasInfoType()
CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in `InspectContent.info_types` field.boolean
hasRegex()
Regular expression based CustomInfoType.boolean
hasStoredType()
Load an existing `StoredInfoType` resource for use in `InspectDataSource`.boolean
hasSurrogateType()
Message for detecting output from deidentification transformations that support reversing.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static CustomInfoType.Builder
newBuilder()
static CustomInfoType.Builder
newBuilder(CustomInfoType prototype)
CustomInfoType.Builder
newBuilderForType()
protected CustomInfoType.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static CustomInfoType
parseDelimitedFrom(InputStream input)
static CustomInfoType
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomInfoType
parseFrom(byte[] data)
static CustomInfoType
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomInfoType
parseFrom(com.google.protobuf.ByteString data)
static CustomInfoType
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomInfoType
parseFrom(com.google.protobuf.CodedInputStream input)
static CustomInfoType
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomInfoType
parseFrom(InputStream input)
static CustomInfoType
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomInfoType
parseFrom(ByteBuffer data)
static CustomInfoType
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<CustomInfoType>
parser()
CustomInfoType.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, 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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
INFO_TYPE_FIELD_NUMBER
public static final int INFO_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LIKELIHOOD_FIELD_NUMBER
public static final int LIKELIHOOD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DICTIONARY_FIELD_NUMBER
public static final int DICTIONARY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REGEX_FIELD_NUMBER
public static final int REGEX_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SURROGATE_TYPE_FIELD_NUMBER
public static final int SURROGATE_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STORED_TYPE_FIELD_NUMBER
public static final int STORED_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DETECTION_RULES_FIELD_NUMBER
public static final int DETECTION_RULES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXCLUSION_TYPE_FIELD_NUMBER
public static final int EXCLUSION_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getTypeCase
public CustomInfoType.TypeCase getTypeCase()
- Specified by:
getTypeCase
in interfaceCustomInfoTypeOrBuilder
-
hasInfoType
public boolean hasInfoType()
CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in `InspectContent.info_types` field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified in `InspectContent.info_types` list then the name is treated as a custom info type.
.google.privacy.dlp.v2.InfoType info_type = 1;
- Specified by:
hasInfoType
in interfaceCustomInfoTypeOrBuilder
- Returns:
- Whether the infoType field is set.
-
getInfoType
public InfoType getInfoType()
CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in `InspectContent.info_types` field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified in `InspectContent.info_types` list then the name is treated as a custom info type.
.google.privacy.dlp.v2.InfoType info_type = 1;
- Specified by:
getInfoType
in interfaceCustomInfoTypeOrBuilder
- Returns:
- The infoType.
-
getInfoTypeOrBuilder
public InfoTypeOrBuilder getInfoTypeOrBuilder()
CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in `InspectContent.info_types` field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified in `InspectContent.info_types` list then the name is treated as a custom info type.
.google.privacy.dlp.v2.InfoType info_type = 1;
- Specified by:
getInfoTypeOrBuilder
in interfaceCustomInfoTypeOrBuilder
-
getLikelihoodValue
public int getLikelihoodValue()
Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to `VERY_LIKELY` if not specified.
.google.privacy.dlp.v2.Likelihood likelihood = 6;
- Specified by:
getLikelihoodValue
in interfaceCustomInfoTypeOrBuilder
- Returns:
- The enum numeric value on the wire for likelihood.
-
getLikelihood
public Likelihood getLikelihood()
Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to `VERY_LIKELY` if not specified.
.google.privacy.dlp.v2.Likelihood likelihood = 6;
- Specified by:
getLikelihood
in interfaceCustomInfoTypeOrBuilder
- Returns:
- The likelihood.
-
hasDictionary
public boolean hasDictionary()
A list of phrases to detect as a CustomInfoType.
.google.privacy.dlp.v2.CustomInfoType.Dictionary dictionary = 2;
- Specified by:
hasDictionary
in interfaceCustomInfoTypeOrBuilder
- Returns:
- Whether the dictionary field is set.
-
getDictionary
public CustomInfoType.Dictionary getDictionary()
A list of phrases to detect as a CustomInfoType.
.google.privacy.dlp.v2.CustomInfoType.Dictionary dictionary = 2;
- Specified by:
getDictionary
in interfaceCustomInfoTypeOrBuilder
- Returns:
- The dictionary.
-
getDictionaryOrBuilder
public CustomInfoType.DictionaryOrBuilder getDictionaryOrBuilder()
A list of phrases to detect as a CustomInfoType.
.google.privacy.dlp.v2.CustomInfoType.Dictionary dictionary = 2;
- Specified by:
getDictionaryOrBuilder
in interfaceCustomInfoTypeOrBuilder
-
hasRegex
public boolean hasRegex()
Regular expression based CustomInfoType.
.google.privacy.dlp.v2.CustomInfoType.Regex regex = 3;
- Specified by:
hasRegex
in interfaceCustomInfoTypeOrBuilder
- Returns:
- Whether the regex field is set.
-
getRegex
public CustomInfoType.Regex getRegex()
Regular expression based CustomInfoType.
.google.privacy.dlp.v2.CustomInfoType.Regex regex = 3;
- Specified by:
getRegex
in interfaceCustomInfoTypeOrBuilder
- Returns:
- The regex.
-
getRegexOrBuilder
public CustomInfoType.RegexOrBuilder getRegexOrBuilder()
Regular expression based CustomInfoType.
.google.privacy.dlp.v2.CustomInfoType.Regex regex = 3;
- Specified by:
getRegexOrBuilder
in interfaceCustomInfoTypeOrBuilder
-
hasSurrogateType
public boolean hasSurrogateType()
Message for detecting output from deidentification transformations that support reversing.
.google.privacy.dlp.v2.CustomInfoType.SurrogateType surrogate_type = 4;
- Specified by:
hasSurrogateType
in interfaceCustomInfoTypeOrBuilder
- Returns:
- Whether the surrogateType field is set.
-
getSurrogateType
public CustomInfoType.SurrogateType getSurrogateType()
Message for detecting output from deidentification transformations that support reversing.
.google.privacy.dlp.v2.CustomInfoType.SurrogateType surrogate_type = 4;
- Specified by:
getSurrogateType
in interfaceCustomInfoTypeOrBuilder
- Returns:
- The surrogateType.
-
getSurrogateTypeOrBuilder
public CustomInfoType.SurrogateTypeOrBuilder getSurrogateTypeOrBuilder()
Message for detecting output from deidentification transformations that support reversing.
.google.privacy.dlp.v2.CustomInfoType.SurrogateType surrogate_type = 4;
- Specified by:
getSurrogateTypeOrBuilder
in interfaceCustomInfoTypeOrBuilder
-
hasStoredType
public boolean hasStoredType()
Load an existing `StoredInfoType` resource for use in `InspectDataSource`. Not currently supported in `InspectContent`.
.google.privacy.dlp.v2.StoredType stored_type = 5;
- Specified by:
hasStoredType
in interfaceCustomInfoTypeOrBuilder
- Returns:
- Whether the storedType field is set.
-
getStoredType
public StoredType getStoredType()
Load an existing `StoredInfoType` resource for use in `InspectDataSource`. Not currently supported in `InspectContent`.
.google.privacy.dlp.v2.StoredType stored_type = 5;
- Specified by:
getStoredType
in interfaceCustomInfoTypeOrBuilder
- Returns:
- The storedType.
-
getStoredTypeOrBuilder
public StoredTypeOrBuilder getStoredTypeOrBuilder()
Load an existing `StoredInfoType` resource for use in `InspectDataSource`. Not currently supported in `InspectContent`.
.google.privacy.dlp.v2.StoredType stored_type = 5;
- Specified by:
getStoredTypeOrBuilder
in interfaceCustomInfoTypeOrBuilder
-
getDetectionRulesList
public List<CustomInfoType.DetectionRule> getDetectionRulesList()
Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the `surrogate_type` CustomInfoType.
repeated .google.privacy.dlp.v2.CustomInfoType.DetectionRule detection_rules = 7;
- Specified by:
getDetectionRulesList
in interfaceCustomInfoTypeOrBuilder
-
getDetectionRulesOrBuilderList
public List<? extends CustomInfoType.DetectionRuleOrBuilder> getDetectionRulesOrBuilderList()
Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the `surrogate_type` CustomInfoType.
repeated .google.privacy.dlp.v2.CustomInfoType.DetectionRule detection_rules = 7;
- Specified by:
getDetectionRulesOrBuilderList
in interfaceCustomInfoTypeOrBuilder
-
getDetectionRulesCount
public int getDetectionRulesCount()
Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the `surrogate_type` CustomInfoType.
repeated .google.privacy.dlp.v2.CustomInfoType.DetectionRule detection_rules = 7;
- Specified by:
getDetectionRulesCount
in interfaceCustomInfoTypeOrBuilder
-
getDetectionRules
public CustomInfoType.DetectionRule getDetectionRules(int index)
Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the `surrogate_type` CustomInfoType.
repeated .google.privacy.dlp.v2.CustomInfoType.DetectionRule detection_rules = 7;
- Specified by:
getDetectionRules
in interfaceCustomInfoTypeOrBuilder
-
getDetectionRulesOrBuilder
public CustomInfoType.DetectionRuleOrBuilder getDetectionRulesOrBuilder(int index)
Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the `surrogate_type` CustomInfoType.
repeated .google.privacy.dlp.v2.CustomInfoType.DetectionRule detection_rules = 7;
- Specified by:
getDetectionRulesOrBuilder
in interfaceCustomInfoTypeOrBuilder
-
getExclusionTypeValue
public int getExclusionTypeValue()
If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
.google.privacy.dlp.v2.CustomInfoType.ExclusionType exclusion_type = 8;
- Specified by:
getExclusionTypeValue
in interfaceCustomInfoTypeOrBuilder
- Returns:
- The enum numeric value on the wire for exclusionType.
-
getExclusionType
public CustomInfoType.ExclusionType getExclusionType()
If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
.google.privacy.dlp.v2.CustomInfoType.ExclusionType exclusion_type = 8;
- Specified by:
getExclusionType
in interfaceCustomInfoTypeOrBuilder
- Returns:
- The exclusionType.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static CustomInfoType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CustomInfoType parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CustomInfoType parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CustomInfoType parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CustomInfoType parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CustomInfoType parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CustomInfoType parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static CustomInfoType parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static CustomInfoType parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static CustomInfoType parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static CustomInfoType parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static CustomInfoType parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public CustomInfoType.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static CustomInfoType.Builder newBuilder()
-
newBuilder
public static CustomInfoType.Builder newBuilder(CustomInfoType prototype)
-
toBuilder
public CustomInfoType.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected CustomInfoType.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static CustomInfoType getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<CustomInfoType> parser()
-
getParserForType
public com.google.protobuf.Parser<CustomInfoType> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public CustomInfoType getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-