Class AuditLogListResponse.ServiceAccountUpdated.ChangesRequested.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.ServiceAccountUpdated.ChangesRequested.BuilderA builder for ChangesRequested.
-
-
Method Summary
-
-
Method Detail
-
role
final AuditLogListResponse.ServiceAccountUpdated.ChangesRequested.Builder role(String role)
The role of the service account. Is either
ownerormember.
-
role
final AuditLogListResponse.ServiceAccountUpdated.ChangesRequested.Builder role(JsonField<String> role)
Sets Builder.role to an arbitrary JSON value.
You should usually call Builder.role with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final AuditLogListResponse.ServiceAccountUpdated.ChangesRequested.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.ServiceAccountUpdated.ChangesRequested.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.ServiceAccountUpdated.ChangesRequested.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.ServiceAccountUpdated.ChangesRequested.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.ServiceAccountUpdated.ChangesRequested.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.ServiceAccountUpdated.ChangesRequested build()
Returns an immutable instance of ChangesRequested.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-