Interface AccessConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AccessConfig, AccessConfig.Builder

    public interface AccessConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getExternalIp()
      Output only.
      com.google.protobuf.ByteString getExternalIpBytes()
      Output only.
      • 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 Detail

      • getExternalIp

        String getExternalIp()
         Output only. An external IP address associated with the TPU worker.
         
        string external_ip = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The externalIp.
      • getExternalIpBytes

        com.google.protobuf.ByteString getExternalIpBytes()
         Output only. An external IP address associated with the TPU worker.
         
        string external_ip = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for externalIp.