Enum Type (1.2.0)

public enum Type extends Enum<Type> implements ProtocolMessageEnum

Type indicates the type of the log entry and can be used as a filter.

Protobuf enum google.cloud.deploy.v1.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
TYPE_PUBSUB_NOTIFICATION_FAILURE

A Pub/Sub notification failed to be sent.

TYPE_PUBSUB_NOTIFICATION_FAILURE = 1;

TYPE_PUBSUB_NOTIFICATION_FAILURE_VALUE

A Pub/Sub notification failed to be sent.

TYPE_PUBSUB_NOTIFICATION_FAILURE = 1;

TYPE_RENDER_STATUES_CHANGE

Release render status changed notification.

TYPE_RENDER_STATUES_CHANGE = 2;

TYPE_RENDER_STATUES_CHANGE_VALUE

Release render status changed notification.

TYPE_RENDER_STATUES_CHANGE = 2;

TYPE_UNSPECIFIED

Type is unspecified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Type is unspecified.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()