responseContentType property

String? responseContentType
getter/setter pair

The response content type setting.

Determines whether the mutable resource or just the resource name should be returned post mutation. Possible string values are:

  • "UNSPECIFIED" : Not specified. Will return the resource name only in the response.
  • "RESOURCE_NAME_ONLY" : The mutate response will be the resource name.
  • "MUTABLE_RESOURCE" : The mutate response will contain the resource name and the resource with mutable fields if possible. Otherwise, only the resource name will be returned.

Implementation

core.String? responseContentType;