Class ProjectApiKey.Owner.Builder
-
- All Implemented Interfaces:
public final class ProjectApiKey.Owner.BuilderA builder for Owner.
-
-
Method Summary
-
-
Method Detail
-
serviceAccount
final ProjectApiKey.Owner.Builder serviceAccount(ProjectApiKey.Owner.ServiceAccount serviceAccount)
The service account that owns a project API key.
-
serviceAccount
final ProjectApiKey.Owner.Builder serviceAccount(JsonField<ProjectApiKey.Owner.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 ProjectApiKey.Owner.Builder type(ProjectApiKey.Owner.Type type)
userorservice_account
-
type
final ProjectApiKey.Owner.Builder type(JsonField<ProjectApiKey.Owner.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 ProjectApiKey.Owner.Builder user(ProjectApiKey.Owner.User user)
The user that owns a project API key.
-
user
final ProjectApiKey.Owner.Builder user(JsonField<ProjectApiKey.Owner.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 ProjectApiKey.Owner.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ProjectApiKey.Owner.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ProjectApiKey.Owner.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ProjectApiKey.Owner.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ProjectApiKey.Owner.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ProjectApiKey.Owner build()
Returns an immutable instance of Owner.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-