Interface WeaviateProtoTenants.TenantsGetRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoTenants.TenantsGetRequest,WeaviateProtoTenants.TenantsGetRequest.Builder
- Enclosing class:
- WeaviateProtoTenants
public static interface WeaviateProtoTenants.TenantsGetRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getCollection
String getCollection()string collection = 1;- Returns:
- The collection.
-
getCollectionBytes
com.google.protobuf.ByteString getCollectionBytes()string collection = 1;- Returns:
- The bytes for collection.
-
hasNames
boolean hasNames().weaviate.v1.TenantNames names = 2;- Returns:
- Whether the names field is set.
-
getNames
WeaviateProtoTenants.TenantNames getNames().weaviate.v1.TenantNames names = 2;- Returns:
- The names.
-
getNamesOrBuilder
WeaviateProtoTenants.TenantNamesOrBuilder getNamesOrBuilder().weaviate.v1.TenantNames names = 2; -
getParamsCase
WeaviateProtoTenants.TenantsGetRequest.ParamsCase getParamsCase()
-