Package com.buildless
Interface Tenant.TenantKeyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Tenant.TenantKey,Tenant.TenantKey.Builder
- Enclosing class:
Tenant
public static interface Tenant.TenantKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongSpecifies a unique number for the tenant, which is generated at the time the tenant is first stored with Buildless.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
-
getTenantId
long getTenantId()Specifies a unique number for the tenant, which is generated at the time the tenant is first stored with Buildless. The tenant ID is considered an opaque value and should not be inspected. Globally unique.
uint64 tenant_id = 1 [json_name = "tenantId", (.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY, (.elide.model.field) = { ... }- Returns:
- The tenantId.
-