Properties of a MethodOptions.
Package
@google-cloud/scheduler!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) |
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) |