Class CensusCustomDestinationResponse.Builder
-
- All Implemented Interfaces:
public final class CensusCustomDestinationResponse.BuilderA builder for CensusCustomDestinationResponse.
-
-
Method Summary
-
-
Method Detail
-
id
final CensusCustomDestinationResponse.Builder id(String id)
The request ID.
-
id
final CensusCustomDestinationResponse.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.
-
result
final CensusCustomDestinationResponse.Builder result(CensusCustomDestinationResponse.Result result)
The result of the RPC call.
-
result
final CensusCustomDestinationResponse.Builder result(JsonField<CensusCustomDestinationResponse.Result> result)
Sets Builder.result to an arbitrary JSON value.
You should usually call Builder.result with a well-typed Result value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final CensusCustomDestinationResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final CensusCustomDestinationResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final CensusCustomDestinationResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final CensusCustomDestinationResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final CensusCustomDestinationResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final CensusCustomDestinationResponse build()
Returns an immutable instance of CensusCustomDestinationResponse.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-