Interface ConsistentHashLoadBalancerSettingsHttpCookieOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()
      Name of the cookie.
      com.google.protobuf.ByteString getNameBytes()
      Name of the cookie.
      String getPath()
      Path to set for the cookie.
      com.google.protobuf.ByteString getPathBytes()
      Path to set for the cookie.
      Duration getTtl()
      Lifetime of the cookie.
      DurationOrBuilder getTtlOrBuilder()
      Lifetime of the cookie.
      boolean hasName()
      Name of the cookie.
      boolean hasPath()
      Path to set for the cookie.
      boolean hasTtl()
      Lifetime of the cookie.
      • 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

      • hasName

        boolean hasName()
         Name of the cookie.
         
        optional string name = 3373707;
        Returns:
        Whether the name field is set.
      • getName

        String getName()
         Name of the cookie.
         
        optional string name = 3373707;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name of the cookie.
         
        optional string name = 3373707;
        Returns:
        The bytes for name.
      • hasPath

        boolean hasPath()
         Path to set for the cookie.
         
        optional string path = 3433509;
        Returns:
        Whether the path field is set.
      • getPath

        String getPath()
         Path to set for the cookie.
         
        optional string path = 3433509;
        Returns:
        The path.
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
         Path to set for the cookie.
         
        optional string path = 3433509;
        Returns:
        The bytes for path.
      • hasTtl

        boolean hasTtl()
         Lifetime of the cookie.
         
        optional .google.cloud.compute.v1.Duration ttl = 115180;
        Returns:
        Whether the ttl field is set.
      • getTtl

        Duration getTtl()
         Lifetime of the cookie.
         
        optional .google.cloud.compute.v1.Duration ttl = 115180;
        Returns:
        The ttl.
      • getTtlOrBuilder

        DurationOrBuilder getTtlOrBuilder()
         Lifetime of the cookie.
         
        optional .google.cloud.compute.v1.Duration ttl = 115180;