public static interface V1Authorization.NonResourceAttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Path is the URL path of the request
+optional
|
com.google.protobuf.ByteString |
getPathBytes()
Path is the URL path of the request
+optional
|
String |
getVerb()
Verb is the standard HTTP verb
+optional
|
com.google.protobuf.ByteString |
getVerbBytes()
Verb is the standard HTTP verb
+optional
|
boolean |
hasPath()
Path is the URL path of the request
+optional
|
boolean |
hasVerb()
Verb is the standard HTTP verb
+optional
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPath()
Path is the URL path of the request +optional
optional string path = 1;
String getPath()
Path is the URL path of the request +optional
optional string path = 1;
com.google.protobuf.ByteString getPathBytes()
Path is the URL path of the request +optional
optional string path = 1;
boolean hasVerb()
Verb is the standard HTTP verb +optional
optional string verb = 2;
String getVerb()
Verb is the standard HTTP verb +optional
optional string verb = 2;
com.google.protobuf.ByteString getVerbBytes()
Verb is the standard HTTP verb +optional
optional string verb = 2;
Copyright © 2022. All rights reserved.