github.com/cloudwan/edgelq-sdk@v1.15.4/logging/proto/api-skeleton-v1alpha2.yaml (about)

     1  name: logging.edgelq.com
     2  proto:
     3    package:
     4      name: ntt.logging
     5      currentVersion: v1alpha2
     6      nextVersion: v1
     7      goPackage: github.com/cloudwan/edgelq/logging
     8      protoImportPathPrefix: edgelq/logging/proto
     9    service:
    10      name: Logging
    11      defaultHost: logging.edgelq.com
    12      oauthScopes: https://apis.edgelq.com
    13  
    14  imports:
    15  - iam.edgelq.com
    16  
    17  resources:
    18  - name: LogDescriptor
    19    parents:
    20    - iam.edgelq.com/Project
    21    - iam.edgelq.com/Organization
    22    - ""
    23    idPattern: "[\\\\w./-]{1,128}/[\\\\w./-]{1,128}"
    24  
    25  - name: Log
    26    optOuts:
    27      basicActions: [ "*" ]
    28      standardCrudAccess: true
    29      resourceChange: true
    30      metadataField: true
    31      paging: true
    32    parents:
    33    - iam.edgelq.com/Project
    34    - iam.edgelq.com/Organization
    35    - ""
    36    idPattern: "[\\\\w./-=+]{1,128}"
    37    actions:
    38    - name: ListLogs
    39      verb: query # dont use 'list' as it would be matched and provided with implementation
    40      grpcTranscoding:
    41        httpMethod: get
    42        isBasic: true
    43      opResourceInfo:
    44        isCollection: true
    45        isPlural: true
    46        skipResourceInRequest: true
    47      withStoreHandle:
    48        readOnly: true
    49        transaction: NONE
    50      multiRegionRouting:
    51        skipCodeGenBasedRouting: true
    52    - name: CreateLogs
    53      verb: batchCreate
    54      grpcTranscoding:
    55        httpMethod: post
    56        isBasic: true
    57        httpBodyField: logs
    58      opResourceInfo:
    59        isCollection: true
    60        isPlural: true
    61        skipResourceInRequest: true
    62        requestPaths:
    63          resourceParent: [ "parent" ]
    64      withStoreHandle:
    65        readOnly: true
    66        transaction: NONE
    67      multiRegionRouting:
    68        skipCodeGenBasedRouting: true