RoleAssignment |
RoleAssignment.Builder.build() |
|
RoleAssignment |
RoleAssignment.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
RoleAssignment |
RoleAssignment.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
RoleAssignment |
RoleAssignment.withDescription(String description) |
Returns an immutable copy of this with just the description
field changed.
|
RoleAssignment |
RoleAssignment.withDisplayName(String displayName) |
Returns an immutable copy of this with just the displayName
field changed.
|
RoleAssignment |
RoleAssignment.withResourceScopes(List<String> resourceScopes) |
Returns an immutable copy of this with just the resourceScopes
field changed.
|
RoleAssignment |
RoleAssignment.withScopeMembers(List<String> scopeMembers) |
Returns an immutable copy of this with just the scopeMembers
field changed.
|
RoleAssignment |
RoleAssignment.withScopeType(RoleAssignmentScopeType scopeType) |
Returns an immutable copy of this with just the scopeType field
changed.
|
RoleAssignment |
RoleAssignment.withUnmappedField(String name,
String value) |
|