Interface Request.ListPoliciesRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getIncludeDisabled()
      bool include_disabled = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.lang.String getNameRegexp()
      string name_regexp = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getNameRegexpBytes()
      string name_regexp = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.lang.String getScopeRegexp()
      string scope_regexp = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getScopeRegexpBytes()
      string scope_regexp = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.lang.String getVersionRegexp()
      string version_regexp = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getVersionRegexpBytes()
      string version_regexp = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      • 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 Detail

      • getIncludeDisabled

        boolean getIncludeDisabled()
        bool include_disabled = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The includeDisabled.
      • getNameRegexp

        java.lang.String getNameRegexp()
        string name_regexp = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The nameRegexp.
      • getNameRegexpBytes

        com.google.protobuf.ByteString getNameRegexpBytes()
        string name_regexp = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The bytes for nameRegexp.
      • getScopeRegexp

        java.lang.String getScopeRegexp()
        string scope_regexp = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The scopeRegexp.
      • getScopeRegexpBytes

        com.google.protobuf.ByteString getScopeRegexpBytes()
        string scope_regexp = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The bytes for scopeRegexp.
      • getVersionRegexp

        java.lang.String getVersionRegexp()
        string version_regexp = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The versionRegexp.
      • getVersionRegexpBytes

        com.google.protobuf.ByteString getVersionRegexpBytes()
        string version_regexp = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The bytes for versionRegexp.