Package-level declarations

Types

Link copied to clipboard
enum AuditLogConfigLogType : Enum<AuditLogConfigLogType> , ConvertibleToJava<AuditLogConfigLogType>

The log type that this config enables.

enum EndpointMatcherMetadataLabelMatcherMetadataLabelMatchCriteria : Enum<EndpointMatcherMetadataLabelMatcherMetadataLabelMatchCriteria> , ConvertibleToJava<EndpointMatcherMetadataLabelMatcherMetadataLabelMatchCriteria>

Specifies how matching should be done. Supported values are: MATCH_ANY: At least one of the Labels specified in the matcher should match the metadata presented by xDS client. MATCH_ALL: The metadata presented by the xDS client should contain all of the labels specified here. The selection is determined based on the best match. For example, suppose there are three EndpointPolicy resources P1, P2 and P3 and if P1 has a the matcher as MATCH_ANY , P2 has MATCH_ALL , and P3 has MATCH_ALL . If a client with label connects, the config from P1 will be selected. If a client with label connects, the config from P2 will be selected. If a client with label connects, the config from P3 will be selected. If there is more than one best match, (for example, if a config P4 with selector exists and if a client with label connects), an error will be thrown.

Link copied to clipboard
enum EndpointPolicyType : Enum<EndpointPolicyType> , ConvertibleToJava<EndpointPolicyType>

Required. The type of endpoint policy. This is primarily used to validate the configuration.

Link copied to clipboard
enum GatewayType : Enum<GatewayType> , ConvertibleToJava<GatewayType>

Immutable. The type of the customer managed gateway. This field is required. If unspecified, an error is returned.

Link copied to clipboard
enum GrpcRouteHeaderMatchType : Enum<GrpcRouteHeaderMatchType> , ConvertibleToJava<GrpcRouteHeaderMatchType>

Optional. Specifies how to match against the value of the header. If not specified, a default value of EXACT is used.

Link copied to clipboard
enum GrpcRouteMethodMatchType : Enum<GrpcRouteMethodMatchType> , ConvertibleToJava<GrpcRouteMethodMatchType>

Optional. Specifies how to match against the name. If not specified, a default value of "EXACT" is used.

Link copied to clipboard
enum HttpRouteRedirectResponseCode : Enum<HttpRouteRedirectResponseCode> , ConvertibleToJava<HttpRouteRedirectResponseCode>

The HTTP Status code to use for the redirect.