Interface V1beta1Apiextensions.ServiceReferenceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1beta1Apiextensions.ServiceReference, V1beta1Apiextensions.ServiceReference.Builder
Enclosing class:
V1beta1Apiextensions

public static interface V1beta1Apiextensions.ServiceReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    name is the name of the service.
    com.google.protobuf.ByteString
    name is the name of the service.
    namespace is the namespace of the service.
    com.google.protobuf.ByteString
    namespace is the namespace of the service.
    path is an optional URL path at which the webhook will be contacted.
    com.google.protobuf.ByteString
    path is an optional URL path at which the webhook will be contacted.
    int
    port is an optional service port at which the webhook will be contacted.
    boolean
    name is the name of the service.
    boolean
    namespace is the namespace of the service.
    boolean
    path is an optional URL path at which the webhook will be contacted.
    boolean
    port is an optional service port at which the webhook will be contacted.

    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;
    • hasPath

      boolean hasPath()
       path is an optional URL path at which the webhook will be contacted.
       +optional
       
      optional string path = 3;
    • getPath

      String getPath()
       path is an optional URL path at which the webhook will be contacted.
       +optional
       
      optional string path = 3;
    • getPathBytes

      com.google.protobuf.ByteString getPathBytes()
       path is an optional URL path at which the webhook will be contacted.
       +optional
       
      optional string path = 3;
    • hasPort

      boolean hasPort()
       port is an optional service port at which the webhook will be contacted.
       `port` should be a valid port number (1-65535, inclusive).
       Defaults to 443 for backward compatibility.
       +optional
       
      optional int32 port = 4;
    • getPort

      int getPort()
       port is an optional service port at which the webhook will be contacted.
       `port` should be a valid port number (1-65535, inclusive).
       Defaults to 443 for backward compatibility.
       +optional
       
      optional int32 port = 4;