Package io.kubernetes.client.proto
Interface V1Authorization.NonResourceAttributesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Authorization.NonResourceAttributes
,V1Authorization.NonResourceAttributes.Builder
- Enclosing class:
- V1Authorization
public static interface V1Authorization.NonResourceAttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()
Path is the URL path of the request +optionalcom.google.protobuf.ByteString
Path is the URL path of the request +optionalgetVerb()
Verb is the standard HTTP verb +optionalcom.google.protobuf.ByteString
Verb is the standard HTTP verb +optionalboolean
hasPath()
Path is the URL path of the request +optionalboolean
hasVerb()
Verb is the standard HTTP verb +optionalMethods 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
-
hasPath
boolean hasPath()Path is the URL path of the request +optional
optional string path = 1;
-
getPath
String getPath()Path is the URL path of the request +optional
optional string path = 1;
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()Path is the URL path of the request +optional
optional string path = 1;
-
hasVerb
boolean hasVerb()Verb is the standard HTTP verb +optional
optional string verb = 2;
-
getVerb
String getVerb()Verb is the standard HTTP verb +optional
optional string verb = 2;
-
getVerbBytes
com.google.protobuf.ByteString getVerbBytes()Verb is the standard HTTP verb +optional
optional string verb = 2;
-