Class Schema

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1.Schema
All Implemented Interfaces:
SchemaOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

@Generated public final class Schema extends com.google.protobuf.GeneratedMessage implements SchemaOrBuilder
 Schema is used to define the format of input/output data. Represents a select
 subset of an [OpenAPI 3.0 schema
 object](https://spec.openapis.org/oas/v3.0.3#schema-object). More fields may
 be added in the future as needed.
 
Protobuf type google.cloud.aiplatform.v1.Schema
See Also:
  • Field Details

  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessage
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getTypeValue

      public int getTypeValue()
       Optional. The type of the data.
       
      .google.cloud.aiplatform.v1.Type type = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getTypeValue in interface SchemaOrBuilder
      Returns:
      The enum numeric value on the wire for type.
    • getType

      public Type getType()
       Optional. The type of the data.
       
      .google.cloud.aiplatform.v1.Type type = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getType in interface SchemaOrBuilder
      Returns:
      The type.
    • getFormat

      public String getFormat()
       Optional. The format of the data.
       Supported formats:
       for NUMBER type: "float", "double"
       for INTEGER type: "int32", "int64"
       for STRING type: "email", "byte", etc
       
      string format = 7 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getFormat in interface SchemaOrBuilder
      Returns:
      The format.
    • getFormatBytes

      public com.google.protobuf.ByteString getFormatBytes()
       Optional. The format of the data.
       Supported formats:
       for NUMBER type: "float", "double"
       for INTEGER type: "int32", "int64"
       for STRING type: "email", "byte", etc
       
      string format = 7 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getFormatBytes in interface SchemaOrBuilder
      Returns:
      The bytes for format.
    • getTitle

      public String getTitle()
       Optional. The title of the Schema.
       
      string title = 24 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getTitle in interface SchemaOrBuilder
      Returns:
      The title.
    • getTitleBytes

      public com.google.protobuf.ByteString getTitleBytes()
       Optional. The title of the Schema.
       
      string title = 24 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getTitleBytes in interface SchemaOrBuilder
      Returns:
      The bytes for title.
    • getDescription

      public String getDescription()
       Optional. The description of the data.
       
      string description = 8 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDescription in interface SchemaOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
       Optional. The description of the data.
       
      string description = 8 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDescriptionBytes in interface SchemaOrBuilder
      Returns:
      The bytes for description.
    • getNullable

      public boolean getNullable()
       Optional. Indicates if the value may be null.
       
      bool nullable = 6 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getNullable in interface SchemaOrBuilder
      Returns:
      The nullable.
    • hasDefault

      public boolean hasDefault()
       Optional. Default value of the data.
       
      .google.protobuf.Value default = 23 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasDefault in interface SchemaOrBuilder
      Returns:
      Whether the default field is set.
    • getDefault

      public com.google.protobuf.Value getDefault()
       Optional. Default value of the data.
       
      .google.protobuf.Value default = 23 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDefault in interface SchemaOrBuilder
      Returns:
      The default.
    • getDefaultOrBuilder

      public com.google.protobuf.ValueOrBuilder getDefaultOrBuilder()
       Optional. Default value of the data.
       
      .google.protobuf.Value default = 23 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDefaultOrBuilder in interface SchemaOrBuilder
    • hasItems

      public boolean hasItems()
       Optional. SCHEMA FIELDS FOR TYPE ARRAY
       Schema of the elements of Type.ARRAY.
       
      .google.cloud.aiplatform.v1.Schema items = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasItems in interface SchemaOrBuilder
      Returns:
      Whether the items field is set.
    • getItems

      public Schema getItems()
       Optional. SCHEMA FIELDS FOR TYPE ARRAY
       Schema of the elements of Type.ARRAY.
       
      .google.cloud.aiplatform.v1.Schema items = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getItems in interface SchemaOrBuilder
      Returns:
      The items.
    • getItemsOrBuilder

      public SchemaOrBuilder getItemsOrBuilder()
       Optional. SCHEMA FIELDS FOR TYPE ARRAY
       Schema of the elements of Type.ARRAY.
       
      .google.cloud.aiplatform.v1.Schema items = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getItemsOrBuilder in interface SchemaOrBuilder
    • getMinItems

      public long getMinItems()
       Optional. Minimum number of the elements for Type.ARRAY.
       
      int64 min_items = 21 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getMinItems in interface SchemaOrBuilder
      Returns:
      The minItems.
    • getMaxItems

      public long getMaxItems()
       Optional. Maximum number of the elements for Type.ARRAY.
       
      int64 max_items = 22 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getMaxItems in interface SchemaOrBuilder
      Returns:
      The maxItems.
    • getEnumList

      public com.google.protobuf.ProtocolStringList getEnumList()
       Optional. Possible values of the element of primitive type with enum
       format. Examples:
       1. We can define direction as :
       {type:STRING, format:enum, enum:["EAST", NORTH", "SOUTH", "WEST"]}
       2. We can define apartment number as :
       {type:INTEGER, format:enum, enum:["101", "201", "301"]}
       
      repeated string enum = 9 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getEnumList in interface SchemaOrBuilder
      Returns:
      A list containing the enum.
    • getEnumCount

      public int getEnumCount()
       Optional. Possible values of the element of primitive type with enum
       format. Examples:
       1. We can define direction as :
       {type:STRING, format:enum, enum:["EAST", NORTH", "SOUTH", "WEST"]}
       2. We can define apartment number as :
       {type:INTEGER, format:enum, enum:["101", "201", "301"]}
       
      repeated string enum = 9 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getEnumCount in interface SchemaOrBuilder
      Returns:
      The count of enum.
    • getEnum

      public String getEnum(int index)
       Optional. Possible values of the element of primitive type with enum
       format. Examples:
       1. We can define direction as :
       {type:STRING, format:enum, enum:["EAST", NORTH", "SOUTH", "WEST"]}
       2. We can define apartment number as :
       {type:INTEGER, format:enum, enum:["101", "201", "301"]}
       
      repeated string enum = 9 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getEnum in interface SchemaOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The enum at the given index.
    • getEnumBytes

      public com.google.protobuf.ByteString getEnumBytes(int index)
       Optional. Possible values of the element of primitive type with enum
       format. Examples:
       1. We can define direction as :
       {type:STRING, format:enum, enum:["EAST", NORTH", "SOUTH", "WEST"]}
       2. We can define apartment number as :
       {type:INTEGER, format:enum, enum:["101", "201", "301"]}
       
      repeated string enum = 9 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getEnumBytes in interface SchemaOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the enum at the given index.
    • getPropertiesCount

      public int getPropertiesCount()
      Description copied from interface: SchemaOrBuilder
       Optional. SCHEMA FIELDS FOR TYPE OBJECT
       Properties of Type.OBJECT.
       
      map<string, .google.cloud.aiplatform.v1.Schema> properties = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPropertiesCount in interface SchemaOrBuilder
    • containsProperties

      public boolean containsProperties(String key)
       Optional. SCHEMA FIELDS FOR TYPE OBJECT
       Properties of Type.OBJECT.
       
      map<string, .google.cloud.aiplatform.v1.Schema> properties = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      containsProperties in interface SchemaOrBuilder
    • getProperties

      @Deprecated public Map<String,Schema> getProperties()
      Deprecated.
      Use getPropertiesMap() instead.
      Specified by:
      getProperties in interface SchemaOrBuilder
    • getPropertiesMap

      public Map<String,Schema> getPropertiesMap()
       Optional. SCHEMA FIELDS FOR TYPE OBJECT
       Properties of Type.OBJECT.
       
      map<string, .google.cloud.aiplatform.v1.Schema> properties = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPropertiesMap in interface SchemaOrBuilder
    • getPropertiesOrDefault

      public Schema getPropertiesOrDefault(String key, Schema defaultValue)
       Optional. SCHEMA FIELDS FOR TYPE OBJECT
       Properties of Type.OBJECT.
       
      map<string, .google.cloud.aiplatform.v1.Schema> properties = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPropertiesOrDefault in interface SchemaOrBuilder
    • getPropertiesOrThrow

      public Schema getPropertiesOrThrow(String key)
       Optional. SCHEMA FIELDS FOR TYPE OBJECT
       Properties of Type.OBJECT.
       
      map<string, .google.cloud.aiplatform.v1.Schema> properties = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPropertiesOrThrow in interface SchemaOrBuilder
    • getPropertyOrderingList

      public com.google.protobuf.ProtocolStringList getPropertyOrderingList()
       Optional. The order of the properties.
       Not a standard field in open api spec. Only used to support the order of
       the properties.
       
      repeated string property_ordering = 25 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPropertyOrderingList in interface SchemaOrBuilder
      Returns:
      A list containing the propertyOrdering.
    • getPropertyOrderingCount

      public int getPropertyOrderingCount()
       Optional. The order of the properties.
       Not a standard field in open api spec. Only used to support the order of
       the properties.
       
      repeated string property_ordering = 25 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPropertyOrderingCount in interface SchemaOrBuilder
      Returns:
      The count of propertyOrdering.
    • getPropertyOrdering

      public String getPropertyOrdering(int index)
       Optional. The order of the properties.
       Not a standard field in open api spec. Only used to support the order of
       the properties.
       
      repeated string property_ordering = 25 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPropertyOrdering in interface SchemaOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The propertyOrdering at the given index.
    • getPropertyOrderingBytes

      public com.google.protobuf.ByteString getPropertyOrderingBytes(int index)
       Optional. The order of the properties.
       Not a standard field in open api spec. Only used to support the order of
       the properties.
       
      repeated string property_ordering = 25 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPropertyOrderingBytes in interface SchemaOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the propertyOrdering at the given index.
    • getRequiredList

      public com.google.protobuf.ProtocolStringList getRequiredList()
       Optional. Required properties of Type.OBJECT.
       
      repeated string required = 5 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getRequiredList in interface SchemaOrBuilder
      Returns:
      A list containing the required.
    • getRequiredCount

      public int getRequiredCount()
       Optional. Required properties of Type.OBJECT.
       
      repeated string required = 5 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getRequiredCount in interface SchemaOrBuilder
      Returns:
      The count of required.
    • getRequired

      public String getRequired(int index)
       Optional. Required properties of Type.OBJECT.
       
      repeated string required = 5 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getRequired in interface SchemaOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The required at the given index.
    • getRequiredBytes

      public com.google.protobuf.ByteString getRequiredBytes(int index)
       Optional. Required properties of Type.OBJECT.
       
      repeated string required = 5 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getRequiredBytes in interface SchemaOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the required at the given index.
    • getMinProperties

      public long getMinProperties()
       Optional. Minimum number of the properties for Type.OBJECT.
       
      int64 min_properties = 14 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getMinProperties in interface SchemaOrBuilder
      Returns:
      The minProperties.
    • getMaxProperties

      public long getMaxProperties()
       Optional. Maximum number of the properties for Type.OBJECT.
       
      int64 max_properties = 15 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getMaxProperties in interface SchemaOrBuilder
      Returns:
      The maxProperties.
    • getMinimum

      public double getMinimum()
       Optional. SCHEMA FIELDS FOR TYPE INTEGER and NUMBER
       Minimum value of the Type.INTEGER and Type.NUMBER
       
      double minimum = 16 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getMinimum in interface SchemaOrBuilder
      Returns:
      The minimum.
    • getMaximum

      public double getMaximum()
       Optional. Maximum value of the Type.INTEGER and Type.NUMBER
       
      double maximum = 17 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getMaximum in interface SchemaOrBuilder
      Returns:
      The maximum.
    • getMinLength

      public long getMinLength()
       Optional. SCHEMA FIELDS FOR TYPE STRING
       Minimum length of the Type.STRING
       
      int64 min_length = 18 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getMinLength in interface SchemaOrBuilder
      Returns:
      The minLength.
    • getMaxLength

      public long getMaxLength()
       Optional. Maximum length of the Type.STRING
       
      int64 max_length = 19 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getMaxLength in interface SchemaOrBuilder
      Returns:
      The maxLength.
    • getPattern

      public String getPattern()
       Optional. Pattern of the Type.STRING to restrict a string to a regular
       expression.
       
      string pattern = 20 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPattern in interface SchemaOrBuilder
      Returns:
      The pattern.
    • getPatternBytes

      public com.google.protobuf.ByteString getPatternBytes()
       Optional. Pattern of the Type.STRING to restrict a string to a regular
       expression.
       
      string pattern = 20 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPatternBytes in interface SchemaOrBuilder
      Returns:
      The bytes for pattern.
    • hasExample

      public boolean hasExample()
       Optional. Example of the object. Will only populated when the object is the
       root.
       
      .google.protobuf.Value example = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasExample in interface SchemaOrBuilder
      Returns:
      Whether the example field is set.
    • getExample

      public com.google.protobuf.Value getExample()
       Optional. Example of the object. Will only populated when the object is the
       root.
       
      .google.protobuf.Value example = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getExample in interface SchemaOrBuilder
      Returns:
      The example.
    • getExampleOrBuilder

      public com.google.protobuf.ValueOrBuilder getExampleOrBuilder()
       Optional. Example of the object. Will only populated when the object is the
       root.
       
      .google.protobuf.Value example = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getExampleOrBuilder in interface SchemaOrBuilder
    • getAnyOfList

      public List<Schema> getAnyOfList()
       Optional. The value should be validated against any (one or more) of the
       subschemas in the list.
       
      repeated .google.cloud.aiplatform.v1.Schema any_of = 11 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAnyOfList in interface SchemaOrBuilder
    • getAnyOfOrBuilderList

      public List<? extends SchemaOrBuilder> getAnyOfOrBuilderList()
       Optional. The value should be validated against any (one or more) of the
       subschemas in the list.
       
      repeated .google.cloud.aiplatform.v1.Schema any_of = 11 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAnyOfOrBuilderList in interface SchemaOrBuilder
    • getAnyOfCount

      public int getAnyOfCount()
       Optional. The value should be validated against any (one or more) of the
       subschemas in the list.
       
      repeated .google.cloud.aiplatform.v1.Schema any_of = 11 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAnyOfCount in interface SchemaOrBuilder
    • getAnyOf

      public Schema getAnyOf(int index)
       Optional. The value should be validated against any (one or more) of the
       subschemas in the list.
       
      repeated .google.cloud.aiplatform.v1.Schema any_of = 11 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAnyOf in interface SchemaOrBuilder
    • getAnyOfOrBuilder

      public SchemaOrBuilder getAnyOfOrBuilder(int index)
       Optional. The value should be validated against any (one or more) of the
       subschemas in the list.
       
      repeated .google.cloud.aiplatform.v1.Schema any_of = 11 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAnyOfOrBuilder in interface SchemaOrBuilder
    • hasAdditionalProperties

      public boolean hasAdditionalProperties()
       Optional. Can either be a boolean or an object; controls the presence of
       additional properties.
       
      .google.protobuf.Value additional_properties = 26 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasAdditionalProperties in interface SchemaOrBuilder
      Returns:
      Whether the additionalProperties field is set.
    • getAdditionalProperties

      public com.google.protobuf.Value getAdditionalProperties()
       Optional. Can either be a boolean or an object; controls the presence of
       additional properties.
       
      .google.protobuf.Value additional_properties = 26 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAdditionalProperties in interface SchemaOrBuilder
      Returns:
      The additionalProperties.
    • getAdditionalPropertiesOrBuilder

      public com.google.protobuf.ValueOrBuilder getAdditionalPropertiesOrBuilder()
       Optional. Can either be a boolean or an object; controls the presence of
       additional properties.
       
      .google.protobuf.Value additional_properties = 26 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAdditionalPropertiesOrBuilder in interface SchemaOrBuilder
    • getRef

      public String getRef()
       Optional. Allows indirect references between schema nodes. The value should
       be a valid reference to a child of the root `defs`.
      
       For example, the following schema defines a reference to a schema node
       named "Pet":
      
       type: object
       properties:
       pet:
       ref: #/defs/Pet
       defs:
       Pet:
       type: object
       properties:
       name:
       type: string
      
       The value of the "pet" property is a reference to the schema node
       named "Pet".
       See details in
       https://json-schema.org/understanding-json-schema/structuring
       
      string ref = 27 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getRef in interface SchemaOrBuilder
      Returns:
      The ref.
    • getRefBytes

      public com.google.protobuf.ByteString getRefBytes()
       Optional. Allows indirect references between schema nodes. The value should
       be a valid reference to a child of the root `defs`.
      
       For example, the following schema defines a reference to a schema node
       named "Pet":
      
       type: object
       properties:
       pet:
       ref: #/defs/Pet
       defs:
       Pet:
       type: object
       properties:
       name:
       type: string
      
       The value of the "pet" property is a reference to the schema node
       named "Pet".
       See details in
       https://json-schema.org/understanding-json-schema/structuring
       
      string ref = 27 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getRefBytes in interface SchemaOrBuilder
      Returns:
      The bytes for ref.
    • getDefsCount

      public int getDefsCount()
      Description copied from interface: SchemaOrBuilder
       Optional. A map of definitions for use by `ref`
       Only allowed at the root of the schema.
       
      map<string, .google.cloud.aiplatform.v1.Schema> defs = 28 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDefsCount in interface SchemaOrBuilder
    • containsDefs

      public boolean containsDefs(String key)
       Optional. A map of definitions for use by `ref`
       Only allowed at the root of the schema.
       
      map<string, .google.cloud.aiplatform.v1.Schema> defs = 28 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      containsDefs in interface SchemaOrBuilder
    • getDefs

      @Deprecated public Map<String,Schema> getDefs()
      Deprecated.
      Use getDefsMap() instead.
      Specified by:
      getDefs in interface SchemaOrBuilder
    • getDefsMap

      public Map<String,Schema> getDefsMap()
       Optional. A map of definitions for use by `ref`
       Only allowed at the root of the schema.
       
      map<string, .google.cloud.aiplatform.v1.Schema> defs = 28 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDefsMap in interface SchemaOrBuilder
    • getDefsOrDefault

      public Schema getDefsOrDefault(String key, Schema defaultValue)
       Optional. A map of definitions for use by `ref`
       Only allowed at the root of the schema.
       
      map<string, .google.cloud.aiplatform.v1.Schema> defs = 28 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDefsOrDefault in interface SchemaOrBuilder
    • getDefsOrThrow

      public Schema getDefsOrThrow(String key)
       Optional. A map of definitions for use by `ref`
       Only allowed at the root of the schema.
       
      map<string, .google.cloud.aiplatform.v1.Schema> defs = 28 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDefsOrThrow in interface SchemaOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Schema parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Schema parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Schema parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Schema parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Schema parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Schema parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Schema parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Schema parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Schema parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Schema parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Schema parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Schema parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Schema.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Schema.Builder newBuilder()
    • newBuilder

      public static Schema.Builder newBuilder(Schema prototype)
    • toBuilder

      public Schema.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Schema.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static Schema getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Schema> parser()
    • getParserForType

      public com.google.protobuf.Parser<Schema> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public Schema getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder