Interface SecurityTagPathsProto.SecurityTagPathPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SecurityTagPathsProto.SecurityTagPathPB, SecurityTagPathsProto.SecurityTagPathPB.Builder
Enclosing class:
SecurityTagPathsProto

public static interface SecurityTagPathsProto.SecurityTagPathPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasTagPath

      boolean hasTagPath()
      .common.protobuf.TagPathPB tagPath = 1;
      Returns:
      Whether the tagPath field is set.
    • getTagPath

      .common.protobuf.TagPathPB tagPath = 1;
      Returns:
      The tagPath.
    • getTagPathOrBuilder

      TagPathProto.TagPathPBOrBuilder getTagPathOrBuilder()
      .common.protobuf.TagPathPB tagPath = 1;
    • hasSecurityContext

      boolean hasSecurityContext()
      optional .common.protobuf.SecurityContextPB securityContext = 2;
      Returns:
      Whether the securityContext field is set.
    • getSecurityContext

      optional .common.protobuf.SecurityContextPB securityContext = 2;
      Returns:
      The securityContext.
    • getSecurityContextOrBuilder

      optional .common.protobuf.SecurityContextPB securityContext = 2;
    • hasSecurityHash

      boolean hasSecurityHash()
      optional int32 securityHash = 3;
      Returns:
      Whether the securityHash field is set.
    • getSecurityHash

      int getSecurityHash()
      optional int32 securityHash = 3;
      Returns:
      The securityHash.