public static interface V1beta1Apiextensions.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 at which the webhook will be contacted.
|
com.google.protobuf.ByteString |
getPathBytes()
path is an optional URL path at which the webhook will be contacted.
|
int |
getPort()
port is an optional service port at which the webhook will be contacted.
|
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 at which the webhook will be contacted.
|
boolean |
hasPort()
port is an optional service port at which the webhook will be contacted.
|
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 at which the webhook will be contacted. +optional
optional string path = 3;String getPath()
path is an optional URL path at which the webhook will be contacted. +optional
optional string path = 3;com.google.protobuf.ByteString getPathBytes()
path is an optional URL path at which the webhook will be contacted. +optional
optional string path = 3;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;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;Copyright © 2023. All rights reserved.