Properties of a MethodOptions.
Package
@google-cloud/service-usage!Properties
".google.api.http"
".google.api.http"?: (google.api.IHttpRule|null);
MethodOptions .google.api.http
Type | Description |
(google.api.IHttpRule|null) |
".google.api.methodSignature"
".google.api.methodSignature"?: (string[]|null);
MethodOptions .google.api.methodSignature
Type | Description |
(string[]|null) |
".google.longrunning.operationInfo"
".google.longrunning.operationInfo"?: (google.longrunning.IOperationInfo|null);
MethodOptions .google.longrunning.operationInfo
Type | Description |
(google.longrunning.IOperationInfo|null) |
deprecated
deprecated?: (boolean|null);
MethodOptions deprecated
Type | Description |
(boolean|null) |
idempotencyLevel
idempotencyLevel?: (google.protobuf.MethodOptions.IdempotencyLevel|keyof typeof google.protobuf.MethodOptions.IdempotencyLevel|null);
MethodOptions idempotencyLevel
Type | Description |
(google.protobuf.MethodOptions.IdempotencyLevel|keyof typeof google.protobuf.MethodOptions.IdempotencyLevel|null) |
uninterpretedOption
uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null);
MethodOptions uninterpretedOption
Type | Description |
(google.protobuf.IUninterpretedOption[]|null) |