public final class AccountProperties extends com.google.protobuf.GeneratedMessageV3 implements AccountPropertiesOrBuilder
aserto.directory.schema.v2.AccountProperties| Modifier and Type | Class and Description |
|---|---|
static class |
AccountProperties.Builder
Protobuf type
aserto.directory.schema.v2.AccountProperties |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_TENANT_ID_FIELD_NUMBER |
static int |
GETTING_STARTED_FIELD_NUMBER |
static int |
MAX_ORGS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static AccountProperties |
getDefaultInstance() |
AccountProperties |
getDefaultInstanceForType() |
String |
getDefaultTenantId()
The default organization for the account
|
com.google.protobuf.ByteString |
getDefaultTenantIdBytes()
The default organization for the account
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
GuideState |
getGettingStarted()
Tracks the account owner's progress through the getting-started guide.
|
GuideStateOrBuilder |
getGettingStartedOrBuilder()
Tracks the account owner's progress through the getting-started guide.
|
int |
getMaxOrgs()
Maximum number of organizations that can be created in this account.
|
com.google.protobuf.Parser<AccountProperties> |
getParserForType() |
boolean |
hasGettingStarted()
Tracks the account owner's progress through the getting-started guide.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
static AccountProperties.Builder |
newBuilder() |
static AccountProperties.Builder |
newBuilder(AccountProperties prototype) |
AccountProperties.Builder |
newBuilderForType() |
protected AccountProperties.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static AccountProperties |
parseDelimitedFrom(InputStream input) |
static AccountProperties |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountProperties |
parseFrom(byte[] data) |
static AccountProperties |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountProperties |
parseFrom(ByteBuffer data) |
static AccountProperties |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountProperties |
parseFrom(com.google.protobuf.ByteString data) |
static AccountProperties |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountProperties |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AccountProperties |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountProperties |
parseFrom(InputStream input) |
static AccountProperties |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AccountProperties> |
parser() |
AccountProperties.Builder |
toBuilder() |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getSerializedSize, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isInitialized, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag, writeToequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int MAX_ORGS_FIELD_NUMBER
public static final int GETTING_STARTED_FIELD_NUMBER
public static final int DEFAULT_TENANT_ID_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getMaxOrgs()
Maximum number of organizations that can be created in this account. If -1, there is no limit.
int32 max_orgs = 1 [json_name = "maxOrgs"];getMaxOrgs in interface AccountPropertiesOrBuilderpublic boolean hasGettingStarted()
Tracks the account owner's progress through the getting-started guide.
optional .aserto.directory.schema.v2.GuideState getting_started = 3 [json_name = "gettingStarted"];hasGettingStarted in interface AccountPropertiesOrBuilderpublic GuideState getGettingStarted()
Tracks the account owner's progress through the getting-started guide.
optional .aserto.directory.schema.v2.GuideState getting_started = 3 [json_name = "gettingStarted"];getGettingStarted in interface AccountPropertiesOrBuilderpublic GuideStateOrBuilder getGettingStartedOrBuilder()
Tracks the account owner's progress through the getting-started guide.
optional .aserto.directory.schema.v2.GuideState getting_started = 3 [json_name = "gettingStarted"];getGettingStartedOrBuilder in interface AccountPropertiesOrBuilderpublic String getDefaultTenantId()
The default organization for the account
string default_tenant_id = 4 [json_name = "defaultTenantId"];getDefaultTenantId in interface AccountPropertiesOrBuilderpublic com.google.protobuf.ByteString getDefaultTenantIdBytes()
The default organization for the account
string default_tenant_id = 4 [json_name = "defaultTenantId"];getDefaultTenantIdBytes in interface AccountPropertiesOrBuilderpublic static AccountProperties parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountProperties parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountProperties parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountProperties parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountProperties parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountProperties parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountProperties parseFrom(InputStream input) throws IOException
IOExceptionpublic static AccountProperties parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AccountProperties parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AccountProperties parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AccountProperties parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AccountProperties parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AccountProperties.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AccountProperties.Builder newBuilder()
public static AccountProperties.Builder newBuilder(AccountProperties prototype)
public AccountProperties.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AccountProperties.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AccountProperties getDefaultInstance()
public static com.google.protobuf.Parser<AccountProperties> parser()
public com.google.protobuf.Parser<AccountProperties> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AccountProperties getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024. All rights reserved.