Package io.littlehorse.common.proto
Interface TenantOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Tenant,Tenant.Builder
public interface TenantOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreatedAt()Future versions will include quotas on a per-Tenant basis.com.google.protobuf.TimestampOrBuildergetCreatedAtOrBuilder()Future versions will include quotas on a per-Tenant basis.java.lang.StringgetId()string id = 1;com.google.protobuf.ByteStringgetIdBytes()string id = 1;booleanhasCreatedAt()Future versions will include quotas on a per-Tenant basis.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
java.lang.String getId()
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 1;- Returns:
- The bytes for id.
-
hasCreatedAt
boolean hasCreatedAt()
Future versions will include quotas on a per-Tenant basis.
.google.protobuf.Timestamp created_at = 2;- Returns:
- Whether the createdAt field is set.
-
getCreatedAt
com.google.protobuf.Timestamp getCreatedAt()
Future versions will include quotas on a per-Tenant basis.
.google.protobuf.Timestamp created_at = 2;- Returns:
- The createdAt.
-
getCreatedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
Future versions will include quotas on a per-Tenant basis.
.google.protobuf.Timestamp created_at = 2;
-
-