ResponseContentType

  • UNSPECIFIED and RESOURCE_NAME_ONLY response types return only the resource name.

  • MUTABLE_RESOURCE response type returns the resource name and potentially the resource with mutable fields.

Possible response content types.

Enums

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.