Interface UserGroupSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserGroupSpec,UserGroupSpec.Builder
@Generated(value="protoc", comments="annotations:UserGroupSpecOrBuilder.java.pb.meta") public interface UserGroupSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessgetAccess()The access assigned to the group.AccessOrBuildergetAccessOrBuilder()The access assigned to the group.java.lang.StringgetDisplayName()The display name of the group.com.google.protobuf.ByteStringgetDisplayNameBytes()The display name of the group.GoogleGroupSpecgetGoogleGroup()The specification of the google group that this group is associated with.GoogleGroupSpecOrBuildergetGoogleGroupOrBuilder()The specification of the google group that this group is associated with.booleanhasAccess()The access assigned to the group.booleanhasGoogleGroup()The specification of the google group that this group is associated with.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDisplayName
java.lang.String getDisplayName()
The display name of the group.
string display_name = 1;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the group.
string display_name = 1;- Returns:
- The bytes for displayName.
-
hasAccess
boolean hasAccess()
The access assigned to the group.
.temporal.api.cloud.identity.v1.Access access = 2;- Returns:
- Whether the access field is set.
-
getAccess
Access getAccess()
The access assigned to the group.
.temporal.api.cloud.identity.v1.Access access = 2;- Returns:
- The access.
-
getAccessOrBuilder
AccessOrBuilder getAccessOrBuilder()
The access assigned to the group.
.temporal.api.cloud.identity.v1.Access access = 2;
-
hasGoogleGroup
boolean hasGoogleGroup()
The specification of the google group that this group is associated with. For now only google groups are supported, and this field is required.
.temporal.api.cloud.identity.v1.GoogleGroupSpec google_group = 3;- Returns:
- Whether the googleGroup field is set.
-
getGoogleGroup
GoogleGroupSpec getGoogleGroup()
The specification of the google group that this group is associated with. For now only google groups are supported, and this field is required.
.temporal.api.cloud.identity.v1.GoogleGroupSpec google_group = 3;- Returns:
- The googleGroup.
-
getGoogleGroupOrBuilder
GoogleGroupSpecOrBuilder getGoogleGroupOrBuilder()
The specification of the google group that this group is associated with. For now only google groups are supported, and this field is required.
.temporal.api.cloud.identity.v1.GoogleGroupSpec google_group = 3;
-
-