- 2.53.0 (latest)
- 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
public interface ServiceConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getApis(int index)
public abstract Api getApis(int index)
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()
public abstract int getApisCount()
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()
public abstract List<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)
public abstract ApiOrBuilder getApisOrBuilder(int index)
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()
public abstract List<? extends ApiOrBuilder> 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()
public abstract Authentication getAuthentication()
Auth configuration. Contains only the OAuth rules.
.google.api.Authentication authentication = 11;
Returns | |
---|---|
Type | Description |
com.google.api.Authentication | The authentication. |
getAuthenticationOrBuilder()
public abstract AuthenticationOrBuilder getAuthenticationOrBuilder()
Auth configuration. Contains only the OAuth rules.
.google.api.Authentication authentication = 11;
Returns | |
---|---|
Type | Description |
com.google.api.AuthenticationOrBuilder |
getDocumentation()
public abstract Documentation getDocumentation()
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()
public abstract DocumentationOrBuilder getDocumentationOrBuilder()
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)
public abstract Endpoint getEndpoints(int index)
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()
public abstract int getEndpointsCount()
Configuration for network endpoints. Contains only the names and aliases of the endpoints.
repeated .google.api.Endpoint endpoints = 18;
Returns | |
---|---|
Type | Description |
int |
getEndpointsList()
public abstract List<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)
public abstract EndpointOrBuilder getEndpointsOrBuilder(int index)
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()
public abstract List<? extends EndpointOrBuilder> 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)
public abstract MonitoredResourceDescriptor getMonitoredResources(int index)
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()
public abstract int getMonitoredResourcesCount()
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()
public abstract List<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)
public abstract MonitoredResourceDescriptorOrBuilder getMonitoredResourcesOrBuilder(int index)
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()
public abstract List<? extends MonitoredResourceDescriptorOrBuilder> 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()
public abstract Monitoring getMonitoring()
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()
public abstract MonitoringOrBuilder getMonitoringOrBuilder()
Monitoring configuration. This should not include the 'producer_destinations' field.
.google.api.Monitoring monitoring = 28;
Returns | |
---|---|
Type | Description |
com.google.api.MonitoringOrBuilder |
getName()
public abstract String getName()
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()
public abstract ByteString getNameBytes()
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()
public abstract Quota getQuota()
Quota configuration.
.google.api.Quota quota = 10;
Returns | |
---|---|
Type | Description |
com.google.api.Quota | The quota. |
getQuotaOrBuilder()
public abstract QuotaOrBuilder getQuotaOrBuilder()
Quota configuration.
.google.api.Quota quota = 10;
Returns | |
---|---|
Type | Description |
com.google.api.QuotaOrBuilder |
getTitle()
public abstract String getTitle()
The product title for this service.
string title = 2;
Returns | |
---|---|
Type | Description |
String | The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()
The product title for this service.
string title = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for title. |
getUsage()
public abstract Usage getUsage()
Configuration controlling usage of this service.
.google.api.Usage usage = 15;
Returns | |
---|---|
Type | Description |
com.google.api.Usage | The usage. |
getUsageOrBuilder()
public abstract UsageOrBuilder getUsageOrBuilder()
Configuration controlling usage of this service.
.google.api.Usage usage = 15;
Returns | |
---|---|
Type | Description |
com.google.api.UsageOrBuilder |
hasAuthentication()
public abstract boolean hasAuthentication()
Auth configuration. Contains only the OAuth rules.
.google.api.Authentication authentication = 11;
Returns | |
---|---|
Type | Description |
boolean | Whether the authentication field is set. |
hasDocumentation()
public abstract boolean hasDocumentation()
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()
public abstract boolean hasMonitoring()
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()
public abstract boolean hasQuota()
Quota configuration.
.google.api.Quota quota = 10;
Returns | |
---|---|
Type | Description |
boolean | Whether the quota field is set. |
hasUsage()
public abstract boolean hasUsage()
Configuration controlling usage of this service.
.google.api.Usage usage = 15;
Returns | |
---|---|
Type | Description |
boolean | Whether the usage field is set. |