public final class QuoteInfo extends GeneratedMessageV3 implements QuoteInfoOrBuilder
Message for infoType-dependent details parsed from quote.
Protobuf type google.privacy.dlp.v2.QuoteInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DATE_TIME_FIELD_NUMBER
public static final int DATE_TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static QuoteInfo getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static QuoteInfo.Builder newBuilder()
newBuilder(QuoteInfo prototype)
public static QuoteInfo.Builder newBuilder(QuoteInfo prototype)
public static QuoteInfo parseDelimitedFrom(InputStream input)
public static QuoteInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static QuoteInfo parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static QuoteInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static QuoteInfo parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static QuoteInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static QuoteInfo parseFrom(CodedInputStream input)
public static QuoteInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static QuoteInfo parseFrom(InputStream input)
public static QuoteInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static QuoteInfo parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static QuoteInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<QuoteInfo> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDateTime()
public DateTime getDateTime()
The date time indicated by the quote.
.google.privacy.dlp.v2.DateTime date_time = 2;
Returns |
---|
Type | Description |
DateTime | The dateTime.
|
getDateTimeOrBuilder()
public DateTimeOrBuilder getDateTimeOrBuilder()
The date time indicated by the quote.
.google.privacy.dlp.v2.DateTime date_time = 2;
getDefaultInstanceForType()
public QuoteInfo getDefaultInstanceForType()
getParsedQuoteCase()
public QuoteInfo.ParsedQuoteCase getParsedQuoteCase()
getParserForType()
public Parser<QuoteInfo> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hasDateTime()
public boolean hasDateTime()
The date time indicated by the quote.
.google.privacy.dlp.v2.DateTime date_time = 2;
Returns |
---|
Type | Description |
boolean | Whether the dateTime field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public QuoteInfo.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected QuoteInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public QuoteInfo.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides