Class | Description |
---|---|
Advice |
Generated advice about this change, used for providing more
information about how a change will affect the existing service.
|
Advice.Builder |
Generated advice about this change, used for providing more
information about how a change will affect the existing service.
|
AnnotationsProto | |
Authentication |
`Authentication` defines the authentication configuration for an API.
|
Authentication.Builder |
`Authentication` defines the authentication configuration for an API.
|
AuthenticationRule |
Authentication rules for the service.
|
AuthenticationRule.Builder |
Authentication rules for the service.
|
AuthProto | |
AuthProvider |
Configuration for an authentication provider, including support for
[JSON Web Token
(JWT)](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32).
|
AuthProvider.Builder |
Configuration for an authentication provider, including support for
[JSON Web Token
(JWT)](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32).
|
AuthRequirement |
User-defined authentication requirements, including support for
[JSON Web Token
(JWT)](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32).
|
AuthRequirement.Builder |
User-defined authentication requirements, including support for
[JSON Web Token
(JWT)](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32).
|
Backend |
`Backend` defines the backend configuration for a service.
|
Backend.Builder |
`Backend` defines the backend configuration for a service.
|
BackendProto | |
BackendRule |
A backend rule provides configuration for an individual API element.
|
BackendRule.Builder |
A backend rule provides configuration for an individual API element.
|
Billing |
Billing related configuration of the service.
|
Billing.BillingDestination |
Configuration of a specific billing destination (Currently only support
bill against consumer project).
|
Billing.BillingDestination.Builder |
Configuration of a specific billing destination (Currently only support
bill against consumer project).
|
Billing.Builder |
Billing related configuration of the service.
|
BillingProto | |
ClientProto | |
ConfigChange |
Output generated from semantically comparing two versions of a service
configuration.
|
ConfigChange.Builder |
Output generated from semantically comparing two versions of a service
configuration.
|
ConfigChangeProto | |
ConsumerProto | |
Context |
`Context` defines which contexts an API requests.
|
Context.Builder |
`Context` defines which contexts an API requests.
|
ContextProto | |
ContextRule |
A context rule provides information about the context for an individual API
element.
|
ContextRule.Builder |
A context rule provides information about the context for an individual API
element.
|
Control |
Selects and configures the service controller used by the service.
|
Control.Builder |
Selects and configures the service controller used by the service.
|
ControlProto | |
CustomHttpPattern |
A custom pattern is used for defining custom HTTP verb.
|
CustomHttpPattern.Builder |
A custom pattern is used for defining custom HTTP verb.
|
Distribution |
`Distribution` contains summary statistics for a population of values.
|
Distribution.BucketOptions |
`BucketOptions` describes the bucket boundaries used to create a histogram
for the distribution.
|
Distribution.BucketOptions.Builder |
`BucketOptions` describes the bucket boundaries used to create a histogram
for the distribution.
|
Distribution.BucketOptions.Explicit |
Specifies a set of buckets with arbitrary widths.
|
Distribution.BucketOptions.Explicit.Builder |
Specifies a set of buckets with arbitrary widths.
|
Distribution.BucketOptions.Exponential |
Specifies an exponential sequence of buckets that have a width that is
proportional to the value of the lower bound.
|
Distribution.BucketOptions.Exponential.Builder |
Specifies an exponential sequence of buckets that have a width that is
proportional to the value of the lower bound.
|
Distribution.BucketOptions.Linear |
Specifies a linear sequence of buckets that all have the same width
(except overflow and underflow).
|
Distribution.BucketOptions.Linear.Builder |
Specifies a linear sequence of buckets that all have the same width
(except overflow and underflow).
|
Distribution.Builder |
`Distribution` contains summary statistics for a population of values.
|
Distribution.Exemplar |
Exemplars are example points that may be used to annotate aggregated
distribution values.
|
Distribution.Exemplar.Builder |
Exemplars are example points that may be used to annotate aggregated
distribution values.
|
Distribution.Range |
The range of the population values.
|
Distribution.Range.Builder |
The range of the population values.
|
DistributionProto | |
Documentation |
`Documentation` provides the information for describing a service.
|
Documentation.Builder |
`Documentation` provides the information for describing a service.
|
DocumentationProto | |
DocumentationRule |
A documentation rule provides information about individual API elements.
|
DocumentationRule.Builder |
A documentation rule provides information about individual API elements.
|
Endpoint |
`Endpoint` describes a network endpoint that serves a set of APIs.
|
Endpoint.Builder |
`Endpoint` describes a network endpoint that serves a set of APIs.
|
EndpointProto | |
FieldBehaviorProto | |
Http |
Defines the HTTP configuration for an API service.
|
Http.Builder |
Defines the HTTP configuration for an API service.
|
HttpBody |
Message that represents an arbitrary HTTP body.
|
HttpBody.Builder |
Message that represents an arbitrary HTTP body.
|
HttpBodyProto | |
HttpProto | |
HttpRule |
# gRPC Transcoding
gRPC Transcoding is a feature for mapping between a gRPC method and one or
more HTTP REST endpoints.
|
HttpRule.Builder |
# gRPC Transcoding
gRPC Transcoding is a feature for mapping between a gRPC method and one or
more HTTP REST endpoints.
|
LabelDescriptor |
A description of a label.
|
LabelDescriptor.Builder |
A description of a label.
|
LabelProto | |
LaunchStageProto | |
LogDescriptor |
A description of a log type.
|
LogDescriptor.Builder |
A description of a log type.
|
Logging |
Logging configuration of the service.
|
Logging.Builder |
Logging configuration of the service.
|
Logging.LoggingDestination |
Configuration of a specific logging destination (the producer project
or the consumer project).
|
Logging.LoggingDestination.Builder |
Configuration of a specific logging destination (the producer project
or the consumer project).
|
LoggingProto | |
LogProto | |
Metric |
A specific metric, identified by specifying values for all of the
labels of a [`MetricDescriptor`][google.api.MetricDescriptor].
|
Metric.Builder |
A specific metric, identified by specifying values for all of the
labels of a [`MetricDescriptor`][google.api.MetricDescriptor].
|
MetricDescriptor |
Defines a metric type and its schema.
|
MetricDescriptor.Builder |
Defines a metric type and its schema.
|
MetricDescriptor.MetricDescriptorMetadata |
Additional annotations that can be used to guide the usage of a metric.
|
MetricDescriptor.MetricDescriptorMetadata.Builder |
Additional annotations that can be used to guide the usage of a metric.
|
MetricProto | |
MetricRule |
Bind API methods to metrics.
|
MetricRule.Builder |
Bind API methods to metrics.
|
MonitoredResource |
An object representing a resource that can be used for monitoring, logging,
billing, or other purposes.
|
MonitoredResource.Builder |
An object representing a resource that can be used for monitoring, logging,
billing, or other purposes.
|
MonitoredResourceDescriptor |
An object that describes the schema of a [MonitoredResource][google.api.MonitoredResource] object using a
type name and a set of labels.
|
MonitoredResourceDescriptor.Builder |
An object that describes the schema of a [MonitoredResource][google.api.MonitoredResource] object using a
type name and a set of labels.
|
MonitoredResourceMetadata |
Auxiliary metadata for a [MonitoredResource][google.api.MonitoredResource] object.
|
MonitoredResourceMetadata.Builder |
Auxiliary metadata for a [MonitoredResource][google.api.MonitoredResource] object.
|
MonitoredResourceProto | |
Monitoring |
Monitoring configuration of the service.
|
Monitoring.Builder |
Monitoring configuration of the service.
|
Monitoring.MonitoringDestination |
Configuration of a specific monitoring destination (the producer project
or the consumer project).
|
Monitoring.MonitoringDestination.Builder |
Configuration of a specific monitoring destination (the producer project
or the consumer project).
|
MonitoringProto | |
OAuthRequirements |
OAuth scopes are a way to define data and permissions on data.
|
OAuthRequirements.Builder |
OAuth scopes are a way to define data and permissions on data.
|
Page |
Represents a documentation page.
|
Page.Builder |
Represents a documentation page.
|
ProjectProperties |
A descriptor for defining project properties for a service.
|
ProjectProperties.Builder |
A descriptor for defining project properties for a service.
|
Property |
Defines project properties.
|
Property.Builder |
Defines project properties.
|
Quota |
Quota configuration helps to achieve fairness and budgeting in service
usage.
|
Quota.Builder |
Quota configuration helps to achieve fairness and budgeting in service
usage.
|
QuotaLimit |
`QuotaLimit` defines a specific limit that applies over a specified duration
for a limit type.
|
QuotaLimit.Builder |
`QuotaLimit` defines a specific limit that applies over a specified duration
for a limit type.
|
QuotaProto | |
ResourceDescriptor |
A simple descriptor of a resource type.
|
ResourceDescriptor.Builder |
A simple descriptor of a resource type.
|
ResourceProto | |
ResourceReference |
Defines a proto annotation that describes a string field that refers to
an API resource.
|
ResourceReference.Builder |
Defines a proto annotation that describes a string field that refers to
an API resource.
|
Service |
`Service` is the root object of Google service configuration schema.
|
Service.Builder |
`Service` is the root object of Google service configuration schema.
|
ServiceProto | |
SourceInfo |
Source information used to create a Service Config
|
SourceInfo.Builder |
Source information used to create a Service Config
|
SourceInfoProto | |
SystemParameter |
Define a parameter's name and location.
|
SystemParameter.Builder |
Define a parameter's name and location.
|
SystemParameterProto | |
SystemParameterRule |
Define a system parameter rule mapping system parameter definitions to
methods.
|
SystemParameterRule.Builder |
Define a system parameter rule mapping system parameter definitions to
methods.
|
SystemParameters |
### System parameter configuration
A system parameter is a special kind of parameter defined by the API
system, not by an individual API.
|
SystemParameters.Builder |
### System parameter configuration
A system parameter is a special kind of parameter defined by the API
system, not by an individual API.
|
Usage |
Configuration controlling usage of a service.
|
Usage.Builder |
Configuration controlling usage of a service.
|
UsageProto | |
UsageRule |
Usage configuration rules for the service.
|
UsageRule.Builder |
Usage configuration rules for the service.
|
Enum | Description |
---|---|
BackendRule.AuthenticationCase | |
BackendRule.PathTranslation |
Path Translation specifies how to combine the backend address with the
request path in order to produce the appropriate forwarding URL for the
request.
|
ChangeType |
Classifies set of possible modifications to an object in the service
configuration.
|
Distribution.BucketOptions.OptionsCase | |
FieldBehavior |
An indicator of the behavior of a given field (for example, that a field
is required in requests, or given as output but ignored as input).
|
HttpRule.PatternCase | |
LabelDescriptor.ValueType |
Value types that can be used as label values.
|
LaunchStage |
The launch stage as defined by [Google Cloud Platform
Launch Stages](http://cloud.google.com/terms/launch-stages).
|
MetricDescriptor.MetricKind |
The kind of measurement.
|
MetricDescriptor.ValueType |
The value type of a metric.
|
Property.PropertyType |
Supported data type of the property values
|
ResourceDescriptor.History |
A description of the historical or future-looking state of the
resource pattern.
|