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 Type
    Method
    Description
    Name is the name of the service Required
    com.google.protobuf.ByteString
    Name is the name of the service Required
    Namespace is the namespace of the service Required
    com.google.protobuf.ByteString
    Namespace is the namespace of the service Required
    boolean
    Name is the name of the service Required
    boolean
    Namespace is the namespace of the service Required

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;