接口 DestinationRuleOuterClass.LoadBalancerSettings.ConsistentHashLB.HTTPCookieOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
DestinationRuleOuterClass.LoadBalancerSettings.ConsistentHashLB.HTTPCookie, DestinationRuleOuterClass.LoadBalancerSettings.ConsistentHashLB.HTTPCookie.Builder
封闭类:
DestinationRuleOuterClass.LoadBalancerSettings.ConsistentHashLB

public static interface DestinationRuleOuterClass.LoadBalancerSettings.ConsistentHashLB.HTTPCookieOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    Name of the cookie.
    com.google.protobuf.ByteString
    Name of the cookie.
    Path to set for the cookie.
    com.google.protobuf.ByteString
    Path to set for the cookie.
    com.google.protobuf.Duration
    Lifetime of the cookie.
    com.google.protobuf.DurationOrBuilder
    Lifetime of the cookie.
    boolean
    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

      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

      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];