Show / Hide Table of Contents

Class ApigatewayApiConfigGrpcServiceDefinition

A gRPC service definition.

Inheritance
object
ApigatewayApiConfigGrpcServiceDefinition
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Apigateway.v1.Data
Assembly: Google.Apis.Apigateway.v1.dll
Syntax
public class ApigatewayApiConfigGrpcServiceDefinition : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FileDescriptorSet

Input only. File descriptor set, generated by protoc. To generate, use protoc with imports and source info included. For an example test.proto file, the following command would put the value in a new file named out.pb. $ protoc --include_imports --include_source_info test.proto -o out.pb

Declaration
[JsonProperty("fileDescriptorSet")]
public virtual ApigatewayApiConfigFile FileDescriptorSet { get; set; }
Property Value
Type Description
ApigatewayApiConfigFile

Source

Optional. Uncompiled proto files associated with the descriptor set, used for display purposes (server-side compilation is not supported). These should match the inputs to 'protoc' command used to generate file_descriptor_set.

Declaration
[JsonProperty("source")]
public virtual IList<ApigatewayApiConfigFile> Source { get; set; }
Property Value
Type Description
IList<ApigatewayApiConfigFile>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX