Interface CriticalityOrBuilder (0.1.0)

public interface CriticalityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getType()

public abstract Criticality.Type getType()

Required. Criticality Type.

.google.cloud.apphub.v1.Criticality.Type type = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Criticality.Type

The type.

getTypeValue()

public abstract int getTypeValue()

Required. Criticality Type.

.google.cloud.apphub.v1.Criticality.Type type = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for type.