public static interface V1Networking.ServiceBackendPortOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name is the name of the port on the Service.
|
com.google.protobuf.ByteString |
getNameBytes()
Name is the name of the port on the Service.
|
int |
getNumber()
Number is the numerical port number (e.g.
|
boolean |
hasName()
Name is the name of the port on the Service.
|
boolean |
hasNumber()
Number is the numerical port number (e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
Name is the name of the port on the Service. This is a mutually exclusive setting with "Number". +optional
optional string name = 1;String getName()
Name is the name of the port on the Service. This is a mutually exclusive setting with "Number". +optional
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
Name is the name of the port on the Service. This is a mutually exclusive setting with "Number". +optional
optional string name = 1;boolean hasNumber()
Number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name". +optional
optional int32 number = 2;int getNumber()
Number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name". +optional
optional int32 number = 2;Copyright © 2023. All rights reserved.