Interface TargetHttpsProxiesSetQuicOverrideRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getQuicOverride()
      QUIC policy for the TargetHttpsProxy resource.
      com.google.protobuf.ByteString getQuicOverrideBytes()
      QUIC policy for the TargetHttpsProxy resource.
      boolean hasQuicOverride()
      QUIC policy for the TargetHttpsProxy resource.
      • 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

      • hasQuicOverride

        boolean hasQuicOverride()
         QUIC policy for the TargetHttpsProxy resource.
         Check the QuicOverride enum for the list of possible values.
         
        optional string quic_override = 456577197;
        Returns:
        Whether the quicOverride field is set.
      • getQuicOverride

        String getQuicOverride()
         QUIC policy for the TargetHttpsProxy resource.
         Check the QuicOverride enum for the list of possible values.
         
        optional string quic_override = 456577197;
        Returns:
        The quicOverride.
      • getQuicOverrideBytes

        com.google.protobuf.ByteString getQuicOverrideBytes()
         QUIC policy for the TargetHttpsProxy resource.
         Check the QuicOverride enum for the list of possible values.
         
        optional string quic_override = 456577197;
        Returns:
        The bytes for quicOverride.