Package com.google.cloud.tasks.v2beta3
Interface PathOverrideOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PathOverride
,PathOverride.Builder
public interface PathOverrideOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPath()
The URI path (e.g., /users/1234).com.google.protobuf.ByteString
getPathBytes()
The URI path (e.g., /users/1234).-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPath
String getPath()
The URI path (e.g., /users/1234). Default is an empty string.
string path = 1;
- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
The URI path (e.g., /users/1234). Default is an empty string.
string path = 1;
- Returns:
- The bytes for path.
-
-