public static interface V1.ServiceProxyOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Path is the part of URLs that include service endpoints, suffixes,
and parameters to use for the current proxy request to service.
|
com.google.protobuf.ByteString |
getPathBytes()
Path is the part of URLs that include service endpoints, suffixes,
and parameters to use for the current proxy request to service.
|
boolean |
hasPath()
Path is the part of URLs that include service endpoints, suffixes,
and parameters to use for the current proxy request to service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPath()
Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. +optional
optional string path = 1;String getPath()
Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. +optional
optional string path = 1;com.google.protobuf.ByteString getPathBytes()
Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. +optional
optional string path = 1;Copyright © 2023. All rights reserved.