Package io.kubernetes.client.proto
Interface V1alpha1Admissionregistration.ServiceReferenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1alpha1Admissionregistration.ServiceReference,V1alpha1Admissionregistration.ServiceReference.Builder
- Enclosing class:
- V1alpha1Admissionregistration
public static interface V1alpha1Admissionregistration.ServiceReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Name is the name of the service Requiredcom.google.protobuf.ByteStringName is the name of the service RequiredNamespace is the namespace of the service Requiredcom.google.protobuf.ByteStringNamespace is the namespace of the service RequiredbooleanhasName()Name is the name of the service RequiredbooleanNamespace is the namespace of the service RequiredMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasNamespace
boolean hasNamespace()Namespace is the namespace of the service Required
optional string namespace = 1; -
getNamespace
String getNamespace()Namespace is the namespace of the service Required
optional string namespace = 1; -
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()Namespace is the namespace of the service Required
optional string namespace = 1; -
hasName
boolean hasName()Name is the name of the service Required
optional string name = 2; -
getName
String getName()Name is the name of the service Required
optional string name = 2; -
getNameBytes
com.google.protobuf.ByteString getNameBytes()Name is the name of the service Required
optional string name = 2;
-