| Package | Description |
|---|---|
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
HttpFilterConfig |
HttpFilterConfig.clone() |
HttpFilterConfig |
HttpFilterConfig.set(String fieldName,
Object value) |
HttpFilterConfig |
HttpFilterConfig.setConfig(String config)
The configuration needed to enable the networkservices.HttpFilter resource.
|
HttpFilterConfig |
HttpFilterConfig.setConfigTypeUrl(String configTypeUrl)
The fully qualified versioned proto3 type url of the protobuf that the filter expects for its
contextual settings, for example: type.googleapis.com/google.protobuf.Struct
|
HttpFilterConfig |
HttpFilterConfig.setFilterName(String filterName)
Name of the networkservices.HttpFilter resource this configuration belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
List<HttpFilterConfig> |
HttpRouteRule.getHttpFilterConfigs()
Outbound route specific configuration for networkservices.HttpFilter resources enabled by
Traffic Director.
|
List<HttpFilterConfig> |
HttpRouteRule.getHttpFilterMetadata()
Outbound route specific metadata supplied to networkservices.HttpFilter resources enabled by
Traffic Director.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRouteRule |
HttpRouteRule.setHttpFilterConfigs(List<HttpFilterConfig> httpFilterConfigs)
Outbound route specific configuration for networkservices.HttpFilter resources enabled by
Traffic Director.
|
HttpRouteRule |
HttpRouteRule.setHttpFilterMetadata(List<HttpFilterConfig> httpFilterMetadata)
Outbound route specific metadata supplied to networkservices.HttpFilter resources enabled by
Traffic Director.
|
Copyright © 2011–2025 Google. All rights reserved.