Enum GetApiConfigRequest.ConfigView (2.10.0)

publicenumGetApiConfigRequest.ConfigViewextendsEnum<GetApiConfigRequest.ConfigView>implementsProtocolMessageEnum

Enum to control which fields should be included in the response.

Protobuf enum google.cloud.apigateway.v1.GetApiConfigRequest.ConfigView

Implements

ProtocolMessageEnum

Static Fields

Name Description
BASIC

Do not include configuration source files.

BASIC = 1;

BASIC_VALUE

Do not include configuration source files.

BASIC = 1;

CONFIG_VIEW_UNSPECIFIED

CONFIG_VIEW_UNSPECIFIED = 0;

CONFIG_VIEW_UNSPECIFIED_VALUE

CONFIG_VIEW_UNSPECIFIED = 0;

FULL

Include configuration source files.

FULL = 2;

FULL_VALUE

Include configuration source files.

FULL = 2;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.