Enum FloorSetting.IntegratedService (0.11.0)

public enum FloorSetting.IntegratedService extends Enum<FloorSetting.IntegratedService> implements ProtocolMessageEnum

Integrated service for which the floor setting is applicable.

Protobuf enum google.cloud.modelarmor.v1.FloorSetting.IntegratedService

Implements

ProtocolMessageEnum

Static Fields

Name Description
AI_PLATFORM

AI Platform.

AI_PLATFORM = 1;

AI_PLATFORM_VALUE

AI Platform.

AI_PLATFORM = 1;

INTEGRATED_SERVICE_UNSPECIFIED

Unspecified integrated service.

INTEGRATED_SERVICE_UNSPECIFIED = 0;

INTEGRATED_SERVICE_UNSPECIFIED_VALUE

Unspecified integrated service.

INTEGRATED_SERVICE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()