Interface EnvironmentOrBuilder (0.7.0)

public interface EnvironmentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getType()

public abstract Environment.Type getType()

Required. Environment Type.

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

Returns
Type Description
Environment.Type

The type.

getTypeValue()

public abstract int getTypeValue()

Required. Environment Type.

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

Returns
Type Description
int

The enum numeric value on the wire for type.