Interface ServiceConfigOrBuilder (2.63.0)
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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Api |
|
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;
| Returns | |
|---|---|
| Type | Description |
int |
|
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;
| Returns | |
|---|---|
| Type | Description |
List<Api> |
|
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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ApiOrBuilder |
|
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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.protobuf.ApiOrBuilder> |
|
getAuthentication()
publicabstractAuthenticationgetAuthentication()Auth configuration. Contains only the OAuth rules.
.google.api.Authentication authentication = 11;
| Returns | |
|---|---|
| Type | Description |
com.google.api.Authentication |
The authentication. |
getAuthenticationOrBuilder()
publicabstractAuthenticationOrBuildergetAuthenticationOrBuilder()Auth configuration. Contains only the OAuth rules.
.google.api.Authentication authentication = 11;
| Returns | |
|---|---|
| Type | Description |
com.google.api.AuthenticationOrBuilder |
|
getDocumentation()
publicabstractDocumentationgetDocumentation()Additional API documentation. Contains only the summary and the documentation URL.
.google.api.Documentation documentation = 6;
| Returns | |
|---|---|
| Type | Description |
com.google.api.Documentation |
The documentation. |
getDocumentationOrBuilder()
publicabstractDocumentationOrBuildergetDocumentationOrBuilder()Additional API documentation. Contains only the summary and the documentation URL.
.google.api.Documentation documentation = 6;
| Returns | |
|---|---|
| Type | Description |
com.google.api.DocumentationOrBuilder |
|
getEndpoints(int index)
publicabstractEndpointgetEndpoints(intindex)Configuration for network endpoints. Contains only the names and aliases of the endpoints.
repeated .google.api.Endpoint endpoints = 18;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.api.Endpoint |
|
getEndpointsCount()
publicabstractintgetEndpointsCount()Configuration for network endpoints. Contains only the names and aliases of the endpoints.
repeated .google.api.Endpoint endpoints = 18;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEndpointsList()
publicabstractList<Endpoint>getEndpointsList()Configuration for network endpoints. Contains only the names and aliases of the endpoints.
repeated .google.api.Endpoint endpoints = 18;
| Returns | |
|---|---|
| Type | Description |
List<com.google.api.Endpoint> |
|
getEndpointsOrBuilder(int index)
publicabstractEndpointOrBuildergetEndpointsOrBuilder(intindex)Configuration for network endpoints. Contains only the names and aliases of the endpoints.
repeated .google.api.Endpoint endpoints = 18;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.api.EndpointOrBuilder |
|
getEndpointsOrBuilderList()
publicabstractList<?extendsEndpointOrBuilder>getEndpointsOrBuilderList()Configuration for network endpoints. Contains only the names and aliases of the endpoints.
repeated .google.api.Endpoint endpoints = 18;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.api.EndpointOrBuilder> |
|
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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.api.MonitoredResourceDescriptor |
|
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;
| Returns | |
|---|---|
| Type | Description |
int |
|
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;
| Returns | |
|---|---|
| Type | Description |
List<com.google.api.MonitoredResourceDescriptor> |
|
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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.api.MonitoredResourceDescriptorOrBuilder |
|
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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.api.MonitoredResourceDescriptorOrBuilder> |
|
getMonitoring()
publicabstractMonitoringgetMonitoring()Monitoring configuration. This should not include the 'producer_destinations' field.
.google.api.Monitoring monitoring = 28;
| Returns | |
|---|---|
| Type | Description |
com.google.api.Monitoring |
The monitoring. |
getMonitoringOrBuilder()
publicabstractMonitoringOrBuildergetMonitoringOrBuilder()Monitoring configuration. This should not include the 'producer_destinations' field.
.google.api.Monitoring monitoring = 28;
| Returns | |
|---|---|
| Type | Description |
com.google.api.MonitoringOrBuilder |
|
getName()
publicabstractStringgetName()The DNS address at which this service is available.
An example DNS address would be:
calendar.googleapis.com.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getQuota()
publicabstractQuotagetQuota()Quota configuration.
.google.api.Quota quota = 10;
| Returns | |
|---|---|
| Type | Description |
com.google.api.Quota |
The quota. |
getQuotaOrBuilder()
publicabstractQuotaOrBuildergetQuotaOrBuilder()Quota configuration.
.google.api.Quota quota = 10;
| Returns | |
|---|---|
| Type | Description |
com.google.api.QuotaOrBuilder |
|
getTitle()
publicabstractStringgetTitle()The product title for this service.
string title = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The title. |
getTitleBytes()
publicabstractByteStringgetTitleBytes()The product title for this service.
string title = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for title. |
getUsage()
publicabstractUsagegetUsage()Configuration controlling usage of this service.
.google.api.Usage usage = 15;
| Returns | |
|---|---|
| Type | Description |
com.google.api.Usage |
The usage. |
getUsageOrBuilder()
publicabstractUsageOrBuildergetUsageOrBuilder()Configuration controlling usage of this service.
.google.api.Usage usage = 15;
| Returns | |
|---|---|
| Type | Description |
com.google.api.UsageOrBuilder |
|
hasAuthentication()
publicabstractbooleanhasAuthentication()Auth configuration. Contains only the OAuth rules.
.google.api.Authentication authentication = 11;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the authentication field is set. |
hasDocumentation()
publicabstractbooleanhasDocumentation()Additional API documentation. Contains only the summary and the documentation URL.
.google.api.Documentation documentation = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the documentation field is set. |
hasMonitoring()
publicabstractbooleanhasMonitoring()Monitoring configuration. This should not include the 'producer_destinations' field.
.google.api.Monitoring monitoring = 28;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the monitoring field is set. |
hasQuota()
publicabstractbooleanhasQuota()Quota configuration.
.google.api.Quota quota = 10;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the quota field is set. |
hasUsage()
publicabstractbooleanhasUsage()Configuration controlling usage of this service.
.google.api.Usage usage = 15;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the usage field is set. |