public static interface V1beta1Admissionregistration.ServiceReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
`name` is the name of the service.
|
com.google.protobuf.ByteString |
getNameBytes()
`name` is the name of the service.
|
String |
getNamespace()
`namespace` is the namespace of the service.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
`namespace` is the namespace of the service.
|
String |
getPath()
`path` is an optional URL path which will be sent in any request to
this service.
|
com.google.protobuf.ByteString |
getPathBytes()
`path` is an optional URL path which will be sent in any request to
this service.
|
boolean |
hasName()
`name` is the name of the service.
|
boolean |
hasNamespace()
`namespace` is the namespace of the service.
|
boolean |
hasPath()
`path` is an optional URL path which will be sent in any request to
this service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNamespace()
`namespace` is the namespace of the service. Required
optional string namespace = 1;String getNamespace()
`namespace` is the namespace of the service. Required
optional string namespace = 1;com.google.protobuf.ByteString getNamespaceBytes()
`namespace` is the namespace of the service. Required
optional string namespace = 1;boolean hasName()
`name` is the name of the service. Required
optional string name = 2;String getName()
`name` is the name of the service. Required
optional string name = 2;com.google.protobuf.ByteString getNameBytes()
`name` is the name of the service. Required
optional string name = 2;boolean hasPath()
`path` is an optional URL path which will be sent in any request to this service. +optional
optional string path = 3;String getPath()
`path` is an optional URL path which will be sent in any request to this service. +optional
optional string path = 3;com.google.protobuf.ByteString getPathBytes()
`path` is an optional URL path which will be sent in any request to this service. +optional
optional string path = 3;Copyright © 2021. All rights reserved.