Interface V1.PodIPOrBuilder

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

public static interface V1.PodIPOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    ip is an IP address (IPv4 or IPv6) assigned to the pod
    com.google.protobuf.ByteString
    ip is an IP address (IPv4 or IPv6) assigned to the pod
    boolean
    ip is an IP address (IPv4 or IPv6) assigned to the pod

    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

    • hasIp

      boolean hasIp()
       ip is an IP address (IPv4 or IPv6) assigned to the pod
       
      optional string ip = 1;
    • getIp

      String getIp()
       ip is an IP address (IPv4 or IPv6) assigned to the pod
       
      optional string ip = 1;
    • getIpBytes

      com.google.protobuf.ByteString getIpBytes()
       ip is an IP address (IPv4 or IPv6) assigned to the pod
       
      optional string ip = 1;