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
Inherited Members
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 |
Type |
Description |
int |
|
GLOBAL_OUTPUT_RESOURCES_FIELD_NUMBER
public static final int GLOBAL_OUTPUT_RESOURCES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MONITORING_CONFIG_FIELD_NUMBER
public static final int MONITORING_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Application.ApplicationRuntimeInfo getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Application.ApplicationRuntimeInfo.Builder newBuilder()
newBuilder(Application.ApplicationRuntimeInfo prototype)
public static Application.ApplicationRuntimeInfo.Builder newBuilder(Application.ApplicationRuntimeInfo prototype)
public static Application.ApplicationRuntimeInfo parseDelimitedFrom(InputStream input)
public static Application.ApplicationRuntimeInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Application.ApplicationRuntimeInfo parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Application.ApplicationRuntimeInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Application.ApplicationRuntimeInfo parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Application.ApplicationRuntimeInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Application.ApplicationRuntimeInfo parseFrom(CodedInputStream input)
public static Application.ApplicationRuntimeInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Application.ApplicationRuntimeInfo parseFrom(InputStream input)
public static Application.ApplicationRuntimeInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Application.ApplicationRuntimeInfo parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Application.ApplicationRuntimeInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Application.ApplicationRuntimeInfo> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Application.ApplicationRuntimeInfo getDefaultInstanceForType()
getDeployTime()
public Timestamp getDeployTime()
Timestamp when the engine be deployed
.google.protobuf.Timestamp deploy_time = 1;
Returns |
Type |
Description |
Timestamp |
The deployTime.
|
getDeployTimeOrBuilder()
public TimestampOrBuilder getDeployTimeOrBuilder()
Timestamp when the engine be deployed
.google.protobuf.Timestamp deploy_time = 1;
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 |
Name |
Description |
index |
int
|
getGlobalOutputResourcesCount()
public int getGlobalOutputResourcesCount()
Globally created resources like warehouse dataschemas.
repeated .google.events.cloud.visionai.v1.Application.ApplicationRuntimeInfo.GlobalOutputResource global_output_resources = 3;
Returns |
Type |
Description |
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;
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 |
Name |
Description |
index |
int
|
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 |
Type |
Description |
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;
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()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
hasDeployTime()
public boolean hasDeployTime()
Timestamp when the engine be deployed
.google.protobuf.Timestamp deploy_time = 1;
Returns |
Type |
Description |
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 |
Type |
Description |
boolean |
Whether the monitoringConfig field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Application.ApplicationRuntimeInfo.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Application.ApplicationRuntimeInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Application.ApplicationRuntimeInfo.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides