Enum ListHubSpokesRequest.SpokeView (1.41.0)

public enum ListHubSpokesRequest.SpokeView extends Enum<ListHubSpokesRequest.SpokeView> implements ProtocolMessageEnum

Enum that controls which spoke fields are included in the response.

Protobuf enum google.cloud.networkconnectivity.v1.ListHubSpokesRequest.SpokeView

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BASIC

Includes name, create_time, hub, unique_id, state, reasons, and spoke_type. This is the default value.

BASIC = 1;

BASIC_VALUE

Includes name, create_time, hub, unique_id, state, reasons, and spoke_type. This is the default value.

BASIC = 1;

DETAILED

Includes all spoke fields except labels. You can use the DETAILED view only when you set the spoke_locations field to [global].

DETAILED = 2;

DETAILED_VALUE

Includes all spoke fields except labels. You can use the DETAILED view only when you set the spoke_locations field to [global].

DETAILED = 2;

SPOKE_VIEW_UNSPECIFIED

The spoke view is unspecified. When the spoke view is unspecified, the API returns the same fields as the BASIC view.

SPOKE_VIEW_UNSPECIFIED = 0;

SPOKE_VIEW_UNSPECIFIED_VALUE

The spoke view is unspecified. When the spoke view is unspecified, the API returns the same fields as the BASIC view.

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