public static interface V1alpha1Admissionregistration.ServiceReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name is the name of the service
Required
|
com.google.protobuf.ByteString |
getNameBytes()
Name is the name of the service
Required
|
String |
getNamespace()
Namespace is the namespace of the service
Required
|
com.google.protobuf.ByteString |
getNamespaceBytes()
Namespace is the namespace of the service
Required
|
boolean |
hasName()
Name is the name of the service
Required
|
boolean |
hasNamespace()
Namespace is the namespace of the service
Required
|
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;Copyright © 2020. All rights reserved.