Packages

final class Schema extends GeneratedMessageV3 with SchemaOrBuilder

A schema resource.

Protobuf type google.pubsub.v1.Schema

Source
Schema.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Schema
  2. SchemaOrBuilder
  3. GeneratedMessageV3
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(obj: AnyRef): Boolean
    Definition Classes
    Schema → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  10. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getDefaultInstanceForType(): Schema
    Definition Classes
    Schema → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  13. def getDefinition(): String

    The definition of the schema. This should contain a string representing
    the full definition of the schema that is a valid schema definition of
    the type specified in `type`.
    

    The definition of the schema. This should contain a string representing
    the full definition of the schema that is a valid schema definition of
    the type specified in `type`.
    

    string definition = 3;

    returns

    The definition.

    Definition Classes
    SchemaSchemaOrBuilder
    Annotations
    @Override()
  14. def getDefinitionBytes(): ByteString

    The definition of the schema. This should contain a string representing
    the full definition of the schema that is a valid schema definition of
    the type specified in `type`.
    

    The definition of the schema. This should contain a string representing
    the full definition of the schema that is a valid schema definition of
    the type specified in `type`.
    

    string definition = 3;

    returns

    The bytes for definition.

    Definition Classes
    SchemaSchemaOrBuilder
    Annotations
    @Override()
  15. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  16. def getField(arg0: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  17. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  18. def getName(): String

    Required. Name of the schema.
    Format is `projects/{project}/schemas/{schema}`.
    

    Required. Name of the schema.
    Format is `projects/{project}/schemas/{schema}`.
    

    string name = 1 [(.google.api.field_behavior) = REQUIRED];

    returns

    The name.

    Definition Classes
    SchemaSchemaOrBuilder
    Annotations
    @Override()
  19. def getNameBytes(): ByteString

    Required. Name of the schema.
    Format is `projects/{project}/schemas/{schema}`.
    

    Required. Name of the schema.
    Format is `projects/{project}/schemas/{schema}`.
    

    string name = 1 [(.google.api.field_behavior) = REQUIRED];

    returns

    The bytes for name.

    Definition Classes
    SchemaSchemaOrBuilder
    Annotations
    @Override()
  20. def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  21. def getParserForType(): Parser[Schema]
    Definition Classes
    Schema → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  22. def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  23. def getRepeatedFieldCount(arg0: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  24. def getRevisionCreateTime(): Timestamp

    Output only. The timestamp that the revision was created.
    

    Output only. The timestamp that the revision was created.
    

    .google.protobuf.Timestamp revision_create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

    returns

    The revisionCreateTime.

    Definition Classes
    SchemaSchemaOrBuilder
    Annotations
    @Override()
  25. def getRevisionCreateTimeOrBuilder(): TimestampOrBuilder

    Output only. The timestamp that the revision was created.
    

    Output only. The timestamp that the revision was created.
    

    .google.protobuf.Timestamp revision_create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

    Definition Classes
    SchemaSchemaOrBuilder
    Annotations
    @Override()
  26. def getRevisionId(): String

    Output only. Immutable. The revision ID of the schema.
    

    Output only. Immutable. The revision ID of the schema.
    

    string revision_id = 4 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY];

    returns

    The revisionId.

    Definition Classes
    SchemaSchemaOrBuilder
    Annotations
    @Override()
  27. def getRevisionIdBytes(): ByteString

    Output only. Immutable. The revision ID of the schema.
    

    Output only. Immutable. The revision ID of the schema.
    

    string revision_id = 4 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY];

    returns

    The bytes for revisionId.

    Definition Classes
    SchemaSchemaOrBuilder
    Annotations
    @Override()
  28. def getSerializedSize(): Int
    Definition Classes
    Schema → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  29. def getType(): Type

    The type of the schema definition.
    

    The type of the schema definition.
    

    .google.pubsub.v1.Schema.Type type = 2;

    returns

    The type.

    Definition Classes
    SchemaSchemaOrBuilder
    Annotations
    @Override()
  30. def getTypeValue(): Int

    The type of the schema definition.
    

    The type of the schema definition.
    

    .google.pubsub.v1.Schema.Type type = 2;

    returns

    The enum numeric value on the wire for type.

    Definition Classes
    SchemaSchemaOrBuilder
    Annotations
    @Override()
  31. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  32. def hasField(arg0: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  33. def hasOneof(arg0: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  34. def hasRevisionCreateTime(): Boolean

    Output only. The timestamp that the revision was created.
    

    Output only. The timestamp that the revision was created.
    

    .google.protobuf.Timestamp revision_create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

    returns

    Whether the revisionCreateTime field is set.

    Definition Classes
    SchemaSchemaOrBuilder
    Annotations
    @Override()
  35. def hashCode(): Int
    Definition Classes
    Schema → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  36. def internalGetFieldAccessorTable(): FieldAccessorTable
    Attributes
    protected[v1]
    Definition Classes
    Schema → GeneratedMessageV3
    Annotations
    @Override()
  37. def internalGetMapField(arg0: Int): MapField[_ <: AnyRef, _ <: AnyRef]
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
  38. final def isInitialized(): Boolean
    Definition Classes
    Schema → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. def makeExtensionsImmutable(): Unit
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
  41. def mergeFromAndMakeImmutableInternal(arg0: CodedInputStream, arg1: ExtensionRegistryLite): Unit
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[com.google.protobuf.InvalidProtocolBufferException])
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. def newBuilderForType(parent: BuilderParent): Builder
    Attributes
    protected[v1]
    Definition Classes
    Schema → GeneratedMessageV3
    Annotations
    @Override()
  44. def newBuilderForType(): Builder
    Definition Classes
    Schema → Message → MessageLite
    Annotations
    @Override()
  45. def newBuilderForType(arg0: BuilderParent): Builder
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3 → AbstractMessage
  46. def newInstance(unused: UnusedPrivateParameter): AnyRef
    Attributes
    protected[v1]
    Definition Classes
    Schema → GeneratedMessageV3
    Annotations
    @Override() @SuppressWarnings()
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. def parseUnknownField(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  50. def parseUnknownFieldProto3(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  51. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  52. def toBuilder(): Builder
    Definition Classes
    Schema → Message → MessageLite
    Annotations
    @Override()
  53. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  54. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  55. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  59. def writeDelimitedTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  60. def writeReplace(): AnyRef
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.ObjectStreamException])
  61. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    Schema → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  62. def writeTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])

Inherited from SchemaOrBuilder

Inherited from GeneratedMessageV3

Inherited from Serializable

Inherited from AbstractMessage

Inherited from Message

Inherited from MessageOrBuilder

Inherited from AbstractMessageLite[MessageType, BuilderType]

Inherited from MessageLite

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped