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 Summary
Modifier and TypeMethodDescriptionoptional .common.protobuf.SecurityContextPB securityContext = 2;
optional .common.protobuf.SecurityContextPB securityContext = 2;
int
optional int32 securityHash = 3;
.common.protobuf.TagPathPB tagPath = 1;
.common.protobuf.TagPathPB tagPath = 1;
boolean
optional .common.protobuf.SecurityContextPB securityContext = 2;
boolean
optional int32 securityHash = 3;
boolean
.common.protobuf.TagPathPB tagPath = 1;
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 Details
-
hasTagPath
boolean hasTagPath().common.protobuf.TagPathPB tagPath = 1;
- Returns:
- Whether the tagPath field is set.
-
getTagPath
TagPathProto.TagPathPB 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
SecurityContextProto.SecurityContextPB getSecurityContext()optional .common.protobuf.SecurityContextPB securityContext = 2;
- Returns:
- The securityContext.
-
getSecurityContextOrBuilder
SecurityContextProto.SecurityContextPBOrBuilder 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.
-