Interface protos.google.protobuf.IMethodOptions (4.1.1)

Properties of a MethodOptions.

Package

@google-cloud/cloudbuild

Properties

".google.api.http"

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

MethodOptions .google.api.http

".google.api.methodSignature"

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

MethodOptions .google.api.methodSignature

".google.api.routing"

".google.api.routing"?: (google.api.IRoutingRule|null);

MethodOptions .google.api.routing

".google.longrunning.operationInfo"

".google.longrunning.operationInfo"?: (google.longrunning.IOperationInfo|null);

MethodOptions .google.longrunning.operationInfo

deprecated

deprecated?: (boolean|null);

MethodOptions deprecated

idempotencyLevel

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

MethodOptions idempotencyLevel

uninterpretedOption

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

MethodOptions uninterpretedOption