public static interface V1beta1Authorization.NonResourceRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNonResourceURLs(int index)
NonResourceURLs is a set of partial urls that a user should have access to.
|
com.google.protobuf.ByteString |
getNonResourceURLsBytes(int index)
NonResourceURLs is a set of partial urls that a user should have access to.
|
int |
getNonResourceURLsCount()
NonResourceURLs is a set of partial urls that a user should have access to.
|
List<String> |
getNonResourceURLsList()
NonResourceURLs is a set of partial urls that a user should have access to.
|
String |
getVerbs(int index)
Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options.
|
com.google.protobuf.ByteString |
getVerbsBytes(int index)
Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options.
|
int |
getVerbsCount()
Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options.
|
List<String> |
getVerbsList()
Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getVerbsList()
Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.
repeated string verbs = 1;int getVerbsCount()
Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.
repeated string verbs = 1;String getVerbs(int index)
Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.
repeated string verbs = 1;com.google.protobuf.ByteString getVerbsBytes(int index)
Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.
repeated string verbs = 1;List<String> getNonResourceURLsList()
NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all. +optional
repeated string nonResourceURLs = 2;int getNonResourceURLsCount()
NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all. +optional
repeated string nonResourceURLs = 2;String getNonResourceURLs(int index)
NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all. +optional
repeated string nonResourceURLs = 2;com.google.protobuf.ByteString getNonResourceURLsBytes(int index)
NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all. +optional
repeated string nonResourceURLs = 2;Copyright © 2021. All rights reserved.