Interface ScopeOrBuilder (0.4.0)

public interface ScopeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getType()

public abstract Scope.Type getType()

Required. Scope Type.

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

Returns
TypeDescription
Scope.Type

The type.

getTypeValue()

public abstract int getTypeValue()

Required. Scope Type.

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

Returns
TypeDescription
int

The enum numeric value on the wire for type.