Class AuditLogListResponse.Actor.ApiKey.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.Actor.ApiKey.BuilderA builder for ApiKey.
-
-
Method Summary
-
-
Method Detail
-
id
final AuditLogListResponse.Actor.ApiKey.Builder id(String id)
The tracking id of the API key.
-
id
final AuditLogListResponse.Actor.ApiKey.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
serviceAccount
final AuditLogListResponse.Actor.ApiKey.Builder serviceAccount(AuditLogListResponse.Actor.ApiKey.ServiceAccount serviceAccount)
The service account that performed the audit logged action.
-
serviceAccount
final AuditLogListResponse.Actor.ApiKey.Builder serviceAccount(JsonField<AuditLogListResponse.Actor.ApiKey.ServiceAccount> serviceAccount)
Sets Builder.serviceAccount to an arbitrary JSON value.
You should usually call Builder.serviceAccount with a well-typed ServiceAccount value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final AuditLogListResponse.Actor.ApiKey.Builder type(AuditLogListResponse.Actor.ApiKey.Type type)
The type of API key. Can be either
userorservice_account.
-
type
final AuditLogListResponse.Actor.ApiKey.Builder type(JsonField<AuditLogListResponse.Actor.ApiKey.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
user
final AuditLogListResponse.Actor.ApiKey.Builder user(AuditLogListResponse.Actor.ApiKey.User user)
The user who performed the audit logged action.
-
user
final AuditLogListResponse.Actor.ApiKey.Builder user(JsonField<AuditLogListResponse.Actor.ApiKey.User> user)
Sets Builder.user to an arbitrary JSON value.
You should usually call Builder.user with a well-typed User value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final AuditLogListResponse.Actor.ApiKey.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.Actor.ApiKey.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.Actor.ApiKey.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.Actor.ApiKey.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.Actor.ApiKey.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.Actor.ApiKey build()
Returns an immutable instance of ApiKey.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-