public static final class DataProfileResult.Profile.Field.ProfileInfo.TopNValue extends GeneratedMessageV3 implements DataProfileResult.Profile.Field.ProfileInfo.TopNValueOrBuilder
Top N non-null values in the scanned data.
Protobuf type
google.events.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DataProfileResult.Profile.Field.ProfileInfo.TopNValueStatic Fields
COUNT_FIELD_NUMBER
public static final int COUNT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
VALUE_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static DataProfileResult.Profile.Field.ProfileInfo.TopNValue getDefaultInstance()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder newBuilder()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
newBuilder(DataProfileResult.Profile.Field.ProfileInfo.TopNValue prototype)
public static DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder newBuilder(DataProfileResult.Profile.Field.ProfileInfo.TopNValue prototype)
Parameter | |
---|---|
Name | Description |
prototype |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
parseDelimitedFrom(InputStream input)
public static DataProfileResult.Profile.Field.ProfileInfo.TopNValue parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DataProfileResult.Profile.Field.ProfileInfo.TopNValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static DataProfileResult.Profile.Field.ProfileInfo.TopNValue parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DataProfileResult.Profile.Field.ProfileInfo.TopNValue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static DataProfileResult.Profile.Field.ProfileInfo.TopNValue parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DataProfileResult.Profile.Field.ProfileInfo.TopNValue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static DataProfileResult.Profile.Field.ProfileInfo.TopNValue parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DataProfileResult.Profile.Field.ProfileInfo.TopNValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static DataProfileResult.Profile.Field.ProfileInfo.TopNValue parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DataProfileResult.Profile.Field.ProfileInfo.TopNValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static DataProfileResult.Profile.Field.ProfileInfo.TopNValue parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DataProfileResult.Profile.Field.ProfileInfo.TopNValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<DataProfileResult.Profile.Field.ProfileInfo.TopNValue> parser()
Returns | |
---|---|
Type | Description |
Parser<TopNValue> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getCount()
public long getCount()
Count of the corresponding value in the scanned data.
int64 count = 2;
Returns | |
---|---|
Type | Description |
long |
The count. |
getDefaultInstanceForType()
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
getParserForType()
public Parser<DataProfileResult.Profile.Field.ProfileInfo.TopNValue> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<TopNValue> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
getValue()
public String getValue()
String value of a top N non-null value.
string value = 1;
Returns | |
---|---|
Type | Description |
String |
The value. |
getValueBytes()
public ByteString getValueBytes()
String value of a top N non-null value.
string value = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for value. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder toBuilder()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |