Class Application.ApplicationRuntimeInfo (0.14.1)

public static final class Application.ApplicationRuntimeInfo extends GeneratedMessageV3 implements Application.ApplicationRuntimeInfoOrBuilder

Message storing the runtime information of the application.

Protobuf type google.events.cloud.visionai.v1.Application.ApplicationRuntimeInfo

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Application.ApplicationRuntimeInfo
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

DEPLOY_TIME_FIELD_NUMBER

public static final int DEPLOY_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

GLOBAL_OUTPUT_RESOURCES_FIELD_NUMBER

public static final int GLOBAL_OUTPUT_RESOURCES_FIELD_NUMBER
Field Value
TypeDescription
int

MONITORING_CONFIG_FIELD_NUMBER

public static final int MONITORING_CONFIG_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Application.ApplicationRuntimeInfo getDefaultInstance()

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Application.ApplicationRuntimeInfo.Builder newBuilder()

newBuilder(Application.ApplicationRuntimeInfo prototype)

public static Application.ApplicationRuntimeInfo.Builder newBuilder(Application.ApplicationRuntimeInfo prototype)
Parameter
NameDescription
prototypeApplication.ApplicationRuntimeInfo

parseDelimitedFrom(InputStream input)

public static Application.ApplicationRuntimeInfo parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Application.ApplicationRuntimeInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Application.ApplicationRuntimeInfo parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Application.ApplicationRuntimeInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Application.ApplicationRuntimeInfo parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Application.ApplicationRuntimeInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Application.ApplicationRuntimeInfo parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Application.ApplicationRuntimeInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Application.ApplicationRuntimeInfo parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Application.ApplicationRuntimeInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Application.ApplicationRuntimeInfo parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Application.ApplicationRuntimeInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Application.ApplicationRuntimeInfo> parser()
Returns
TypeDescription
Parser<ApplicationRuntimeInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public Application.ApplicationRuntimeInfo getDefaultInstanceForType()

getDeployTime()

public Timestamp getDeployTime()

Timestamp when the engine be deployed

.google.protobuf.Timestamp deploy_time = 1;

Returns
TypeDescription
Timestamp

The deployTime.

getDeployTimeOrBuilder()

public TimestampOrBuilder getDeployTimeOrBuilder()

Timestamp when the engine be deployed

.google.protobuf.Timestamp deploy_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getGlobalOutputResources(int index)

public 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

getGlobalOutputResourcesCount()

public 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 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 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

getGlobalOutputResourcesOrBuilderList()

public 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 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 Application.ApplicationRuntimeInfo.MonitoringConfigOrBuilder getMonitoringConfigOrBuilder()

Monitoring-related configuration for this application.

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

getParserForType()

public Parser<Application.ApplicationRuntimeInfo> getParserForType()
Returns
TypeDescription
Parser<ApplicationRuntimeInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasDeployTime()

public 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 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.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Application.ApplicationRuntimeInfo.Builder newBuilderForType()

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Application.ApplicationRuntimeInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Application.ApplicationRuntimeInfo.Builder toBuilder()

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException