Interface Application.ApplicationRuntimeInfoOrBuilder (0.14.1)

public static interface Application.ApplicationRuntimeInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeployTime()

public abstract Timestamp getDeployTime()

Timestamp when the engine be deployed

.google.protobuf.Timestamp deploy_time = 1;

Returns
TypeDescription
Timestamp

The deployTime.

getDeployTimeOrBuilder()

public abstract TimestampOrBuilder getDeployTimeOrBuilder()

Timestamp when the engine be deployed

.google.protobuf.Timestamp deploy_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getGlobalOutputResources(int index)

public abstract Application.ApplicationRuntimeInfo.GlobalOutputResource getGlobalOutputResources(int index)

Globally created resources like warehouse dataschemas.

repeated .google.events.cloud.visionai.v1.Application.ApplicationRuntimeInfo.GlobalOutputResource global_output_resources = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
Application.ApplicationRuntimeInfo.GlobalOutputResource

getGlobalOutputResourcesCount()

public abstract int getGlobalOutputResourcesCount()

Globally created resources like warehouse dataschemas.

repeated .google.events.cloud.visionai.v1.Application.ApplicationRuntimeInfo.GlobalOutputResource global_output_resources = 3;

Returns
TypeDescription
int

getGlobalOutputResourcesList()

public abstract List<Application.ApplicationRuntimeInfo.GlobalOutputResource> getGlobalOutputResourcesList()

Globally created resources like warehouse dataschemas.

repeated .google.events.cloud.visionai.v1.Application.ApplicationRuntimeInfo.GlobalOutputResource global_output_resources = 3;

Returns
TypeDescription
List<GlobalOutputResource>

getGlobalOutputResourcesOrBuilder(int index)

public abstract Application.ApplicationRuntimeInfo.GlobalOutputResourceOrBuilder getGlobalOutputResourcesOrBuilder(int index)

Globally created resources like warehouse dataschemas.

repeated .google.events.cloud.visionai.v1.Application.ApplicationRuntimeInfo.GlobalOutputResource global_output_resources = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
Application.ApplicationRuntimeInfo.GlobalOutputResourceOrBuilder

getGlobalOutputResourcesOrBuilderList()

public abstract List<? extends Application.ApplicationRuntimeInfo.GlobalOutputResourceOrBuilder> getGlobalOutputResourcesOrBuilderList()

Globally created resources like warehouse dataschemas.

repeated .google.events.cloud.visionai.v1.Application.ApplicationRuntimeInfo.GlobalOutputResource global_output_resources = 3;

Returns
TypeDescription
List<? extends com.google.events.cloud.visionai.v1.Application.ApplicationRuntimeInfo.GlobalOutputResourceOrBuilder>

getMonitoringConfig()

public abstract Application.ApplicationRuntimeInfo.MonitoringConfig getMonitoringConfig()

Monitoring-related configuration for this application.

.google.events.cloud.visionai.v1.Application.ApplicationRuntimeInfo.MonitoringConfig monitoring_config = 4;

Returns
TypeDescription
Application.ApplicationRuntimeInfo.MonitoringConfig

The monitoringConfig.

getMonitoringConfigOrBuilder()

public abstract Application.ApplicationRuntimeInfo.MonitoringConfigOrBuilder getMonitoringConfigOrBuilder()

Monitoring-related configuration for this application.

.google.events.cloud.visionai.v1.Application.ApplicationRuntimeInfo.MonitoringConfig monitoring_config = 4;

Returns
TypeDescription
Application.ApplicationRuntimeInfo.MonitoringConfigOrBuilder

hasDeployTime()

public abstract boolean hasDeployTime()

Timestamp when the engine be deployed

.google.protobuf.Timestamp deploy_time = 1;

Returns
TypeDescription
boolean

Whether the deployTime field is set.

hasMonitoringConfig()

public abstract boolean hasMonitoringConfig()

Monitoring-related configuration for this application.

.google.events.cloud.visionai.v1.Application.ApplicationRuntimeInfo.MonitoringConfig monitoring_config = 4;

Returns
TypeDescription
boolean

Whether the monitoringConfig field is set.