接口 DestinationRuleOuterClass.LoadBalancerSettings.ConsistentHashLB.HTTPCookieOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      java.lang.String getName()
      Name of the cookie.
      com.google.protobuf.ByteString getNameBytes()
      Name of the cookie.
      java.lang.String getPath()
      Path to set for the cookie.
      com.google.protobuf.ByteString getPathBytes()
      Path to set for the cookie.
      com.google.protobuf.Duration getTtl()
      Lifetime of the cookie.
      com.google.protobuf.DurationOrBuilder getTtlOrBuilder()
      Lifetime of the cookie.
      boolean hasTtl()
      Lifetime of the cookie.
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • getName

        java.lang.String getName()
         Name of the cookie.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED];
        返回:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name of the cookie.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED];
        返回:
        The bytes for name.
      • getPath

        java.lang.String getPath()
         Path to set for the cookie.
         
        string path = 2;
        返回:
        The path.
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
         Path to set for the cookie.
         
        string path = 2;
        返回:
        The bytes for path.
      • hasTtl

        boolean hasTtl()
         Lifetime of the cookie.
         
        .google.protobuf.Duration ttl = 3 [(.google.api.field_behavior) = REQUIRED];
        返回:
        Whether the ttl field is set.
      • getTtl

        com.google.protobuf.Duration getTtl()
         Lifetime of the cookie.
         
        .google.protobuf.Duration ttl = 3 [(.google.api.field_behavior) = REQUIRED];
        返回:
        The ttl.
      • getTtlOrBuilder

        com.google.protobuf.DurationOrBuilder getTtlOrBuilder()
         Lifetime of the cookie.
         
        .google.protobuf.Duration ttl = 3 [(.google.api.field_behavior) = REQUIRED];