Package com.buildless
Interface Account.UserAccountOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Account.UserAccount,Account.UserAccount.Builder
- Enclosing class:
Account
public static interface Account.UserAccountOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the user profile associated with this `Account` record.Specifies the user profile associated with this `Account` record.Specifies the tenant account which this `profile` is operating under, as applicable.Specifies the tenant account which this `profile` is operating under, as applicable.booleanSpecifies the user profile associated with this `Account` record.booleanSpecifies the tenant account which this `profile` is operating under, as applicable.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
-
hasTenant
boolean hasTenant()Specifies the tenant account which this `profile` is operating under, as applicable.
.buildless.Tenant tenant = 1 [json_name = "tenant"];- Returns:
- Whether the tenant field is set.
-
getTenant
Tenant getTenant()Specifies the tenant account which this `profile` is operating under, as applicable.
.buildless.Tenant tenant = 1 [json_name = "tenant"];- Returns:
- The tenant.
-
getTenantOrBuilder
TenantOrBuilder getTenantOrBuilder()Specifies the tenant account which this `profile` is operating under, as applicable.
.buildless.Tenant tenant = 1 [json_name = "tenant"]; -
hasProfile
boolean hasProfile()Specifies the user profile associated with this `Account` record.
.buildless.User profile = 2 [json_name = "profile"];- Returns:
- Whether the profile field is set.
-
getProfile
User getProfile()Specifies the user profile associated with this `Account` record.
.buildless.User profile = 2 [json_name = "profile"];- Returns:
- The profile.
-
getProfileOrBuilder
UserOrBuilder getProfileOrBuilder()Specifies the user profile associated with this `Account` record.
.buildless.User profile = 2 [json_name = "profile"];
-