com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
RolePrivileges() |
Modifier and Type | Method and Description |
---|---|
Role.RolePrivileges |
clone() |
String |
getPrivilegeName()
The name of the privilege.
|
String |
getServiceId()
The obfuscated ID of the service this privilege is for.
|
Role.RolePrivileges |
set(String fieldName,
Object value) |
Role.RolePrivileges |
setPrivilegeName(String privilegeName)
The name of the privilege.
|
Role.RolePrivileges |
setServiceId(String serviceId)
The obfuscated ID of the service this privilege is for.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getPrivilegeName()
null
for nonepublic Role.RolePrivileges setPrivilegeName(String privilegeName)
privilegeName
- privilegeName or null
for nonepublic String getServiceId()
null
for nonepublic Role.RolePrivileges setServiceId(String serviceId)
serviceId
- serviceId or null
for nonepublic Role.RolePrivileges set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Role.RolePrivileges clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2023 Google. All rights reserved.