Interface GetApplicationRequestOrBuilder (2.2.0)

public interface GetApplicationRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Name of the Application resource to get. Example: apps/myapp.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the Application resource to get. Example: apps/myapp.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.