Interface VertexModelSourceInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
VertexModelSourceInfo, VertexModelSourceInfo.Builder

@Generated public interface VertexModelSourceInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If this Model is copy of another Model.
    Type of the model source.
    int
    Type of the model source.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSourceTypeValue

      int getSourceTypeValue()
       Type of the model source.
       
      .google.cloud.datacatalog.v1.VertexModelSourceInfo.ModelSourceType source_type = 1;
      Returns:
      The enum numeric value on the wire for sourceType.
    • getSourceType

       Type of the model source.
       
      .google.cloud.datacatalog.v1.VertexModelSourceInfo.ModelSourceType source_type = 1;
      Returns:
      The sourceType.
    • getCopy

      boolean getCopy()
       If this Model is copy of another Model. If true then
       [source_type][google.cloud.datacatalog.v1.VertexModelSourceInfo.source_type]
       pertains to the original.
       
      bool copy = 2;
      Returns:
      The copy.