Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always send
internal_ip_only
, if it is set by the user.
This is required because the autogenerated Dataproc API client has `omitempty` on the field. So if the user specifies `internal_ip_only: false`, then it would not get sent to Dataproc. Thus Dataproc uses server-side defaulting. We don't want that. If the user specifies the value, we want to ensure that value is used.
- Loading branch information