Uses of Class
io.weaviate.client.grpc.protocol.v1.WeaviateProtoTenants.Tenant
Packages that use WeaviateProtoTenants.Tenant
-
Uses of WeaviateProtoTenants.Tenant in io.weaviate.client.grpc.protocol.v1
Methods in io.weaviate.client.grpc.protocol.v1 that return WeaviateProtoTenants.TenantModifier and TypeMethodDescriptionWeaviateProtoTenants.Tenant.Builder.build()WeaviateProtoTenants.Tenant.Builder.buildPartial()static WeaviateProtoTenants.TenantWeaviateProtoTenants.Tenant.getDefaultInstance()WeaviateProtoTenants.Tenant.Builder.getDefaultInstanceForType()WeaviateProtoTenants.Tenant.getDefaultInstanceForType()WeaviateProtoTenants.TenantsGetReply.Builder.getTenants(int index) repeated .weaviate.v1.Tenant tenants = 2;WeaviateProtoTenants.TenantsGetReply.getTenants(int index) repeated .weaviate.v1.Tenant tenants = 2;WeaviateProtoTenants.TenantsGetReplyOrBuilder.getTenants(int index) repeated .weaviate.v1.Tenant tenants = 2;static WeaviateProtoTenants.TenantWeaviateProtoTenants.Tenant.parseDelimitedFrom(InputStream input) static WeaviateProtoTenants.TenantWeaviateProtoTenants.Tenant.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WeaviateProtoTenants.TenantWeaviateProtoTenants.Tenant.parseFrom(byte[] data) static WeaviateProtoTenants.TenantWeaviateProtoTenants.Tenant.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WeaviateProtoTenants.TenantWeaviateProtoTenants.Tenant.parseFrom(com.google.protobuf.ByteString data) static WeaviateProtoTenants.TenantWeaviateProtoTenants.Tenant.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WeaviateProtoTenants.TenantWeaviateProtoTenants.Tenant.parseFrom(com.google.protobuf.CodedInputStream input) static WeaviateProtoTenants.TenantWeaviateProtoTenants.Tenant.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WeaviateProtoTenants.TenantWeaviateProtoTenants.Tenant.parseFrom(InputStream input) static WeaviateProtoTenants.TenantWeaviateProtoTenants.Tenant.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WeaviateProtoTenants.TenantWeaviateProtoTenants.Tenant.parseFrom(ByteBuffer data) static WeaviateProtoTenants.TenantWeaviateProtoTenants.Tenant.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.weaviate.client.grpc.protocol.v1 that return types with arguments of type WeaviateProtoTenants.TenantModifier and TypeMethodDescriptioncom.google.protobuf.Parser<WeaviateProtoTenants.Tenant>WeaviateProtoTenants.Tenant.getParserForType()WeaviateProtoTenants.TenantsGetReply.Builder.getTenantsList()repeated .weaviate.v1.Tenant tenants = 2;WeaviateProtoTenants.TenantsGetReply.getTenantsList()repeated .weaviate.v1.Tenant tenants = 2;WeaviateProtoTenants.TenantsGetReplyOrBuilder.getTenantsList()repeated .weaviate.v1.Tenant tenants = 2;static com.google.protobuf.Parser<WeaviateProtoTenants.Tenant>WeaviateProtoTenants.Tenant.parser()Methods in io.weaviate.client.grpc.protocol.v1 with parameters of type WeaviateProtoTenants.TenantModifier and TypeMethodDescriptionWeaviateProtoTenants.TenantsGetReply.Builder.addTenants(int index, WeaviateProtoTenants.Tenant value) repeated .weaviate.v1.Tenant tenants = 2;WeaviateProtoTenants.TenantsGetReply.Builder.addTenants(WeaviateProtoTenants.Tenant value) repeated .weaviate.v1.Tenant tenants = 2;WeaviateProtoTenants.Tenant.Builder.mergeFrom(WeaviateProtoTenants.Tenant other) WeaviateProtoTenants.Tenant.newBuilder(WeaviateProtoTenants.Tenant prototype) WeaviateProtoTenants.TenantsGetReply.Builder.setTenants(int index, WeaviateProtoTenants.Tenant value) repeated .weaviate.v1.Tenant tenants = 2;Method parameters in io.weaviate.client.grpc.protocol.v1 with type arguments of type WeaviateProtoTenants.TenantModifier and TypeMethodDescriptionWeaviateProtoTenants.TenantsGetReply.Builder.addAllTenants(Iterable<? extends WeaviateProtoTenants.Tenant> values) repeated .weaviate.v1.Tenant tenants = 2;