Interface V1beta1Authorization.NonResourceAttributesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1beta1Authorization.NonResourceAttributes, V1beta1Authorization.NonResourceAttributes.Builder
Enclosing class:
V1beta1Authorization

public static interface V1beta1Authorization.NonResourceAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Path is the URL path of the request +optional
    com.google.protobuf.ByteString
    Path is the URL path of the request +optional
    Verb is the standard HTTP verb +optional
    com.google.protobuf.ByteString
    Verb is the standard HTTP verb +optional
    boolean
    Path is the URL path of the request +optional
    boolean
    Verb is the standard HTTP verb +optional

    Methods 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;