Interface AppPlatformMetadataOrBuilder (0.2.0)

public interface AppPlatformMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApplication()

public abstract String getApplication()

The application resource name.

string application = 1;

Returns
Type Description
String

The application.

getApplicationBytes()

public abstract ByteString getApplicationBytes()

The application resource name.

string application = 1;

Returns
Type Description
ByteString

The bytes for application.

getInstanceId()

public abstract String getInstanceId()

The instance resource id. Instance is the nested resource of application under collection 'instances'.

string instance_id = 2;

Returns
Type Description
String

The instanceId.

getInstanceIdBytes()

public abstract ByteString getInstanceIdBytes()

The instance resource id. Instance is the nested resource of application under collection 'instances'.

string instance_id = 2;

Returns
Type Description
ByteString

The bytes for instanceId.

getNode()

public abstract String getNode()

The node name of the application graph.

string node = 3;

Returns
Type Description
String

The node.

getNodeBytes()

public abstract ByteString getNodeBytes()

The node name of the application graph.

string node = 3;

Returns
Type Description
ByteString

The bytes for node.

getProcessor()

public abstract String getProcessor()

The referred processor resource name of the application node.

string processor = 4;

Returns
Type Description
String

The processor.

getProcessorBytes()

public abstract ByteString getProcessorBytes()

The referred processor resource name of the application node.

string processor = 4;

Returns
Type Description
ByteString

The bytes for processor.