Interface WeaviateProtoGenerative.GenerativeCohereMetadata.ApiVersionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WeaviateProtoGenerative.GenerativeCohereMetadata.ApiVersion, WeaviateProtoGenerative.GenerativeCohereMetadata.ApiVersion.Builder
Enclosing class:
WeaviateProtoGenerative.GenerativeCohereMetadata

public static interface WeaviateProtoGenerative.GenerativeCohereMetadata.ApiVersionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    optional bool is_deprecated = 2;
    boolean
    optional bool is_experimental = 3;
    optional string version = 1;
    com.google.protobuf.ByteString
    optional string version = 1;
    boolean
    optional bool is_deprecated = 2;
    boolean
    optional bool is_experimental = 3;
    boolean
    optional string version = 1;

    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

    • hasVersion

      boolean hasVersion()
      optional string version = 1;
      Returns:
      Whether the version field is set.
    • getVersion

      String getVersion()
      optional string version = 1;
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
      optional string version = 1;
      Returns:
      The bytes for version.
    • hasIsDeprecated

      boolean hasIsDeprecated()
      optional bool is_deprecated = 2;
      Returns:
      Whether the isDeprecated field is set.
    • getIsDeprecated

      boolean getIsDeprecated()
      optional bool is_deprecated = 2;
      Returns:
      The isDeprecated.
    • hasIsExperimental

      boolean hasIsExperimental()
      optional bool is_experimental = 3;
      Returns:
      Whether the isExperimental field is set.
    • getIsExperimental

      boolean getIsExperimental()
      optional bool is_experimental = 3;
      Returns:
      The isExperimental.