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 TypeMethodDescriptionbooleanoptional bool is_deprecated = 2;booleanoptional bool is_experimental = 3;optional string version = 1;com.google.protobuf.ByteStringoptional string version = 1;booleanoptional bool is_deprecated = 2;booleanoptional bool is_experimental = 3;booleanoptional string version = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-