public interface PathOverrideOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
The URI path (e.g., /users/1234).
|
com.google.protobuf.ByteString |
getPathBytes()
The URI path (e.g., /users/1234).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPath()
The URI path (e.g., /users/1234). Default is an empty string.
string path = 1;com.google.protobuf.ByteString getPathBytes()
The URI path (e.g., /users/1234). Default is an empty string.
string path = 1;Copyright © 2024 Google LLC. All rights reserved.