Documentation ¶
Index ¶
- Constants
- Variables
- func APIDescriptor() *descriptorpb.FileDescriptorProto
- func AnyDescriptor() *descriptorpb.FileDescriptorProto
- func AuthDescriptor() *descriptorpb.FileDescriptorProto
- func BackendDescriptor() *descriptorpb.FileDescriptorProto
- func BillingDescriptor() *descriptorpb.FileDescriptorProto
- func ClientDescriptor() *descriptorpb.FileDescriptorProto
- func ConfigChangeDescriptor() *descriptorpb.FileDescriptorProto
- func ConsumerDescriptor() *descriptorpb.FileDescriptorProto
- func ContextDescriptor() *descriptorpb.FileDescriptorProto
- func DescriptorDescriptor() *descriptorpb.FileDescriptorProto
- func DistributionDescriptor() *descriptorpb.FileDescriptorProto
- func DocumentationDescriptor() *descriptorpb.FileDescriptorProto
- func DurationDescriptor() *descriptorpb.FileDescriptorProto
- func EmptyDescriptor() *descriptorpb.FileDescriptorProto
- func EndpointDescriptor() *descriptorpb.FileDescriptorProto
- func FieldBehaviorDescriptor() *descriptorpb.FileDescriptorProto
- func FieldmaskDescriptor() *descriptorpb.FileDescriptorProto
- func HttpBodyDescriptor() *descriptorpb.FileDescriptorProto
- func HttpDescriptor() *descriptorpb.FileDescriptorProto
- func LabelDescriptorDescriptor() *descriptorpb.FileDescriptorProto
- func LaunchStageDescriptor() *descriptorpb.FileDescriptorProto
- func LogDescriptorDescriptor() *descriptorpb.FileDescriptorProto
- func LoggingDescriptor() *descriptorpb.FileDescriptorProto
- func MetricDescriptorDescriptor() *descriptorpb.FileDescriptorProto
- func MonitoredResourceDescriptorDescriptor() *descriptorpb.FileDescriptorProto
- func MonitoringDescriptor() *descriptorpb.FileDescriptorProto
- func QuotaDescriptor() *descriptorpb.FileDescriptorProto
- func ResourceDescriptorDescriptor() *descriptorpb.FileDescriptorProto
- func SourceContextDescriptor() *descriptorpb.FileDescriptorProto
- func StructDescriptor() *descriptorpb.FileDescriptorProto
- func TimestampDescriptor() *descriptorpb.FileDescriptorProto
- func TypeDescriptor() *descriptorpb.FileDescriptorProto
- func WrappersDescriptor() *descriptorpb.FileDescriptorProto
Constants ¶
View Source
const ( Authentication = "google.api.Authentication" AuthenticationRule = "google.api.AuthenticationRule" AuthProvider = "google.api.AuthProvider" OAuthRequirements = "google.api.OAuthRequirements" AuthRequirement = "google.api.AuthRequirement" Backend = "google.api.Backend" BackendRule = "google.api.BackendRule" Billing = "google.api.Billing" MethodSignatureExtension = "google.api.method_signature" DefaultHostExtension = "google.api.default_host" OauthScopesExtension = "google.api.oauth_scopes" ConfigChange = "google.api.ConfigChange" Advice = "google.api.Advice" ChangeType = "google.api.ChangeType" ProjectProperties = "google.api.ProjectProperties" Property = "google.api.Property" Context = "google.api.Context" ContextRule = "google.api.ContextRule" Control = "google.api.Control" Distribution = "google.api.Distribution" Documentation = "google.api.Documentation" DocumentationRule = "google.api.DocumentationRule" Page = "google.api.Page" Endpoint = "google.api.Endpoint" FieldBehaviorExtension = "google.api.field_behavior" Http = "google.api.Http" HttpRule = "google.api.HttpRule" CustomHttpPattern = "google.api.CustomHttpPattern" HttpBody = "google.api.HttpBody" LabelDescriptor = "google.api.LabelDescriptor" LaunchStage = "google.api.LaunchStage" LogDescriptor = "google.api.LogDescriptor" Logging = "google.api.Logging" MetricDescriptor = "google.api.MetricDescriptor" Metric = "google.api.Metric" MonitoredResourceDescriptor = "google.api.MonitoredResourceDescriptor" MonitoredResource = "google.api.MonitoredResource" MonitoredResourceMetadata = "google.api.MonitoredResourceMetadata" Monitoring = "google.api.Monitoring" Quota = "google.api.Quota" MetricRule = "google.api.MetricRule" QuotaLimit = "google.api.QuotaLimit" ResourceReferenceExtension = "google.api.resource_reference" ResourceDefinitionExtension = "google.api.resource_definition" ResourceExtension = "google.api.resource" ResourceDescriptor = "google.api.ResourceDescriptor" ResourceReference = "google.api.ResourceReference" )
View Source
const ( AuthProto = "google/api/auth.proto" BackendProto = "google/api/backend.proto" BillingProto = "google/api/billing.proto" ClientProto = "google/api/client.proto" ConfigChangeProto = "google/api/config_change.proto" ConsumerProto = "google/api/consumer.proto" ContextProto = "google/api/context.proto" ControlProto = "google/api/control.proto" DistributionProto = "google/api/distribution.proto" DocumentationProto = "google/api/documentation.proto" EndpointProto = "google/api/endpoint.proto" FieldBehaviorProto = "google/api/field_behavior.proto" HttpProto = "google/api/http.proto" HttpBodyProto = "google/api/httpbody.proto" LabelProto = "google/api/label.proto" LaunchStageProto = "google/api/launch_stage.proto" LogProto = "google/api/log.proto" LoggingProto = "google/api/logging.proto" MetricProto = "google/api/metric.proto" MonitoredResourceProto = "google/api/monitored_resource.proto" MonitoringProto = "google/api/monitoring.proto" QuotaProto = "google/api/quota.proto" ResourceProto = "google/api/resource.proto" )
View Source
const ( Any = "google.protobuf.Any" Duration = "google.protobuf.Duration" Empty = "google.protobuf.Empty" ListValue = "google.protobuf.ListValue" MethodOptions = "google.protobuf.MethodOptions" NullValue = "google.protobuf.NullValue" Struct = "google.protobuf.Struct" Timestamp = "google.protobuf.Timestamp" DoubleValue = "google.protobuf.DoubleValue" FloatValue = "google.protobuf.FloatValue" Int64Value = "google.protobuf.Int64Value" UInt64Value = "google.protobuf.UInt64Value" Int32Value = "google.protobuf.Int32Value" UInt32Value = "google.protobuf.UInt32Value" BoolValue = "google.protobuf.BoolValue" StringValue = "google.protobuf.StringValue" BytesValue = "google.protobuf.BytesValue" )
View Source
const ( AnyProto = "google/protobuf/any.proto" DurationProto = "google/protobuf/duration.proto" EmptyProto = "google/protobuf/empty.proto" StructProto = "google/protobuf/struct.proto" DescriptorProto = "google/protobuf/descriptor.proto" TimestampProto = "google/protobuf/timestamp.proto" WrappersProto = "google/protobuf/wrappers.proto" )
Variables ¶
View Source
var Descriptor = map[string]*descriptorpb.FileDescriptorProto{ AnyProto: AnyDescriptor(), DurationProto: DurationDescriptor(), EmptyProto: EmptyDescriptor(), StructProto: StructDescriptor(), DescriptorProto: DescriptorDescriptor(), TimestampProto: TimestampDescriptor(), WrappersProto: WrappersDescriptor(), }
View Source
var Imports = map[string]string{ Any: AnyProto, Duration: DurationProto, Empty: EmptyProto, ListValue: StructProto, MethodOptions: DescriptorProto, NullValue: StructProto, Struct: StructProto, Timestamp: TimestampProto, DoubleValue: WrappersProto, FloatValue: WrappersProto, Int64Value: WrappersProto, UInt64Value: WrappersProto, Int32Value: WrappersProto, UInt32Value: WrappersProto, BoolValue: WrappersProto, StringValue: WrappersProto, BytesValue: WrappersProto, }
View Source
var KnownCommonDescriptor = map[string]*descriptorpb.FileDescriptorProto{ AuthProto: AuthDescriptor(), BackendProto: BackendDescriptor(), BillingProto: BillingDescriptor(), ClientProto: ClientDescriptor(), ConfigChangeProto: ConfigChangeDescriptor(), ConsumerProto: ConsumerDescriptor(), ContextProto: ContextDescriptor(), DistributionProto: DistributionDescriptor(), DocumentationProto: DocumentationDescriptor(), EndpointProto: EndpointDescriptor(), FieldBehaviorProto: FieldBehaviorDescriptor(), HttpProto: HttpDescriptor(), HttpBodyProto: HttpBodyDescriptor(), LabelProto: LabelDescriptorDescriptor(), LaunchStageProto: LaunchStageDescriptor(), LogProto: LogDescriptorDescriptor(), LoggingProto: LoggingDescriptor(), MetricProto: MetricDescriptorDescriptor(), MonitoredResourceProto: MonitoredResourceDescriptorDescriptor(), MonitoringProto: MonitoringDescriptor(), QuotaProto: QuotaDescriptor(), ResourceProto: ResourceDescriptorDescriptor(), }
View Source
var KnownCommonImports = map[string]string{ Authentication: AuthProto, AuthenticationRule: AuthProto, AuthProvider: AuthProto, OAuthRequirements: AuthProto, AuthRequirement: AuthProto, Backend: BackendProto, BackendRule: BackendProto, Billing: BillingProto, MethodSignatureExtension: ClientProto, DefaultHostExtension: ClientProto, OauthScopesExtension: ClientProto, ConfigChange: ConfigChangeProto, Advice: ConfigChangeProto, ChangeType: ConfigChangeProto, ProjectProperties: ConsumerProto, Property: ConsumerProto, Context: ContextProto, ContextRule: ContextProto, Control: ControlProto, Distribution: DistributionProto, Documentation: DocumentationProto, DocumentationRule: DocumentationProto, Page: DocumentationProto, Endpoint: EndpointProto, FieldBehaviorExtension: FieldBehaviorProto, Http: HttpProto, HttpRule: HttpProto, CustomHttpPattern: HttpProto, HttpBody: HttpBodyProto, LabelDescriptor: LabelProto, LaunchStage: LaunchStageProto, LogDescriptor: LogProto, Logging: LoggingProto, MetricDescriptor: MetricProto, Metric: MetricProto, MonitoredResourceDescriptor: MonitoredResourceProto, MonitoredResource: MonitoredResourceProto, MonitoredResourceMetadata: MonitoredResourceProto, Monitoring: MonitoringProto, Quota: QuotaProto, MetricRule: QuotaProto, QuotaLimit: QuotaProto, ResourceReferenceExtension: ResourceProto, ResourceDefinitionExtension: ResourceProto, ResourceExtension: ResourceProto, ResourceDescriptor: ResourceProto, ResourceReference: ResourceProto, }
Functions ¶
func APIDescriptor ¶
func APIDescriptor() *descriptorpb.FileDescriptorProto
func AnyDescriptor ¶
func AnyDescriptor() *descriptorpb.FileDescriptorProto
func AuthDescriptor ¶
func AuthDescriptor() *descriptorpb.FileDescriptorProto
func BackendDescriptor ¶
func BackendDescriptor() *descriptorpb.FileDescriptorProto
func BillingDescriptor ¶
func BillingDescriptor() *descriptorpb.FileDescriptorProto
func ClientDescriptor ¶
func ClientDescriptor() *descriptorpb.FileDescriptorProto
func ConfigChangeDescriptor ¶
func ConfigChangeDescriptor() *descriptorpb.FileDescriptorProto
func ConsumerDescriptor ¶
func ConsumerDescriptor() *descriptorpb.FileDescriptorProto
func ContextDescriptor ¶
func ContextDescriptor() *descriptorpb.FileDescriptorProto
func DescriptorDescriptor ¶
func DescriptorDescriptor() *descriptorpb.FileDescriptorProto
func DistributionDescriptor ¶
func DistributionDescriptor() *descriptorpb.FileDescriptorProto
func DocumentationDescriptor ¶
func DocumentationDescriptor() *descriptorpb.FileDescriptorProto
func DurationDescriptor ¶
func DurationDescriptor() *descriptorpb.FileDescriptorProto
func EmptyDescriptor ¶
func EmptyDescriptor() *descriptorpb.FileDescriptorProto
func EndpointDescriptor ¶
func EndpointDescriptor() *descriptorpb.FileDescriptorProto
func FieldBehaviorDescriptor ¶
func FieldBehaviorDescriptor() *descriptorpb.FileDescriptorProto
func FieldmaskDescriptor ¶
func FieldmaskDescriptor() *descriptorpb.FileDescriptorProto
func HttpBodyDescriptor ¶
func HttpBodyDescriptor() *descriptorpb.FileDescriptorProto
func HttpDescriptor ¶
func HttpDescriptor() *descriptorpb.FileDescriptorProto
func LabelDescriptorDescriptor ¶
func LabelDescriptorDescriptor() *descriptorpb.FileDescriptorProto
func LaunchStageDescriptor ¶
func LaunchStageDescriptor() *descriptorpb.FileDescriptorProto
func LogDescriptorDescriptor ¶
func LogDescriptorDescriptor() *descriptorpb.FileDescriptorProto
func LoggingDescriptor ¶
func LoggingDescriptor() *descriptorpb.FileDescriptorProto
func MetricDescriptorDescriptor ¶
func MetricDescriptorDescriptor() *descriptorpb.FileDescriptorProto
func MonitoredResourceDescriptorDescriptor ¶
func MonitoredResourceDescriptorDescriptor() *descriptorpb.FileDescriptorProto
func MonitoringDescriptor ¶
func MonitoringDescriptor() *descriptorpb.FileDescriptorProto
func QuotaDescriptor ¶
func QuotaDescriptor() *descriptorpb.FileDescriptorProto
func ResourceDescriptorDescriptor ¶
func ResourceDescriptorDescriptor() *descriptorpb.FileDescriptorProto
func SourceContextDescriptor ¶
func SourceContextDescriptor() *descriptorpb.FileDescriptorProto
func StructDescriptor ¶
func StructDescriptor() *descriptorpb.FileDescriptorProto
func TimestampDescriptor ¶
func TimestampDescriptor() *descriptorpb.FileDescriptorProto
func TypeDescriptor ¶
func TypeDescriptor() *descriptorpb.FileDescriptorProto
func WrappersDescriptor ¶
func WrappersDescriptor() *descriptorpb.FileDescriptorProto
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.