Interface GetIapSettingsRequestOrBuilder (0.1.0)

public interface GetIapSettingsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. The resource name for which to retrieve the settings. Authorization: Requires the getSettings permission for the associated resource.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The resource name for which to retrieve the settings. Authorization: Requires the getSettings permission for the associated resource.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for name.