Interface GetBrandRequestOrBuilder (0.1.0)

public interface GetBrandRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. Name of the brand to be fetched. In the following format: projects/{project_number/id}/brands/{brand}.

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

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. Name of the brand to be fetched. In the following format: projects/{project_number/id}/brands/{brand}.

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

Returns
Type Description
ByteString

The bytes for name.