Enum TetherEndpoint (2.3.7)

public enum TetherEndpoint extends Enum<TetherEndpoint> implements ProtocolMessageEnum

Endpoint indicates where the messages will be delivered.

Protobuf enum google.cloud.apigeeconnect.v1.TetherEndpoint

Implements

ProtocolMessageEnum

Static Fields

NameDescription
APIGEE_MART

Apigee MART endpoint.

APIGEE_MART = 1;

APIGEE_MART_VALUE

Apigee MART endpoint.

APIGEE_MART = 1;

APIGEE_MINT_RATING

Apigee Mint Rating endpoint.

APIGEE_MINT_RATING = 3;

APIGEE_MINT_RATING_VALUE

Apigee Mint Rating endpoint.

APIGEE_MINT_RATING = 3;

APIGEE_RUNTIME

Apigee Runtime endpoint.

APIGEE_RUNTIME = 2;

APIGEE_RUNTIME_VALUE

Apigee Runtime endpoint.

APIGEE_RUNTIME = 2;

TETHER_ENDPOINT_UNSPECIFIED

Unspecified tether endpoint.

TETHER_ENDPOINT_UNSPECIFIED = 0;

TETHER_ENDPOINT_UNSPECIFIED_VALUE

Unspecified tether endpoint.

TETHER_ENDPOINT_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()