Class ServiceAccountCreateResponse.ApiKey.Builder
-
- All Implemented Interfaces:
public final class ServiceAccountCreateResponse.ApiKey.BuilderA builder for ApiKey.
-
-
Method Summary
-
-
Method Detail
-
id
final ServiceAccountCreateResponse.ApiKey.Builder id(String id)
-
id
final ServiceAccountCreateResponse.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.
-
createdAt
final ServiceAccountCreateResponse.ApiKey.Builder createdAt(Long createdAt)
-
createdAt
final ServiceAccountCreateResponse.ApiKey.Builder createdAt(JsonField<Long> createdAt)
Sets Builder.createdAt to an arbitrary JSON value.
You should usually call Builder.createdAt with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
name
final ServiceAccountCreateResponse.ApiKey.Builder name(String name)
-
name
final ServiceAccountCreateResponse.ApiKey.Builder name(JsonField<String> name)
Sets Builder.name to an arbitrary JSON value.
You should usually call Builder.name with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
object_
final ServiceAccountCreateResponse.ApiKey.Builder object_(JsonValue object_)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("organization.project.service_account.api_key")This method is primarily for setting the field to an undocumented or not yet supported value.
-
value
final ServiceAccountCreateResponse.ApiKey.Builder value(String value)
-
value
final ServiceAccountCreateResponse.ApiKey.Builder value(JsonField<String> value)
Sets Builder.value to an arbitrary JSON value.
You should usually call Builder.value 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 ServiceAccountCreateResponse.ApiKey.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ServiceAccountCreateResponse.ApiKey.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ServiceAccountCreateResponse.ApiKey.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ServiceAccountCreateResponse.ApiKey.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ServiceAccountCreateResponse.ApiKey.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ServiceAccountCreateResponse.ApiKey build()
Returns an immutable instance of ApiKey.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id() .createdAt() .name() .value()
-
-
-
-