serviceTier

Setter for serviceTier.

serviceTier: The service tier to use for the request. For example, ServiceTier.FLEX.


@CanIgnoreReturnValue()
public GenerateContentConfig.Builder serviceTier(ServiceTier.Known knownType)

Setter for serviceTier given a known enum.

serviceTier: The service tier to use for the request. For example, ServiceTier.FLEX.


@CanIgnoreReturnValue()
public GenerateContentConfig.Builder serviceTier(String serviceTier)

Setter for serviceTier given a string.

serviceTier: The service tier to use for the request. For example, ServiceTier.FLEX.