Interface protos.google.protobuf.IMethodOptions

Properties of a MethodOptions.

Package

@google-cloud/kms

Properties

".google.api.http"

  ".google.api.http" 
 ?: 
  
 ( 
 google 
 . 
 api 
 . 
 IHttpRule 
 | 
 null 
 ); 
 

MethodOptions .google.api.http

Property Value
Type Description
( google.api.IHttpRule |null)

".google.api.methodSignature"

  ".google.api.methodSignature" 
 ?: 
  
 ( 
 string 
 [] 
 | 
 null 
 ); 
 

MethodOptions .google.api.methodSignature

Property Value
Type Description
(string[]|null)

deprecated

  deprecated 
 ?: 
  
 ( 
 boolean 
 | 
 null 
 ); 
 

MethodOptions deprecated

Property Value
Type Description
(boolean|null)

idempotencyLevel

  idempotencyLevel 
 ?: 
  
 ( 
 google 
 . 
 protobuf 
 . 
 MethodOptions 
 . 
 IdempotencyLevel 
 | 
 keyof 
  
 typeof 
  
 google 
 . 
 protobuf 
 . 
 MethodOptions 
 . 
 IdempotencyLevel 
 | 
 null 
 ); 
 

MethodOptions idempotencyLevel

Property Value
Type Description
( google.protobuf.MethodOptions.IdempotencyLevel |keyof typeof google.protobuf.MethodOptions.IdempotencyLevel |null)

uninterpretedOption

  uninterpretedOption 
 ?: 
  
 ( 
 google 
 . 
 protobuf 
 . 
 IUninterpretedOption 
 [] 
 | 
 null 
 ); 
 

MethodOptions uninterpretedOption

Property Value
Type Description
( google.protobuf.IUninterpretedOption []|null)
Design a Mobile Site
View Site in Mobile | Classic
Share by: