public static final class DataProfileResult.Profile extends GeneratedMessageV3 implements DataProfileResult.ProfileOrBuilder
Contains name, type, mode and field type specific profile information.
Protobuf type google.events.cloud.dataplex.v1.DataProfileResult.Profile
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DataProfileResult.ProfileImplements
DataProfileResult.ProfileOrBuilderStatic Fields
FIELDS_FIELD_NUMBER
public static final int FIELDS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static DataProfileResult.Profile getDefaultInstance()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static DataProfileResult.Profile.Builder newBuilder()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Builder |
newBuilder(DataProfileResult.Profile prototype)
public static DataProfileResult.Profile.Builder newBuilder(DataProfileResult.Profile prototype)
Parameter | |
---|---|
Name | Description |
prototype |
DataProfileResult.Profile |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Builder |
parseDelimitedFrom(InputStream input)
public static DataProfileResult.Profile parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DataProfileResult.Profile parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static DataProfileResult.Profile parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DataProfileResult.Profile parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static DataProfileResult.Profile parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DataProfileResult.Profile parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static DataProfileResult.Profile parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DataProfileResult.Profile parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static DataProfileResult.Profile parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DataProfileResult.Profile parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static DataProfileResult.Profile parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DataProfileResult.Profile parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<DataProfileResult.Profile> parser()
Returns | |
---|---|
Type | Description |
Parser<Profile> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public DataProfileResult.Profile getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile |
getFields(int index)
public DataProfileResult.Profile.Field getFields(int index)
List of fields with structural and profile information for each field.
repeated .google.events.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field |
getFieldsCount()
public int getFieldsCount()
List of fields with structural and profile information for each field.
repeated .google.events.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2;
Returns | |
---|---|
Type | Description |
int |
getFieldsList()
public List<DataProfileResult.Profile.Field> getFieldsList()
List of fields with structural and profile information for each field.
repeated .google.events.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2;
Returns | |
---|---|
Type | Description |
List<Field> |
getFieldsOrBuilder(int index)
public DataProfileResult.Profile.FieldOrBuilder getFieldsOrBuilder(int index)
List of fields with structural and profile information for each field.
repeated .google.events.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.FieldOrBuilder |
getFieldsOrBuilderList()
public List<? extends DataProfileResult.Profile.FieldOrBuilder> getFieldsOrBuilderList()
List of fields with structural and profile information for each field.
repeated .google.events.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.events.cloud.dataplex.v1.DataProfileResult.Profile.FieldOrBuilder> |
getParserForType()
public Parser<DataProfileResult.Profile> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<Profile> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
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.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DataProfileResult.Profile.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public DataProfileResult.Profile.Builder toBuilder()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |