public static interface SegExtensions.PathSegmentExtensionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SegExtensions.DigestExtension |
getDigests()
Optional digests of detached extensions.
|
SegExtensions.DigestExtensionOrBuilder |
getDigestsOrBuilder()
Optional digests of detached extensions.
|
SegExtensions.HiddenPathExtension |
getHiddenPath()
Optional hidden path extension.
|
SegExtensions.HiddenPathExtensionOrBuilder |
getHiddenPathOrBuilder()
Optional hidden path extension.
|
SegExtensions.StaticInfoExtension |
getStaticInfo()
Optional static info extension.
|
SegExtensions.StaticInfoExtensionOrBuilder |
getStaticInfoOrBuilder()
Optional static info extension.
|
boolean |
hasDigests()
Optional digests of detached extensions.
|
boolean |
hasHiddenPath()
Optional hidden path extension.
|
boolean |
hasStaticInfo()
Optional static info extension.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStaticInfo()
Optional static info extension.
.proto.control_plane.v1.StaticInfoExtension static_info = 1;SegExtensions.StaticInfoExtension getStaticInfo()
Optional static info extension.
.proto.control_plane.v1.StaticInfoExtension static_info = 1;SegExtensions.StaticInfoExtensionOrBuilder getStaticInfoOrBuilder()
Optional static info extension.
.proto.control_plane.v1.StaticInfoExtension static_info = 1;boolean hasHiddenPath()
Optional hidden path extension.
.proto.control_plane.v1.HiddenPathExtension hidden_path = 2;SegExtensions.HiddenPathExtension getHiddenPath()
Optional hidden path extension.
.proto.control_plane.v1.HiddenPathExtension hidden_path = 2;SegExtensions.HiddenPathExtensionOrBuilder getHiddenPathOrBuilder()
Optional hidden path extension.
.proto.control_plane.v1.HiddenPathExtension hidden_path = 2;boolean hasDigests()
Optional digests of detached extensions.
.proto.control_plane.v1.DigestExtension digests = 1000;SegExtensions.DigestExtension getDigests()
Optional digests of detached extensions.
.proto.control_plane.v1.DigestExtension digests = 1000;SegExtensions.DigestExtensionOrBuilder getDigestsOrBuilder()
Optional digests of detached extensions.
.proto.control_plane.v1.DigestExtension digests = 1000;Copyright © 2024. All rights reserved.