Interface TpuConfigOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getEnabled()
      Whether Cloud TPU integration is enabled or not.
      String getIpv4CidrBlock()
      IPv4 CIDR block reserved for Cloud TPU in the VPC.
      com.google.protobuf.ByteString getIpv4CidrBlockBytes()
      IPv4 CIDR block reserved for Cloud TPU in the VPC.
      boolean getUseServiceNetworking()
      Whether to use service networking for Cloud TPU or not.
      • 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

      • getEnabled

        boolean getEnabled()
         Whether Cloud TPU integration is enabled or not.
         
        bool enabled = 1;
        Returns:
        The enabled.
      • getUseServiceNetworking

        boolean getUseServiceNetworking()
         Whether to use service networking for Cloud TPU or not.
         
        bool use_service_networking = 2;
        Returns:
        The useServiceNetworking.
      • getIpv4CidrBlock

        String getIpv4CidrBlock()
         IPv4 CIDR block reserved for Cloud TPU in the VPC.
         
        string ipv4_cidr_block = 3;
        Returns:
        The ipv4CidrBlock.
      • getIpv4CidrBlockBytes

        com.google.protobuf.ByteString getIpv4CidrBlockBytes()
         IPv4 CIDR block reserved for Cloud TPU in the VPC.
         
        string ipv4_cidr_block = 3;
        Returns:
        The bytes for ipv4CidrBlock.