public static final class GroupProperties.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GroupProperties.Builder> implements GroupPropertiesOrBuilder
Properties of "group" objects.Protobuf type
aserto.directory.schema.v2.GroupProperties| Modifier and Type | Method and Description |
|---|---|
GroupProperties |
build() |
GroupProperties |
buildPartial() |
GroupProperties.Builder |
clear() |
GroupProperties.Builder |
clearConnectionId()
ID of the IDP connection the group is associated with.
|
String |
getConnectionId()
ID of the IDP connection the group is associated with.
|
com.google.protobuf.ByteString |
getConnectionIdBytes()
ID of the IDP connection the group is associated with.
|
GroupProperties |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
GroupProperties.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
GroupProperties.Builder |
setConnectionId(String value)
ID of the IDP connection the group is associated with.
|
GroupProperties.Builder |
setConnectionIdBytes(com.google.protobuf.ByteString value)
ID of the IDP connection the group is associated with.
|
GroupProperties.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, isInitialized, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GroupProperties.Builder>public GroupProperties.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<GroupProperties.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GroupProperties.Builder>public GroupProperties getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic GroupProperties build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic GroupProperties buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic String getConnectionId()
ID of the IDP connection the group is associated with.
string connection_id = 1 [json_name = "connectionId"];getConnectionId in interface GroupPropertiesOrBuilderpublic com.google.protobuf.ByteString getConnectionIdBytes()
ID of the IDP connection the group is associated with.
string connection_id = 1 [json_name = "connectionId"];getConnectionIdBytes in interface GroupPropertiesOrBuilderpublic GroupProperties.Builder setConnectionId(String value)
ID of the IDP connection the group is associated with.
string connection_id = 1 [json_name = "connectionId"];value - The connectionId to set.public GroupProperties.Builder clearConnectionId()
ID of the IDP connection the group is associated with.
string connection_id = 1 [json_name = "connectionId"];public GroupProperties.Builder setConnectionIdBytes(com.google.protobuf.ByteString value)
ID of the IDP connection the group is associated with.
string connection_id = 1 [json_name = "connectionId"];value - The bytes for connectionId to set.public final GroupProperties.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GroupProperties.Builder>public final GroupProperties.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GroupProperties.Builder>Copyright © 2023. All rights reserved.