Class VertexModelSourceInfo (1.47.0)

public final class VertexModelSourceInfo extends GeneratedMessageV3 implements VertexModelSourceInfoOrBuilder

Detail description of the source information of a Vertex model.

Protobuf type google.cloud.datacatalog.v1.VertexModelSourceInfo

Static Fields

COPY_FIELD_NUMBER

public static final int COPY_FIELD_NUMBER
Field Value
TypeDescription
int

SOURCE_TYPE_FIELD_NUMBER

public static final int SOURCE_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static VertexModelSourceInfo getDefaultInstance()
Returns
TypeDescription
VertexModelSourceInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static VertexModelSourceInfo.Builder newBuilder()
Returns
TypeDescription
VertexModelSourceInfo.Builder

newBuilder(VertexModelSourceInfo prototype)

public static VertexModelSourceInfo.Builder newBuilder(VertexModelSourceInfo prototype)
Parameter
NameDescription
prototypeVertexModelSourceInfo
Returns
TypeDescription
VertexModelSourceInfo.Builder

parseDelimitedFrom(InputStream input)

public static VertexModelSourceInfo parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
VertexModelSourceInfo
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VertexModelSourceInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VertexModelSourceInfo
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static VertexModelSourceInfo parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
VertexModelSourceInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static VertexModelSourceInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VertexModelSourceInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static VertexModelSourceInfo parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
VertexModelSourceInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static VertexModelSourceInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VertexModelSourceInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static VertexModelSourceInfo parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
VertexModelSourceInfo
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static VertexModelSourceInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VertexModelSourceInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static VertexModelSourceInfo parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
VertexModelSourceInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VertexModelSourceInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VertexModelSourceInfo
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static VertexModelSourceInfo parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
VertexModelSourceInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static VertexModelSourceInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VertexModelSourceInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<VertexModelSourceInfo> parser()
Returns
TypeDescription
Parser<VertexModelSourceInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getCopy()

public boolean getCopy()

If this Model is copy of another Model. If true then source_type pertains to the original.

bool copy = 2;

Returns
TypeDescription
boolean

The copy.

getDefaultInstanceForType()

public VertexModelSourceInfo getDefaultInstanceForType()
Returns
TypeDescription
VertexModelSourceInfo

getParserForType()

public Parser<VertexModelSourceInfo> getParserForType()
Returns
TypeDescription
Parser<VertexModelSourceInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getSourceType()

public VertexModelSourceInfo.ModelSourceType getSourceType()

Type of the model source.

.google.cloud.datacatalog.v1.VertexModelSourceInfo.ModelSourceType source_type = 1;

Returns
TypeDescription
VertexModelSourceInfo.ModelSourceType

The sourceType.

getSourceTypeValue()

public int getSourceTypeValue()

Type of the model source.

.google.cloud.datacatalog.v1.VertexModelSourceInfo.ModelSourceType source_type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for sourceType.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public VertexModelSourceInfo.Builder newBuilderForType()
Returns
TypeDescription
VertexModelSourceInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected VertexModelSourceInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
VertexModelSourceInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public VertexModelSourceInfo.Builder toBuilder()
Returns
TypeDescription
VertexModelSourceInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException