Interface ServiceConfigOrBuilder (2.2.8)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.80.0 (latest)
- 2.78.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.7
- 2.2.8
publicinterface ServiceConfigOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getApis(int index)
publicabstractApigetApis(intindex)A list of API interfaces exported by this service. Contains only the names, versions, and method names of the interfaces.
repeated .google.protobuf.Api apis = 3;
getApisCount()
publicabstractintgetApisCount()A list of API interfaces exported by this service. Contains only the names, versions, and method names of the interfaces.
repeated .google.protobuf.Api apis = 3;
getApisList()
publicabstractList<Api>getApisList()A list of API interfaces exported by this service. Contains only the names, versions, and method names of the interfaces.
repeated .google.protobuf.Api apis = 3;
getApisOrBuilder(int index)
publicabstractApiOrBuildergetApisOrBuilder(intindex)A list of API interfaces exported by this service. Contains only the names, versions, and method names of the interfaces.
repeated .google.protobuf.Api apis = 3;
getApisOrBuilderList()
publicabstractList<?extendsApiOrBuilder>getApisOrBuilderList()A list of API interfaces exported by this service. Contains only the names, versions, and method names of the interfaces.
repeated .google.protobuf.Api apis = 3;
getAuthentication()
publicabstractAuthenticationgetAuthentication()Auth configuration. Contains only the OAuth rules.
.google.api.Authentication authentication = 11;
The authentication.
getAuthenticationOrBuilder()
publicabstractAuthenticationOrBuildergetAuthenticationOrBuilder()Auth configuration. Contains only the OAuth rules.
.google.api.Authentication authentication = 11;
getDocumentation()
publicabstractDocumentationgetDocumentation()Additional API documentation. Contains only the summary and the documentation URL.
.google.api.Documentation documentation = 6;
The documentation.
getDocumentationOrBuilder()
publicabstractDocumentationOrBuildergetDocumentationOrBuilder()Additional API documentation. Contains only the summary and the documentation URL.
.google.api.Documentation documentation = 6;
getEndpoints(int index)
publicabstractEndpointgetEndpoints(intindex)Configuration for network endpoints. Contains only the names and aliases of the endpoints.
repeated .google.api.Endpoint endpoints = 18;
getEndpointsCount()
publicabstractintgetEndpointsCount()Configuration for network endpoints. Contains only the names and aliases of the endpoints.
repeated .google.api.Endpoint endpoints = 18;
getEndpointsList()
publicabstractList<Endpoint>getEndpointsList()Configuration for network endpoints. Contains only the names and aliases of the endpoints.
repeated .google.api.Endpoint endpoints = 18;
getEndpointsOrBuilder(int index)
publicabstractEndpointOrBuildergetEndpointsOrBuilder(intindex)Configuration for network endpoints. Contains only the names and aliases of the endpoints.
repeated .google.api.Endpoint endpoints = 18;
getEndpointsOrBuilderList()
publicabstractList<?extendsEndpointOrBuilder>getEndpointsOrBuilderList()Configuration for network endpoints. Contains only the names and aliases of the endpoints.
repeated .google.api.Endpoint endpoints = 18;
getMonitoredResources(int index)
publicabstractMonitoredResourceDescriptorgetMonitoredResources(intindex)Defines the monitored resources used by this service. This is required by the Service.monitoring and Service.logging configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
getMonitoredResourcesCount()
publicabstractintgetMonitoredResourcesCount()Defines the monitored resources used by this service. This is required by the Service.monitoring and Service.logging configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
getMonitoredResourcesList()
publicabstractList<MonitoredResourceDescriptor>getMonitoredResourcesList()Defines the monitored resources used by this service. This is required by the Service.monitoring and Service.logging configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
getMonitoredResourcesOrBuilder(int index)
publicabstractMonitoredResourceDescriptorOrBuildergetMonitoredResourcesOrBuilder(intindex)Defines the monitored resources used by this service. This is required by the Service.monitoring and Service.logging configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
getMonitoredResourcesOrBuilderList()
publicabstractList<?extendsMonitoredResourceDescriptorOrBuilder>getMonitoredResourcesOrBuilderList()Defines the monitored resources used by this service. This is required by the Service.monitoring and Service.logging configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
getMonitoring()
publicabstractMonitoringgetMonitoring()Monitoring configuration. This should not include the 'producer_destinations' field.
.google.api.Monitoring monitoring = 28;
The monitoring.
getMonitoringOrBuilder()
publicabstractMonitoringOrBuildergetMonitoringOrBuilder()Monitoring configuration. This should not include the 'producer_destinations' field.
.google.api.Monitoring monitoring = 28;
getName()
publicabstractStringgetName() The DNS address at which this service is available.
An example DNS address would be:
calendar.googleapis.com.
string name = 1;
The name.
getNameBytes()
publicabstractByteStringgetNameBytes() The DNS address at which this service is available.
An example DNS address would be:
calendar.googleapis.com.
string name = 1;
The bytes for name.
getQuota()
publicabstractQuotagetQuota()Quota configuration.
.google.api.Quota quota = 10;
The quota.
getQuotaOrBuilder()
publicabstractQuotaOrBuildergetQuotaOrBuilder()Quota configuration.
.google.api.Quota quota = 10;
getTitle()
publicabstractStringgetTitle()The product title for this service.
string title = 2;
The title.
getTitleBytes()
publicabstractByteStringgetTitleBytes()The product title for this service.
string title = 2;
The bytes for title.
getUsage()
publicabstractUsagegetUsage()Configuration controlling usage of this service.
.google.api.Usage usage = 15;
The usage.
getUsageOrBuilder()
publicabstractUsageOrBuildergetUsageOrBuilder()Configuration controlling usage of this service.
.google.api.Usage usage = 15;
hasAuthentication()
publicabstractbooleanhasAuthentication()Auth configuration. Contains only the OAuth rules.
.google.api.Authentication authentication = 11;
Whether the authentication field is set.
hasDocumentation()
publicabstractbooleanhasDocumentation()Additional API documentation. Contains only the summary and the documentation URL.
.google.api.Documentation documentation = 6;
Whether the documentation field is set.
hasMonitoring()
publicabstractbooleanhasMonitoring()Monitoring configuration. This should not include the 'producer_destinations' field.
.google.api.Monitoring monitoring = 28;
Whether the monitoring field is set.
hasQuota()
publicabstractbooleanhasQuota()Quota configuration.
.google.api.Quota quota = 10;
Whether the quota field is set.
hasUsage()
publicabstractbooleanhasUsage()Configuration controlling usage of this service.
.google.api.Usage usage = 15;
Whether the usage field is set.