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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCollection()string collection = 1;com.google.protobuf.ByteStringgetCollectionBytes()string collection = 1;WeaviateProtoTenants.TenantNamesgetNames().weaviate.v1.TenantNames names = 2;WeaviateProtoTenants.TenantNamesOrBuildergetNamesOrBuilder().weaviate.v1.TenantNames names = 2;WeaviateProtoTenants.TenantsGetRequest.ParamsCasegetParamsCase()booleanhasNames().weaviate.v1.TenantNames names = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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()
-
-