Package com.google.api
Class Service.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Service.Builder>
-
- com.google.api.Service.Builder
-
- All Implemented Interfaces:
ServiceOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- Service
public static final class Service.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Service.Builder> implements ServiceOrBuilder
`Service` is the root object of Google API service configuration (service config). It describes the basic information about a logical service, such as the service name and the user-facing title, and delegates other aspects to sub-sections. Each sub-section is either a proto message or a repeated proto message that configures a specific aspect, such as auth. For more information, see each proto message definition. Example: type: google.api.Service name: calendar.googleapis.com title: Google Calendar API apis: - name: google.calendar.v3.Calendar visibility: rules: - selector: "google.calendar.v3.*" restriction: PREVIEW backend: rules: - selector: "google.calendar.v3.*" address: calendar.example.com authentication: providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*" requirements: provider_id: google_calendar_authProtobuf typegoogle.api.Service
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Service.BuilderaddAllApis(Iterable<? extends com.google.protobuf.Api> values)A list of API interfaces exported by this service.Service.BuilderaddAllEndpoints(Iterable<? extends Endpoint> values)Configuration for network endpoints.Service.BuilderaddAllEnums(Iterable<? extends com.google.protobuf.Enum> values)A list of all enum types included in this API service.Service.BuilderaddAllLogs(Iterable<? extends LogDescriptor> values)Defines the logs used by this service.Service.BuilderaddAllMetrics(Iterable<? extends MetricDescriptor> values)Defines the metrics used by this service.Service.BuilderaddAllMonitoredResources(Iterable<? extends MonitoredResourceDescriptor> values)Defines the monitored resources used by this service.Service.BuilderaddAllTypes(Iterable<? extends com.google.protobuf.Type> values)A list of all proto message types included in this API service.Service.BuilderaddApis(int index, com.google.protobuf.Api value)A list of API interfaces exported by this service.Service.BuilderaddApis(int index, com.google.protobuf.Api.Builder builderForValue)A list of API interfaces exported by this service.Service.BuilderaddApis(com.google.protobuf.Api value)A list of API interfaces exported by this service.Service.BuilderaddApis(com.google.protobuf.Api.Builder builderForValue)A list of API interfaces exported by this service.com.google.protobuf.Api.BuilderaddApisBuilder()A list of API interfaces exported by this service.com.google.protobuf.Api.BuilderaddApisBuilder(int index)A list of API interfaces exported by this service.Service.BuilderaddEndpoints(int index, Endpoint value)Configuration for network endpoints.Service.BuilderaddEndpoints(int index, Endpoint.Builder builderForValue)Configuration for network endpoints.Service.BuilderaddEndpoints(Endpoint value)Configuration for network endpoints.Service.BuilderaddEndpoints(Endpoint.Builder builderForValue)Configuration for network endpoints.Endpoint.BuilderaddEndpointsBuilder()Configuration for network endpoints.Endpoint.BuilderaddEndpointsBuilder(int index)Configuration for network endpoints.Service.BuilderaddEnums(int index, com.google.protobuf.Enum value)A list of all enum types included in this API service.Service.BuilderaddEnums(int index, com.google.protobuf.Enum.Builder builderForValue)A list of all enum types included in this API service.Service.BuilderaddEnums(com.google.protobuf.Enum value)A list of all enum types included in this API service.Service.BuilderaddEnums(com.google.protobuf.Enum.Builder builderForValue)A list of all enum types included in this API service.com.google.protobuf.Enum.BuilderaddEnumsBuilder()A list of all enum types included in this API service.com.google.protobuf.Enum.BuilderaddEnumsBuilder(int index)A list of all enum types included in this API service.Service.BuilderaddLogs(int index, LogDescriptor value)Defines the logs used by this service.Service.BuilderaddLogs(int index, LogDescriptor.Builder builderForValue)Defines the logs used by this service.Service.BuilderaddLogs(LogDescriptor value)Defines the logs used by this service.Service.BuilderaddLogs(LogDescriptor.Builder builderForValue)Defines the logs used by this service.LogDescriptor.BuilderaddLogsBuilder()Defines the logs used by this service.LogDescriptor.BuilderaddLogsBuilder(int index)Defines the logs used by this service.Service.BuilderaddMetrics(int index, MetricDescriptor value)Defines the metrics used by this service.Service.BuilderaddMetrics(int index, MetricDescriptor.Builder builderForValue)Defines the metrics used by this service.Service.BuilderaddMetrics(MetricDescriptor value)Defines the metrics used by this service.Service.BuilderaddMetrics(MetricDescriptor.Builder builderForValue)Defines the metrics used by this service.MetricDescriptor.BuilderaddMetricsBuilder()Defines the metrics used by this service.MetricDescriptor.BuilderaddMetricsBuilder(int index)Defines the metrics used by this service.Service.BuilderaddMonitoredResources(int index, MonitoredResourceDescriptor value)Defines the monitored resources used by this service.Service.BuilderaddMonitoredResources(int index, MonitoredResourceDescriptor.Builder builderForValue)Defines the monitored resources used by this service.Service.BuilderaddMonitoredResources(MonitoredResourceDescriptor value)Defines the monitored resources used by this service.Service.BuilderaddMonitoredResources(MonitoredResourceDescriptor.Builder builderForValue)Defines the monitored resources used by this service.MonitoredResourceDescriptor.BuilderaddMonitoredResourcesBuilder()Defines the monitored resources used by this service.MonitoredResourceDescriptor.BuilderaddMonitoredResourcesBuilder(int index)Defines the monitored resources used by this service.Service.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Service.BuilderaddTypes(int index, com.google.protobuf.Type value)A list of all proto message types included in this API service.Service.BuilderaddTypes(int index, com.google.protobuf.Type.Builder builderForValue)A list of all proto message types included in this API service.Service.BuilderaddTypes(com.google.protobuf.Type value)A list of all proto message types included in this API service.Service.BuilderaddTypes(com.google.protobuf.Type.Builder builderForValue)A list of all proto message types included in this API service.com.google.protobuf.Type.BuilderaddTypesBuilder()A list of all proto message types included in this API service.com.google.protobuf.Type.BuilderaddTypesBuilder(int index)A list of all proto message types included in this API service.Servicebuild()ServicebuildPartial()Service.Builderclear()Service.BuilderclearApis()A list of API interfaces exported by this service.Service.BuilderclearAuthentication()Auth configuration.Service.BuilderclearBackend()API backend configuration.Service.BuilderclearBilling()Billing configuration.Service.BuilderclearConfigVersion()Obsolete.Service.BuilderclearContext()Context configuration.Service.BuilderclearControl()Configuration for the service control plane.Service.BuilderclearDocumentation()Additional API documentation.Service.BuilderclearEndpoints()Configuration for network endpoints.Service.BuilderclearEnums()A list of all enum types included in this API service.Service.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Service.BuilderclearHttp()HTTP configuration.Service.BuilderclearId()A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose.Service.BuilderclearLogging()Logging configuration.Service.BuilderclearLogs()Defines the logs used by this service.Service.BuilderclearMetrics()Defines the metrics used by this service.Service.BuilderclearMonitoredResources()Defines the monitored resources used by this service.Service.BuilderclearMonitoring()Monitoring configuration.Service.BuilderclearName()The service name, which is a DNS-like logical identifier for the service, such as `calendar.googleapis.com`.Service.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Service.BuilderclearProducerProjectId()The Google project that owns this service.Service.BuilderclearPublishing()Settings for [Google Cloud Client libraries](https://cloud.google.com/apis/docs/cloud-client-libraries) generated from APIs defined as protocol buffers.Service.BuilderclearQuota()Quota configuration.Service.BuilderclearSourceInfo()Output only.Service.BuilderclearSystemParameters()System parameter configuration.Service.BuilderclearTitle()The product title for this service, it is the name displayed in Google Cloud Console.Service.BuilderclearTypes()A list of all proto message types included in this API service.Service.BuilderclearUsage()Configuration controlling usage of this service.Service.Builderclone()com.google.protobuf.ApigetApis(int index)A list of API interfaces exported by this service.com.google.protobuf.Api.BuildergetApisBuilder(int index)A list of API interfaces exported by this service.List<com.google.protobuf.Api.Builder>getApisBuilderList()A list of API interfaces exported by this service.intgetApisCount()A list of API interfaces exported by this service.List<com.google.protobuf.Api>getApisList()A list of API interfaces exported by this service.com.google.protobuf.ApiOrBuildergetApisOrBuilder(int index)A list of API interfaces exported by this service.List<? extends com.google.protobuf.ApiOrBuilder>getApisOrBuilderList()A list of API interfaces exported by this service.AuthenticationgetAuthentication()Auth configuration.Authentication.BuildergetAuthenticationBuilder()Auth configuration.AuthenticationOrBuildergetAuthenticationOrBuilder()Auth configuration.BackendgetBackend()API backend configuration.Backend.BuildergetBackendBuilder()API backend configuration.BackendOrBuildergetBackendOrBuilder()API backend configuration.BillinggetBilling()Billing configuration.Billing.BuildergetBillingBuilder()Billing configuration.BillingOrBuildergetBillingOrBuilder()Billing configuration.com.google.protobuf.UInt32ValuegetConfigVersion()Obsolete.com.google.protobuf.UInt32Value.BuildergetConfigVersionBuilder()Obsolete.com.google.protobuf.UInt32ValueOrBuildergetConfigVersionOrBuilder()Obsolete.ContextgetContext()Context configuration.Context.BuildergetContextBuilder()Context configuration.ContextOrBuildergetContextOrBuilder()Context configuration.ControlgetControl()Configuration for the service control plane.Control.BuildergetControlBuilder()Configuration for the service control plane.ControlOrBuildergetControlOrBuilder()Configuration for the service control plane.ServicegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()DocumentationgetDocumentation()Additional API documentation.Documentation.BuildergetDocumentationBuilder()Additional API documentation.DocumentationOrBuildergetDocumentationOrBuilder()Additional API documentation.EndpointgetEndpoints(int index)Configuration for network endpoints.Endpoint.BuildergetEndpointsBuilder(int index)Configuration for network endpoints.List<Endpoint.Builder>getEndpointsBuilderList()Configuration for network endpoints.intgetEndpointsCount()Configuration for network endpoints.List<Endpoint>getEndpointsList()Configuration for network endpoints.EndpointOrBuildergetEndpointsOrBuilder(int index)Configuration for network endpoints.List<? extends EndpointOrBuilder>getEndpointsOrBuilderList()Configuration for network endpoints.com.google.protobuf.EnumgetEnums(int index)A list of all enum types included in this API service.com.google.protobuf.Enum.BuildergetEnumsBuilder(int index)A list of all enum types included in this API service.List<com.google.protobuf.Enum.Builder>getEnumsBuilderList()A list of all enum types included in this API service.intgetEnumsCount()A list of all enum types included in this API service.List<com.google.protobuf.Enum>getEnumsList()A list of all enum types included in this API service.com.google.protobuf.EnumOrBuildergetEnumsOrBuilder(int index)A list of all enum types included in this API service.List<? extends com.google.protobuf.EnumOrBuilder>getEnumsOrBuilderList()A list of all enum types included in this API service.HttpgetHttp()HTTP configuration.Http.BuildergetHttpBuilder()HTTP configuration.HttpOrBuildergetHttpOrBuilder()HTTP configuration.StringgetId()A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose.com.google.protobuf.ByteStringgetIdBytes()A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose.LogginggetLogging()Logging configuration.Logging.BuildergetLoggingBuilder()Logging configuration.LoggingOrBuildergetLoggingOrBuilder()Logging configuration.LogDescriptorgetLogs(int index)Defines the logs used by this service.LogDescriptor.BuildergetLogsBuilder(int index)Defines the logs used by this service.List<LogDescriptor.Builder>getLogsBuilderList()Defines the logs used by this service.intgetLogsCount()Defines the logs used by this service.List<LogDescriptor>getLogsList()Defines the logs used by this service.LogDescriptorOrBuildergetLogsOrBuilder(int index)Defines the logs used by this service.List<? extends LogDescriptorOrBuilder>getLogsOrBuilderList()Defines the logs used by this service.MetricDescriptorgetMetrics(int index)Defines the metrics used by this service.MetricDescriptor.BuildergetMetricsBuilder(int index)Defines the metrics used by this service.List<MetricDescriptor.Builder>getMetricsBuilderList()Defines the metrics used by this service.intgetMetricsCount()Defines the metrics used by this service.List<MetricDescriptor>getMetricsList()Defines the metrics used by this service.MetricDescriptorOrBuildergetMetricsOrBuilder(int index)Defines the metrics used by this service.List<? extends MetricDescriptorOrBuilder>getMetricsOrBuilderList()Defines the metrics used by this service.MonitoredResourceDescriptorgetMonitoredResources(int index)Defines the monitored resources used by this service.MonitoredResourceDescriptor.BuildergetMonitoredResourcesBuilder(int index)Defines the monitored resources used by this service.List<MonitoredResourceDescriptor.Builder>getMonitoredResourcesBuilderList()Defines the monitored resources used by this service.intgetMonitoredResourcesCount()Defines the monitored resources used by this service.List<MonitoredResourceDescriptor>getMonitoredResourcesList()Defines the monitored resources used by this service.MonitoredResourceDescriptorOrBuildergetMonitoredResourcesOrBuilder(int index)Defines the monitored resources used by this service.List<? extends MonitoredResourceDescriptorOrBuilder>getMonitoredResourcesOrBuilderList()Defines the monitored resources used by this service.MonitoringgetMonitoring()Monitoring configuration.Monitoring.BuildergetMonitoringBuilder()Monitoring configuration.MonitoringOrBuildergetMonitoringOrBuilder()Monitoring configuration.StringgetName()The service name, which is a DNS-like logical identifier for the service, such as `calendar.googleapis.com`.com.google.protobuf.ByteStringgetNameBytes()The service name, which is a DNS-like logical identifier for the service, such as `calendar.googleapis.com`.StringgetProducerProjectId()The Google project that owns this service.com.google.protobuf.ByteStringgetProducerProjectIdBytes()The Google project that owns this service.PublishinggetPublishing()Settings for [Google Cloud Client libraries](https://cloud.google.com/apis/docs/cloud-client-libraries) generated from APIs defined as protocol buffers.Publishing.BuildergetPublishingBuilder()Settings for [Google Cloud Client libraries](https://cloud.google.com/apis/docs/cloud-client-libraries) generated from APIs defined as protocol buffers.PublishingOrBuildergetPublishingOrBuilder()Settings for [Google Cloud Client libraries](https://cloud.google.com/apis/docs/cloud-client-libraries) generated from APIs defined as protocol buffers.QuotagetQuota()Quota configuration.Quota.BuildergetQuotaBuilder()Quota configuration.QuotaOrBuildergetQuotaOrBuilder()Quota configuration.SourceInfogetSourceInfo()Output only.SourceInfo.BuildergetSourceInfoBuilder()Output only.SourceInfoOrBuildergetSourceInfoOrBuilder()Output only.SystemParametersgetSystemParameters()System parameter configuration.SystemParameters.BuildergetSystemParametersBuilder()System parameter configuration.SystemParametersOrBuildergetSystemParametersOrBuilder()System parameter configuration.StringgetTitle()The product title for this service, it is the name displayed in Google Cloud Console.com.google.protobuf.ByteStringgetTitleBytes()The product title for this service, it is the name displayed in Google Cloud Console.com.google.protobuf.TypegetTypes(int index)A list of all proto message types included in this API service.com.google.protobuf.Type.BuildergetTypesBuilder(int index)A list of all proto message types included in this API service.List<com.google.protobuf.Type.Builder>getTypesBuilderList()A list of all proto message types included in this API service.intgetTypesCount()A list of all proto message types included in this API service.List<com.google.protobuf.Type>getTypesList()A list of all proto message types included in this API service.com.google.protobuf.TypeOrBuildergetTypesOrBuilder(int index)A list of all proto message types included in this API service.List<? extends com.google.protobuf.TypeOrBuilder>getTypesOrBuilderList()A list of all proto message types included in this API service.UsagegetUsage()Configuration controlling usage of this service.Usage.BuildergetUsageBuilder()Configuration controlling usage of this service.UsageOrBuildergetUsageOrBuilder()Configuration controlling usage of this service.booleanhasAuthentication()Auth configuration.booleanhasBackend()API backend configuration.booleanhasBilling()Billing configuration.booleanhasConfigVersion()Obsolete.booleanhasContext()Context configuration.booleanhasControl()Configuration for the service control plane.booleanhasDocumentation()Additional API documentation.booleanhasHttp()HTTP configuration.booleanhasLogging()Logging configuration.booleanhasMonitoring()Monitoring configuration.booleanhasPublishing()Settings for [Google Cloud Client libraries](https://cloud.google.com/apis/docs/cloud-client-libraries) generated from APIs defined as protocol buffers.booleanhasQuota()Quota configuration.booleanhasSourceInfo()Output only.booleanhasSystemParameters()System parameter configuration.booleanhasUsage()Configuration controlling usage of this service.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Service.BuildermergeAuthentication(Authentication value)Auth configuration.Service.BuildermergeBackend(Backend value)API backend configuration.Service.BuildermergeBilling(Billing value)Billing configuration.Service.BuildermergeConfigVersion(com.google.protobuf.UInt32Value value)Obsolete.Service.BuildermergeContext(Context value)Context configuration.Service.BuildermergeControl(Control value)Configuration for the service control plane.Service.BuildermergeDocumentation(Documentation value)Additional API documentation.Service.BuildermergeFrom(Service other)Service.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Service.BuildermergeFrom(com.google.protobuf.Message other)Service.BuildermergeHttp(Http value)HTTP configuration.Service.BuildermergeLogging(Logging value)Logging configuration.Service.BuildermergeMonitoring(Monitoring value)Monitoring configuration.Service.BuildermergePublishing(Publishing value)Settings for [Google Cloud Client libraries](https://cloud.google.com/apis/docs/cloud-client-libraries) generated from APIs defined as protocol buffers.Service.BuildermergeQuota(Quota value)Quota configuration.Service.BuildermergeSourceInfo(SourceInfo value)Output only.Service.BuildermergeSystemParameters(SystemParameters value)System parameter configuration.Service.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Service.BuildermergeUsage(Usage value)Configuration controlling usage of this service.Service.BuilderremoveApis(int index)A list of API interfaces exported by this service.Service.BuilderremoveEndpoints(int index)Configuration for network endpoints.Service.BuilderremoveEnums(int index)A list of all enum types included in this API service.Service.BuilderremoveLogs(int index)Defines the logs used by this service.Service.BuilderremoveMetrics(int index)Defines the metrics used by this service.Service.BuilderremoveMonitoredResources(int index)Defines the monitored resources used by this service.Service.BuilderremoveTypes(int index)A list of all proto message types included in this API service.Service.BuildersetApis(int index, com.google.protobuf.Api value)A list of API interfaces exported by this service.Service.BuildersetApis(int index, com.google.protobuf.Api.Builder builderForValue)A list of API interfaces exported by this service.Service.BuildersetAuthentication(Authentication value)Auth configuration.Service.BuildersetAuthentication(Authentication.Builder builderForValue)Auth configuration.Service.BuildersetBackend(Backend value)API backend configuration.Service.BuildersetBackend(Backend.Builder builderForValue)API backend configuration.Service.BuildersetBilling(Billing value)Billing configuration.Service.BuildersetBilling(Billing.Builder builderForValue)Billing configuration.Service.BuildersetConfigVersion(com.google.protobuf.UInt32Value value)Obsolete.Service.BuildersetConfigVersion(com.google.protobuf.UInt32Value.Builder builderForValue)Obsolete.Service.BuildersetContext(Context value)Context configuration.Service.BuildersetContext(Context.Builder builderForValue)Context configuration.Service.BuildersetControl(Control value)Configuration for the service control plane.Service.BuildersetControl(Control.Builder builderForValue)Configuration for the service control plane.Service.BuildersetDocumentation(Documentation value)Additional API documentation.Service.BuildersetDocumentation(Documentation.Builder builderForValue)Additional API documentation.Service.BuildersetEndpoints(int index, Endpoint value)Configuration for network endpoints.Service.BuildersetEndpoints(int index, Endpoint.Builder builderForValue)Configuration for network endpoints.Service.BuildersetEnums(int index, com.google.protobuf.Enum value)A list of all enum types included in this API service.Service.BuildersetEnums(int index, com.google.protobuf.Enum.Builder builderForValue)A list of all enum types included in this API service.Service.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Service.BuildersetHttp(Http value)HTTP configuration.Service.BuildersetHttp(Http.Builder builderForValue)HTTP configuration.Service.BuildersetId(String value)A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose.Service.BuildersetIdBytes(com.google.protobuf.ByteString value)A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose.Service.BuildersetLogging(Logging value)Logging configuration.Service.BuildersetLogging(Logging.Builder builderForValue)Logging configuration.Service.BuildersetLogs(int index, LogDescriptor value)Defines the logs used by this service.Service.BuildersetLogs(int index, LogDescriptor.Builder builderForValue)Defines the logs used by this service.Service.BuildersetMetrics(int index, MetricDescriptor value)Defines the metrics used by this service.Service.BuildersetMetrics(int index, MetricDescriptor.Builder builderForValue)Defines the metrics used by this service.Service.BuildersetMonitoredResources(int index, MonitoredResourceDescriptor value)Defines the monitored resources used by this service.Service.BuildersetMonitoredResources(int index, MonitoredResourceDescriptor.Builder builderForValue)Defines the monitored resources used by this service.Service.BuildersetMonitoring(Monitoring value)Monitoring configuration.Service.BuildersetMonitoring(Monitoring.Builder builderForValue)Monitoring configuration.Service.BuildersetName(String value)The service name, which is a DNS-like logical identifier for the service, such as `calendar.googleapis.com`.Service.BuildersetNameBytes(com.google.protobuf.ByteString value)The service name, which is a DNS-like logical identifier for the service, such as `calendar.googleapis.com`.Service.BuildersetProducerProjectId(String value)The Google project that owns this service.Service.BuildersetProducerProjectIdBytes(com.google.protobuf.ByteString value)The Google project that owns this service.Service.BuildersetPublishing(Publishing value)Settings for [Google Cloud Client libraries](https://cloud.google.com/apis/docs/cloud-client-libraries) generated from APIs defined as protocol buffers.Service.BuildersetPublishing(Publishing.Builder builderForValue)Settings for [Google Cloud Client libraries](https://cloud.google.com/apis/docs/cloud-client-libraries) generated from APIs defined as protocol buffers.Service.BuildersetQuota(Quota value)Quota configuration.Service.BuildersetQuota(Quota.Builder builderForValue)Quota configuration.Service.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Service.BuildersetSourceInfo(SourceInfo value)Output only.Service.BuildersetSourceInfo(SourceInfo.Builder builderForValue)Output only.Service.BuildersetSystemParameters(SystemParameters value)System parameter configuration.Service.BuildersetSystemParameters(SystemParameters.Builder builderForValue)System parameter configuration.Service.BuildersetTitle(String value)The product title for this service, it is the name displayed in Google Cloud Console.Service.BuildersetTitleBytes(com.google.protobuf.ByteString value)The product title for this service, it is the name displayed in Google Cloud Console.Service.BuildersetTypes(int index, com.google.protobuf.Type value)A list of all proto message types included in this API service.Service.BuildersetTypes(int index, com.google.protobuf.Type.Builder builderForValue)A list of all proto message types included in this API service.Service.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Service.BuildersetUsage(Usage value)Configuration controlling usage of this service.Service.BuildersetUsage(Usage.Builder builderForValue)Configuration controlling usage of this service.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Service.Builder>
-
clear
public Service.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Service.Builder>
-
getDefaultInstanceForType
public Service getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Service build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Service buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Service.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Service.Builder>
-
setField
public Service.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.Builder>
-
clearField
public Service.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.Builder>
-
clearOneof
public Service.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.Builder>
-
setRepeatedField
public Service.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.Builder>
-
addRepeatedField
public Service.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.Builder>
-
mergeFrom
public Service.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Service.Builder>
-
mergeFrom
public Service.Builder mergeFrom(Service other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.Builder>
-
mergeFrom
public Service.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Service.Builder>- Throws:
IOException
-
getName
public String getName()
The service name, which is a DNS-like logical identifier for the service, such as `calendar.googleapis.com`. The service name typically goes through DNS verification to make sure the owner of the service also owns the DNS name.
string name = 1;- Specified by:
getNamein interfaceServiceOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
The service name, which is a DNS-like logical identifier for the service, such as `calendar.googleapis.com`. The service name typically goes through DNS verification to make sure the owner of the service also owns the DNS name.
string name = 1;- Specified by:
getNameBytesin interfaceServiceOrBuilder- Returns:
- The bytes for name.
-
setName
public Service.Builder setName(String value)
The service name, which is a DNS-like logical identifier for the service, such as `calendar.googleapis.com`. The service name typically goes through DNS verification to make sure the owner of the service also owns the DNS name.
string name = 1;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public Service.Builder clearName()
The service name, which is a DNS-like logical identifier for the service, such as `calendar.googleapis.com`. The service name typically goes through DNS verification to make sure the owner of the service also owns the DNS name.
string name = 1;- Returns:
- This builder for chaining.
-
setNameBytes
public Service.Builder setNameBytes(com.google.protobuf.ByteString value)
The service name, which is a DNS-like logical identifier for the service, such as `calendar.googleapis.com`. The service name typically goes through DNS verification to make sure the owner of the service also owns the DNS name.
string name = 1;- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getTitle
public String getTitle()
The product title for this service, it is the name displayed in Google Cloud Console.
string title = 2;- Specified by:
getTitlein interfaceServiceOrBuilder- Returns:
- The title.
-
getTitleBytes
public com.google.protobuf.ByteString getTitleBytes()
The product title for this service, it is the name displayed in Google Cloud Console.
string title = 2;- Specified by:
getTitleBytesin interfaceServiceOrBuilder- Returns:
- The bytes for title.
-
setTitle
public Service.Builder setTitle(String value)
The product title for this service, it is the name displayed in Google Cloud Console.
string title = 2;- Parameters:
value- The title to set.- Returns:
- This builder for chaining.
-
clearTitle
public Service.Builder clearTitle()
The product title for this service, it is the name displayed in Google Cloud Console.
string title = 2;- Returns:
- This builder for chaining.
-
setTitleBytes
public Service.Builder setTitleBytes(com.google.protobuf.ByteString value)
The product title for this service, it is the name displayed in Google Cloud Console.
string title = 2;- Parameters:
value- The bytes for title to set.- Returns:
- This builder for chaining.
-
getProducerProjectId
public String getProducerProjectId()
The Google project that owns this service.
string producer_project_id = 22;- Specified by:
getProducerProjectIdin interfaceServiceOrBuilder- Returns:
- The producerProjectId.
-
getProducerProjectIdBytes
public com.google.protobuf.ByteString getProducerProjectIdBytes()
The Google project that owns this service.
string producer_project_id = 22;- Specified by:
getProducerProjectIdBytesin interfaceServiceOrBuilder- Returns:
- The bytes for producerProjectId.
-
setProducerProjectId
public Service.Builder setProducerProjectId(String value)
The Google project that owns this service.
string producer_project_id = 22;- Parameters:
value- The producerProjectId to set.- Returns:
- This builder for chaining.
-
clearProducerProjectId
public Service.Builder clearProducerProjectId()
The Google project that owns this service.
string producer_project_id = 22;- Returns:
- This builder for chaining.
-
setProducerProjectIdBytes
public Service.Builder setProducerProjectIdBytes(com.google.protobuf.ByteString value)
The Google project that owns this service.
string producer_project_id = 22;- Parameters:
value- The bytes for producerProjectId to set.- Returns:
- This builder for chaining.
-
getId
public String getId()
A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose. Must be no longer than 63 characters and only lower case letters, digits, '.', '_' and '-' are allowed. If empty, the server may choose to generate one instead.
string id = 33;- Specified by:
getIdin interfaceServiceOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose. Must be no longer than 63 characters and only lower case letters, digits, '.', '_' and '-' are allowed. If empty, the server may choose to generate one instead.
string id = 33;- Specified by:
getIdBytesin interfaceServiceOrBuilder- Returns:
- The bytes for id.
-
setId
public Service.Builder setId(String value)
A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose. Must be no longer than 63 characters and only lower case letters, digits, '.', '_' and '-' are allowed. If empty, the server may choose to generate one instead.
string id = 33;- Parameters:
value- The id to set.- Returns:
- This builder for chaining.
-
clearId
public Service.Builder clearId()
A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose. Must be no longer than 63 characters and only lower case letters, digits, '.', '_' and '-' are allowed. If empty, the server may choose to generate one instead.
string id = 33;- Returns:
- This builder for chaining.
-
setIdBytes
public Service.Builder setIdBytes(com.google.protobuf.ByteString value)
A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose. Must be no longer than 63 characters and only lower case letters, digits, '.', '_' and '-' are allowed. If empty, the server may choose to generate one instead.
string id = 33;- Parameters:
value- The bytes for id to set.- Returns:
- This builder for chaining.
-
getApisList
public List<com.google.protobuf.Api> getApisList()
A list of API interfaces exported by this service. Only the `name` field of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.
repeated .google.protobuf.Api apis = 3;- Specified by:
getApisListin interfaceServiceOrBuilder
-
getApisCount
public int getApisCount()
A list of API interfaces exported by this service. Only the `name` field of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.
repeated .google.protobuf.Api apis = 3;- Specified by:
getApisCountin interfaceServiceOrBuilder
-
getApis
public com.google.protobuf.Api getApis(int index)
A list of API interfaces exported by this service. Only the `name` field of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.
repeated .google.protobuf.Api apis = 3;- Specified by:
getApisin interfaceServiceOrBuilder
-
setApis
public Service.Builder setApis(int index, com.google.protobuf.Api value)
A list of API interfaces exported by this service. Only the `name` field of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.
repeated .google.protobuf.Api apis = 3;
-
setApis
public Service.Builder setApis(int index, com.google.protobuf.Api.Builder builderForValue)
A list of API interfaces exported by this service. Only the `name` field of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.
repeated .google.protobuf.Api apis = 3;
-
addApis
public Service.Builder addApis(com.google.protobuf.Api value)
A list of API interfaces exported by this service. Only the `name` field of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.
repeated .google.protobuf.Api apis = 3;
-
addApis
public Service.Builder addApis(int index, com.google.protobuf.Api value)
A list of API interfaces exported by this service. Only the `name` field of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.
repeated .google.protobuf.Api apis = 3;
-
addApis
public Service.Builder addApis(com.google.protobuf.Api.Builder builderForValue)
A list of API interfaces exported by this service. Only the `name` field of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.
repeated .google.protobuf.Api apis = 3;
-
addApis
public Service.Builder addApis(int index, com.google.protobuf.Api.Builder builderForValue)
A list of API interfaces exported by this service. Only the `name` field of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.
repeated .google.protobuf.Api apis = 3;
-
addAllApis
public Service.Builder addAllApis(Iterable<? extends com.google.protobuf.Api> values)
A list of API interfaces exported by this service. Only the `name` field of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.
repeated .google.protobuf.Api apis = 3;
-
clearApis
public Service.Builder clearApis()
A list of API interfaces exported by this service. Only the `name` field of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.
repeated .google.protobuf.Api apis = 3;
-
removeApis
public Service.Builder removeApis(int index)
A list of API interfaces exported by this service. Only the `name` field of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.
repeated .google.protobuf.Api apis = 3;
-
getApisBuilder
public com.google.protobuf.Api.Builder getApisBuilder(int index)
A list of API interfaces exported by this service. Only the `name` field of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.
repeated .google.protobuf.Api apis = 3;
-
getApisOrBuilder
public com.google.protobuf.ApiOrBuilder getApisOrBuilder(int index)
A list of API interfaces exported by this service. Only the `name` field of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.
repeated .google.protobuf.Api apis = 3;- Specified by:
getApisOrBuilderin interfaceServiceOrBuilder
-
getApisOrBuilderList
public List<? extends com.google.protobuf.ApiOrBuilder> getApisOrBuilderList()
A list of API interfaces exported by this service. Only the `name` field of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.
repeated .google.protobuf.Api apis = 3;- Specified by:
getApisOrBuilderListin interfaceServiceOrBuilder
-
addApisBuilder
public com.google.protobuf.Api.Builder addApisBuilder()
A list of API interfaces exported by this service. Only the `name` field of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.
repeated .google.protobuf.Api apis = 3;
-
addApisBuilder
public com.google.protobuf.Api.Builder addApisBuilder(int index)
A list of API interfaces exported by this service. Only the `name` field of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.
repeated .google.protobuf.Api apis = 3;
-
getApisBuilderList
public List<com.google.protobuf.Api.Builder> getApisBuilderList()
A list of API interfaces exported by this service. Only the `name` field of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.
repeated .google.protobuf.Api apis = 3;
-
getTypesList
public List<com.google.protobuf.Type> getTypesList()
A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32repeated .google.protobuf.Type types = 4;- Specified by:
getTypesListin interfaceServiceOrBuilder
-
getTypesCount
public int getTypesCount()
A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32repeated .google.protobuf.Type types = 4;- Specified by:
getTypesCountin interfaceServiceOrBuilder
-
getTypes
public com.google.protobuf.Type getTypes(int index)
A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32repeated .google.protobuf.Type types = 4;- Specified by:
getTypesin interfaceServiceOrBuilder
-
setTypes
public Service.Builder setTypes(int index, com.google.protobuf.Type value)
A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32repeated .google.protobuf.Type types = 4;
-
setTypes
public Service.Builder setTypes(int index, com.google.protobuf.Type.Builder builderForValue)
A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32repeated .google.protobuf.Type types = 4;
-
addTypes
public Service.Builder addTypes(com.google.protobuf.Type value)
A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32repeated .google.protobuf.Type types = 4;
-
addTypes
public Service.Builder addTypes(int index, com.google.protobuf.Type value)
A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32repeated .google.protobuf.Type types = 4;
-
addTypes
public Service.Builder addTypes(com.google.protobuf.Type.Builder builderForValue)
A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32repeated .google.protobuf.Type types = 4;
-
addTypes
public Service.Builder addTypes(int index, com.google.protobuf.Type.Builder builderForValue)
A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32repeated .google.protobuf.Type types = 4;
-
addAllTypes
public Service.Builder addAllTypes(Iterable<? extends com.google.protobuf.Type> values)
A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32repeated .google.protobuf.Type types = 4;
-
clearTypes
public Service.Builder clearTypes()
A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32repeated .google.protobuf.Type types = 4;
-
removeTypes
public Service.Builder removeTypes(int index)
A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32repeated .google.protobuf.Type types = 4;
-
getTypesBuilder
public com.google.protobuf.Type.Builder getTypesBuilder(int index)
A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32repeated .google.protobuf.Type types = 4;
-
getTypesOrBuilder
public com.google.protobuf.TypeOrBuilder getTypesOrBuilder(int index)
A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32repeated .google.protobuf.Type types = 4;- Specified by:
getTypesOrBuilderin interfaceServiceOrBuilder
-
getTypesOrBuilderList
public List<? extends com.google.protobuf.TypeOrBuilder> getTypesOrBuilderList()
A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32repeated .google.protobuf.Type types = 4;- Specified by:
getTypesOrBuilderListin interfaceServiceOrBuilder
-
addTypesBuilder
public com.google.protobuf.Type.Builder addTypesBuilder()
A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32repeated .google.protobuf.Type types = 4;
-
addTypesBuilder
public com.google.protobuf.Type.Builder addTypesBuilder(int index)
A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32repeated .google.protobuf.Type types = 4;
-
getTypesBuilderList
public List<com.google.protobuf.Type.Builder> getTypesBuilderList()
A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32repeated .google.protobuf.Type types = 4;
-
getEnumsList
public List<com.google.protobuf.Enum> getEnumsList()
A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnumrepeated .google.protobuf.Enum enums = 5;- Specified by:
getEnumsListin interfaceServiceOrBuilder
-
getEnumsCount
public int getEnumsCount()
A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnumrepeated .google.protobuf.Enum enums = 5;- Specified by:
getEnumsCountin interfaceServiceOrBuilder
-
getEnums
public com.google.protobuf.Enum getEnums(int index)
A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnumrepeated .google.protobuf.Enum enums = 5;- Specified by:
getEnumsin interfaceServiceOrBuilder
-
setEnums
public Service.Builder setEnums(int index, com.google.protobuf.Enum value)
A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnumrepeated .google.protobuf.Enum enums = 5;
-
setEnums
public Service.Builder setEnums(int index, com.google.protobuf.Enum.Builder builderForValue)
A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnumrepeated .google.protobuf.Enum enums = 5;
-
addEnums
public Service.Builder addEnums(com.google.protobuf.Enum value)
A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnumrepeated .google.protobuf.Enum enums = 5;
-
addEnums
public Service.Builder addEnums(int index, com.google.protobuf.Enum value)
A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnumrepeated .google.protobuf.Enum enums = 5;
-
addEnums
public Service.Builder addEnums(com.google.protobuf.Enum.Builder builderForValue)
A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnumrepeated .google.protobuf.Enum enums = 5;
-
addEnums
public Service.Builder addEnums(int index, com.google.protobuf.Enum.Builder builderForValue)
A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnumrepeated .google.protobuf.Enum enums = 5;
-
addAllEnums
public Service.Builder addAllEnums(Iterable<? extends com.google.protobuf.Enum> values)
A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnumrepeated .google.protobuf.Enum enums = 5;
-
clearEnums
public Service.Builder clearEnums()
A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnumrepeated .google.protobuf.Enum enums = 5;
-
removeEnums
public Service.Builder removeEnums(int index)
A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnumrepeated .google.protobuf.Enum enums = 5;
-
getEnumsBuilder
public com.google.protobuf.Enum.Builder getEnumsBuilder(int index)
A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnumrepeated .google.protobuf.Enum enums = 5;
-
getEnumsOrBuilder
public com.google.protobuf.EnumOrBuilder getEnumsOrBuilder(int index)
A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnumrepeated .google.protobuf.Enum enums = 5;- Specified by:
getEnumsOrBuilderin interfaceServiceOrBuilder
-
getEnumsOrBuilderList
public List<? extends com.google.protobuf.EnumOrBuilder> getEnumsOrBuilderList()
A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnumrepeated .google.protobuf.Enum enums = 5;- Specified by:
getEnumsOrBuilderListin interfaceServiceOrBuilder
-
addEnumsBuilder
public com.google.protobuf.Enum.Builder addEnumsBuilder()
A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnumrepeated .google.protobuf.Enum enums = 5;
-
addEnumsBuilder
public com.google.protobuf.Enum.Builder addEnumsBuilder(int index)
A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnumrepeated .google.protobuf.Enum enums = 5;
-
getEnumsBuilderList
public List<com.google.protobuf.Enum.Builder> getEnumsBuilderList()
A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnumrepeated .google.protobuf.Enum enums = 5;
-
hasDocumentation
public boolean hasDocumentation()
Additional API documentation.
.google.api.Documentation documentation = 6;- Specified by:
hasDocumentationin interfaceServiceOrBuilder- Returns:
- Whether the documentation field is set.
-
getDocumentation
public Documentation getDocumentation()
Additional API documentation.
.google.api.Documentation documentation = 6;- Specified by:
getDocumentationin interfaceServiceOrBuilder- Returns:
- The documentation.
-
setDocumentation
public Service.Builder setDocumentation(Documentation value)
Additional API documentation.
.google.api.Documentation documentation = 6;
-
setDocumentation
public Service.Builder setDocumentation(Documentation.Builder builderForValue)
Additional API documentation.
.google.api.Documentation documentation = 6;
-
mergeDocumentation
public Service.Builder mergeDocumentation(Documentation value)
Additional API documentation.
.google.api.Documentation documentation = 6;
-
clearDocumentation
public Service.Builder clearDocumentation()
Additional API documentation.
.google.api.Documentation documentation = 6;
-
getDocumentationBuilder
public Documentation.Builder getDocumentationBuilder()
Additional API documentation.
.google.api.Documentation documentation = 6;
-
getDocumentationOrBuilder
public DocumentationOrBuilder getDocumentationOrBuilder()
Additional API documentation.
.google.api.Documentation documentation = 6;- Specified by:
getDocumentationOrBuilderin interfaceServiceOrBuilder
-
hasBackend
public boolean hasBackend()
API backend configuration.
.google.api.Backend backend = 8;- Specified by:
hasBackendin interfaceServiceOrBuilder- Returns:
- Whether the backend field is set.
-
getBackend
public Backend getBackend()
API backend configuration.
.google.api.Backend backend = 8;- Specified by:
getBackendin interfaceServiceOrBuilder- Returns:
- The backend.
-
setBackend
public Service.Builder setBackend(Backend value)
API backend configuration.
.google.api.Backend backend = 8;
-
setBackend
public Service.Builder setBackend(Backend.Builder builderForValue)
API backend configuration.
.google.api.Backend backend = 8;
-
mergeBackend
public Service.Builder mergeBackend(Backend value)
API backend configuration.
.google.api.Backend backend = 8;
-
clearBackend
public Service.Builder clearBackend()
API backend configuration.
.google.api.Backend backend = 8;
-
getBackendBuilder
public Backend.Builder getBackendBuilder()
API backend configuration.
.google.api.Backend backend = 8;
-
getBackendOrBuilder
public BackendOrBuilder getBackendOrBuilder()
API backend configuration.
.google.api.Backend backend = 8;- Specified by:
getBackendOrBuilderin interfaceServiceOrBuilder
-
hasHttp
public boolean hasHttp()
HTTP configuration.
.google.api.Http http = 9;- Specified by:
hasHttpin interfaceServiceOrBuilder- Returns:
- Whether the http field is set.
-
getHttp
public Http getHttp()
HTTP configuration.
.google.api.Http http = 9;- Specified by:
getHttpin interfaceServiceOrBuilder- Returns:
- The http.
-
setHttp
public Service.Builder setHttp(Http value)
HTTP configuration.
.google.api.Http http = 9;
-
setHttp
public Service.Builder setHttp(Http.Builder builderForValue)
HTTP configuration.
.google.api.Http http = 9;
-
mergeHttp
public Service.Builder mergeHttp(Http value)
HTTP configuration.
.google.api.Http http = 9;
-
clearHttp
public Service.Builder clearHttp()
HTTP configuration.
.google.api.Http http = 9;
-
getHttpBuilder
public Http.Builder getHttpBuilder()
HTTP configuration.
.google.api.Http http = 9;
-
getHttpOrBuilder
public HttpOrBuilder getHttpOrBuilder()
HTTP configuration.
.google.api.Http http = 9;- Specified by:
getHttpOrBuilderin interfaceServiceOrBuilder
-
hasQuota
public boolean hasQuota()
Quota configuration.
.google.api.Quota quota = 10;- Specified by:
hasQuotain interfaceServiceOrBuilder- Returns:
- Whether the quota field is set.
-
getQuota
public Quota getQuota()
Quota configuration.
.google.api.Quota quota = 10;- Specified by:
getQuotain interfaceServiceOrBuilder- Returns:
- The quota.
-
setQuota
public Service.Builder setQuota(Quota value)
Quota configuration.
.google.api.Quota quota = 10;
-
setQuota
public Service.Builder setQuota(Quota.Builder builderForValue)
Quota configuration.
.google.api.Quota quota = 10;
-
mergeQuota
public Service.Builder mergeQuota(Quota value)
Quota configuration.
.google.api.Quota quota = 10;
-
clearQuota
public Service.Builder clearQuota()
Quota configuration.
.google.api.Quota quota = 10;
-
getQuotaBuilder
public Quota.Builder getQuotaBuilder()
Quota configuration.
.google.api.Quota quota = 10;
-
getQuotaOrBuilder
public QuotaOrBuilder getQuotaOrBuilder()
Quota configuration.
.google.api.Quota quota = 10;- Specified by:
getQuotaOrBuilderin interfaceServiceOrBuilder
-
hasAuthentication
public boolean hasAuthentication()
Auth configuration.
.google.api.Authentication authentication = 11;- Specified by:
hasAuthenticationin interfaceServiceOrBuilder- Returns:
- Whether the authentication field is set.
-
getAuthentication
public Authentication getAuthentication()
Auth configuration.
.google.api.Authentication authentication = 11;- Specified by:
getAuthenticationin interfaceServiceOrBuilder- Returns:
- The authentication.
-
setAuthentication
public Service.Builder setAuthentication(Authentication value)
Auth configuration.
.google.api.Authentication authentication = 11;
-
setAuthentication
public Service.Builder setAuthentication(Authentication.Builder builderForValue)
Auth configuration.
.google.api.Authentication authentication = 11;
-
mergeAuthentication
public Service.Builder mergeAuthentication(Authentication value)
Auth configuration.
.google.api.Authentication authentication = 11;
-
clearAuthentication
public Service.Builder clearAuthentication()
Auth configuration.
.google.api.Authentication authentication = 11;
-
getAuthenticationBuilder
public Authentication.Builder getAuthenticationBuilder()
Auth configuration.
.google.api.Authentication authentication = 11;
-
getAuthenticationOrBuilder
public AuthenticationOrBuilder getAuthenticationOrBuilder()
Auth configuration.
.google.api.Authentication authentication = 11;- Specified by:
getAuthenticationOrBuilderin interfaceServiceOrBuilder
-
hasContext
public boolean hasContext()
Context configuration.
.google.api.Context context = 12;- Specified by:
hasContextin interfaceServiceOrBuilder- Returns:
- Whether the context field is set.
-
getContext
public Context getContext()
Context configuration.
.google.api.Context context = 12;- Specified by:
getContextin interfaceServiceOrBuilder- Returns:
- The context.
-
setContext
public Service.Builder setContext(Context value)
Context configuration.
.google.api.Context context = 12;
-
setContext
public Service.Builder setContext(Context.Builder builderForValue)
Context configuration.
.google.api.Context context = 12;
-
mergeContext
public Service.Builder mergeContext(Context value)
Context configuration.
.google.api.Context context = 12;
-
clearContext
public Service.Builder clearContext()
Context configuration.
.google.api.Context context = 12;
-
getContextBuilder
public Context.Builder getContextBuilder()
Context configuration.
.google.api.Context context = 12;
-
getContextOrBuilder
public ContextOrBuilder getContextOrBuilder()
Context configuration.
.google.api.Context context = 12;- Specified by:
getContextOrBuilderin interfaceServiceOrBuilder
-
hasUsage
public boolean hasUsage()
Configuration controlling usage of this service.
.google.api.Usage usage = 15;- Specified by:
hasUsagein interfaceServiceOrBuilder- Returns:
- Whether the usage field is set.
-
getUsage
public Usage getUsage()
Configuration controlling usage of this service.
.google.api.Usage usage = 15;- Specified by:
getUsagein interfaceServiceOrBuilder- Returns:
- The usage.
-
setUsage
public Service.Builder setUsage(Usage value)
Configuration controlling usage of this service.
.google.api.Usage usage = 15;
-
setUsage
public Service.Builder setUsage(Usage.Builder builderForValue)
Configuration controlling usage of this service.
.google.api.Usage usage = 15;
-
mergeUsage
public Service.Builder mergeUsage(Usage value)
Configuration controlling usage of this service.
.google.api.Usage usage = 15;
-
clearUsage
public Service.Builder clearUsage()
Configuration controlling usage of this service.
.google.api.Usage usage = 15;
-
getUsageBuilder
public Usage.Builder getUsageBuilder()
Configuration controlling usage of this service.
.google.api.Usage usage = 15;
-
getUsageOrBuilder
public UsageOrBuilder getUsageOrBuilder()
Configuration controlling usage of this service.
.google.api.Usage usage = 15;- Specified by:
getUsageOrBuilderin interfaceServiceOrBuilder
-
getEndpointsList
public List<Endpoint> getEndpointsList()
Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.
repeated .google.api.Endpoint endpoints = 18;- Specified by:
getEndpointsListin interfaceServiceOrBuilder
-
getEndpointsCount
public int getEndpointsCount()
Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.
repeated .google.api.Endpoint endpoints = 18;- Specified by:
getEndpointsCountin interfaceServiceOrBuilder
-
getEndpoints
public Endpoint getEndpoints(int index)
Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.
repeated .google.api.Endpoint endpoints = 18;- Specified by:
getEndpointsin interfaceServiceOrBuilder
-
setEndpoints
public Service.Builder setEndpoints(int index, Endpoint value)
Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.
repeated .google.api.Endpoint endpoints = 18;
-
setEndpoints
public Service.Builder setEndpoints(int index, Endpoint.Builder builderForValue)
Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.
repeated .google.api.Endpoint endpoints = 18;
-
addEndpoints
public Service.Builder addEndpoints(Endpoint value)
Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.
repeated .google.api.Endpoint endpoints = 18;
-
addEndpoints
public Service.Builder addEndpoints(int index, Endpoint value)
Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.
repeated .google.api.Endpoint endpoints = 18;
-
addEndpoints
public Service.Builder addEndpoints(Endpoint.Builder builderForValue)
Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.
repeated .google.api.Endpoint endpoints = 18;
-
addEndpoints
public Service.Builder addEndpoints(int index, Endpoint.Builder builderForValue)
Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.
repeated .google.api.Endpoint endpoints = 18;
-
addAllEndpoints
public Service.Builder addAllEndpoints(Iterable<? extends Endpoint> values)
Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.
repeated .google.api.Endpoint endpoints = 18;
-
clearEndpoints
public Service.Builder clearEndpoints()
Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.
repeated .google.api.Endpoint endpoints = 18;
-
removeEndpoints
public Service.Builder removeEndpoints(int index)
Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.
repeated .google.api.Endpoint endpoints = 18;
-
getEndpointsBuilder
public Endpoint.Builder getEndpointsBuilder(int index)
Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.
repeated .google.api.Endpoint endpoints = 18;
-
getEndpointsOrBuilder
public EndpointOrBuilder getEndpointsOrBuilder(int index)
Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.
repeated .google.api.Endpoint endpoints = 18;- Specified by:
getEndpointsOrBuilderin interfaceServiceOrBuilder
-
getEndpointsOrBuilderList
public List<? extends EndpointOrBuilder> getEndpointsOrBuilderList()
Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.
repeated .google.api.Endpoint endpoints = 18;- Specified by:
getEndpointsOrBuilderListin interfaceServiceOrBuilder
-
addEndpointsBuilder
public Endpoint.Builder addEndpointsBuilder()
Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.
repeated .google.api.Endpoint endpoints = 18;
-
addEndpointsBuilder
public Endpoint.Builder addEndpointsBuilder(int index)
Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.
repeated .google.api.Endpoint endpoints = 18;
-
getEndpointsBuilderList
public List<Endpoint.Builder> getEndpointsBuilderList()
Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.
repeated .google.api.Endpoint endpoints = 18;
-
hasControl
public boolean hasControl()
Configuration for the service control plane.
.google.api.Control control = 21;- Specified by:
hasControlin interfaceServiceOrBuilder- Returns:
- Whether the control field is set.
-
getControl
public Control getControl()
Configuration for the service control plane.
.google.api.Control control = 21;- Specified by:
getControlin interfaceServiceOrBuilder- Returns:
- The control.
-
setControl
public Service.Builder setControl(Control value)
Configuration for the service control plane.
.google.api.Control control = 21;
-
setControl
public Service.Builder setControl(Control.Builder builderForValue)
Configuration for the service control plane.
.google.api.Control control = 21;
-
mergeControl
public Service.Builder mergeControl(Control value)
Configuration for the service control plane.
.google.api.Control control = 21;
-
clearControl
public Service.Builder clearControl()
Configuration for the service control plane.
.google.api.Control control = 21;
-
getControlBuilder
public Control.Builder getControlBuilder()
Configuration for the service control plane.
.google.api.Control control = 21;
-
getControlOrBuilder
public ControlOrBuilder getControlOrBuilder()
Configuration for the service control plane.
.google.api.Control control = 21;- Specified by:
getControlOrBuilderin interfaceServiceOrBuilder
-
getLogsList
public List<LogDescriptor> getLogsList()
Defines the logs used by this service.
repeated .google.api.LogDescriptor logs = 23;- Specified by:
getLogsListin interfaceServiceOrBuilder
-
getLogsCount
public int getLogsCount()
Defines the logs used by this service.
repeated .google.api.LogDescriptor logs = 23;- Specified by:
getLogsCountin interfaceServiceOrBuilder
-
getLogs
public LogDescriptor getLogs(int index)
Defines the logs used by this service.
repeated .google.api.LogDescriptor logs = 23;- Specified by:
getLogsin interfaceServiceOrBuilder
-
setLogs
public Service.Builder setLogs(int index, LogDescriptor value)
Defines the logs used by this service.
repeated .google.api.LogDescriptor logs = 23;
-
setLogs
public Service.Builder setLogs(int index, LogDescriptor.Builder builderForValue)
Defines the logs used by this service.
repeated .google.api.LogDescriptor logs = 23;
-
addLogs
public Service.Builder addLogs(LogDescriptor value)
Defines the logs used by this service.
repeated .google.api.LogDescriptor logs = 23;
-
addLogs
public Service.Builder addLogs(int index, LogDescriptor value)
Defines the logs used by this service.
repeated .google.api.LogDescriptor logs = 23;
-
addLogs
public Service.Builder addLogs(LogDescriptor.Builder builderForValue)
Defines the logs used by this service.
repeated .google.api.LogDescriptor logs = 23;
-
addLogs
public Service.Builder addLogs(int index, LogDescriptor.Builder builderForValue)
Defines the logs used by this service.
repeated .google.api.LogDescriptor logs = 23;
-
addAllLogs
public Service.Builder addAllLogs(Iterable<? extends LogDescriptor> values)
Defines the logs used by this service.
repeated .google.api.LogDescriptor logs = 23;
-
clearLogs
public Service.Builder clearLogs()
Defines the logs used by this service.
repeated .google.api.LogDescriptor logs = 23;
-
removeLogs
public Service.Builder removeLogs(int index)
Defines the logs used by this service.
repeated .google.api.LogDescriptor logs = 23;
-
getLogsBuilder
public LogDescriptor.Builder getLogsBuilder(int index)
Defines the logs used by this service.
repeated .google.api.LogDescriptor logs = 23;
-
getLogsOrBuilder
public LogDescriptorOrBuilder getLogsOrBuilder(int index)
Defines the logs used by this service.
repeated .google.api.LogDescriptor logs = 23;- Specified by:
getLogsOrBuilderin interfaceServiceOrBuilder
-
getLogsOrBuilderList
public List<? extends LogDescriptorOrBuilder> getLogsOrBuilderList()
Defines the logs used by this service.
repeated .google.api.LogDescriptor logs = 23;- Specified by:
getLogsOrBuilderListin interfaceServiceOrBuilder
-
addLogsBuilder
public LogDescriptor.Builder addLogsBuilder()
Defines the logs used by this service.
repeated .google.api.LogDescriptor logs = 23;
-
addLogsBuilder
public LogDescriptor.Builder addLogsBuilder(int index)
Defines the logs used by this service.
repeated .google.api.LogDescriptor logs = 23;
-
getLogsBuilderList
public List<LogDescriptor.Builder> getLogsBuilderList()
Defines the logs used by this service.
repeated .google.api.LogDescriptor logs = 23;
-
getMetricsList
public List<MetricDescriptor> getMetricsList()
Defines the metrics used by this service.
repeated .google.api.MetricDescriptor metrics = 24;- Specified by:
getMetricsListin interfaceServiceOrBuilder
-
getMetricsCount
public int getMetricsCount()
Defines the metrics used by this service.
repeated .google.api.MetricDescriptor metrics = 24;- Specified by:
getMetricsCountin interfaceServiceOrBuilder
-
getMetrics
public MetricDescriptor getMetrics(int index)
Defines the metrics used by this service.
repeated .google.api.MetricDescriptor metrics = 24;- Specified by:
getMetricsin interfaceServiceOrBuilder
-
setMetrics
public Service.Builder setMetrics(int index, MetricDescriptor value)
Defines the metrics used by this service.
repeated .google.api.MetricDescriptor metrics = 24;
-
setMetrics
public Service.Builder setMetrics(int index, MetricDescriptor.Builder builderForValue)
Defines the metrics used by this service.
repeated .google.api.MetricDescriptor metrics = 24;
-
addMetrics
public Service.Builder addMetrics(MetricDescriptor value)
Defines the metrics used by this service.
repeated .google.api.MetricDescriptor metrics = 24;
-
addMetrics
public Service.Builder addMetrics(int index, MetricDescriptor value)
Defines the metrics used by this service.
repeated .google.api.MetricDescriptor metrics = 24;
-
addMetrics
public Service.Builder addMetrics(MetricDescriptor.Builder builderForValue)
Defines the metrics used by this service.
repeated .google.api.MetricDescriptor metrics = 24;
-
addMetrics
public Service.Builder addMetrics(int index, MetricDescriptor.Builder builderForValue)
Defines the metrics used by this service.
repeated .google.api.MetricDescriptor metrics = 24;
-
addAllMetrics
public Service.Builder addAllMetrics(Iterable<? extends MetricDescriptor> values)
Defines the metrics used by this service.
repeated .google.api.MetricDescriptor metrics = 24;
-
clearMetrics
public Service.Builder clearMetrics()
Defines the metrics used by this service.
repeated .google.api.MetricDescriptor metrics = 24;
-
removeMetrics
public Service.Builder removeMetrics(int index)
Defines the metrics used by this service.
repeated .google.api.MetricDescriptor metrics = 24;
-
getMetricsBuilder
public MetricDescriptor.Builder getMetricsBuilder(int index)
Defines the metrics used by this service.
repeated .google.api.MetricDescriptor metrics = 24;
-
getMetricsOrBuilder
public MetricDescriptorOrBuilder getMetricsOrBuilder(int index)
Defines the metrics used by this service.
repeated .google.api.MetricDescriptor metrics = 24;- Specified by:
getMetricsOrBuilderin interfaceServiceOrBuilder
-
getMetricsOrBuilderList
public List<? extends MetricDescriptorOrBuilder> getMetricsOrBuilderList()
Defines the metrics used by this service.
repeated .google.api.MetricDescriptor metrics = 24;- Specified by:
getMetricsOrBuilderListin interfaceServiceOrBuilder
-
addMetricsBuilder
public MetricDescriptor.Builder addMetricsBuilder()
Defines the metrics used by this service.
repeated .google.api.MetricDescriptor metrics = 24;
-
addMetricsBuilder
public MetricDescriptor.Builder addMetricsBuilder(int index)
Defines the metrics used by this service.
repeated .google.api.MetricDescriptor metrics = 24;
-
getMetricsBuilderList
public List<MetricDescriptor.Builder> getMetricsBuilderList()
Defines the metrics used by this service.
repeated .google.api.MetricDescriptor metrics = 24;
-
getMonitoredResourcesList
public List<MonitoredResourceDescriptor> getMonitoredResourcesList()
Defines the monitored resources used by this service. This is required by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;- Specified by:
getMonitoredResourcesListin interfaceServiceOrBuilder
-
getMonitoredResourcesCount
public int getMonitoredResourcesCount()
Defines the monitored resources used by this service. This is required by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;- Specified by:
getMonitoredResourcesCountin interfaceServiceOrBuilder
-
getMonitoredResources
public MonitoredResourceDescriptor getMonitoredResources(int index)
Defines the monitored resources used by this service. This is required by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;- Specified by:
getMonitoredResourcesin interfaceServiceOrBuilder
-
setMonitoredResources
public Service.Builder setMonitoredResources(int index, MonitoredResourceDescriptor value)
Defines the monitored resources used by this service. This is required by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
-
setMonitoredResources
public Service.Builder setMonitoredResources(int index, MonitoredResourceDescriptor.Builder builderForValue)
Defines the monitored resources used by this service. This is required by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
-
addMonitoredResources
public Service.Builder addMonitoredResources(MonitoredResourceDescriptor value)
Defines the monitored resources used by this service. This is required by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
-
addMonitoredResources
public Service.Builder addMonitoredResources(int index, MonitoredResourceDescriptor value)
Defines the monitored resources used by this service. This is required by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
-
addMonitoredResources
public Service.Builder addMonitoredResources(MonitoredResourceDescriptor.Builder builderForValue)
Defines the monitored resources used by this service. This is required by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
-
addMonitoredResources
public Service.Builder addMonitoredResources(int index, MonitoredResourceDescriptor.Builder builderForValue)
Defines the monitored resources used by this service. This is required by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
-
addAllMonitoredResources
public Service.Builder addAllMonitoredResources(Iterable<? extends MonitoredResourceDescriptor> values)
Defines the monitored resources used by this service. This is required by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
-
clearMonitoredResources
public Service.Builder clearMonitoredResources()
Defines the monitored resources used by this service. This is required by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
-
removeMonitoredResources
public Service.Builder removeMonitoredResources(int index)
Defines the monitored resources used by this service. This is required by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
-
getMonitoredResourcesBuilder
public MonitoredResourceDescriptor.Builder getMonitoredResourcesBuilder(int index)
Defines the monitored resources used by this service. This is required by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
-
getMonitoredResourcesOrBuilder
public MonitoredResourceDescriptorOrBuilder getMonitoredResourcesOrBuilder(int index)
Defines the monitored resources used by this service. This is required by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;- Specified by:
getMonitoredResourcesOrBuilderin interfaceServiceOrBuilder
-
getMonitoredResourcesOrBuilderList
public List<? extends MonitoredResourceDescriptorOrBuilder> getMonitoredResourcesOrBuilderList()
Defines the monitored resources used by this service. This is required by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;- Specified by:
getMonitoredResourcesOrBuilderListin interfaceServiceOrBuilder
-
addMonitoredResourcesBuilder
public MonitoredResourceDescriptor.Builder addMonitoredResourcesBuilder()
Defines the monitored resources used by this service. This is required by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
-
addMonitoredResourcesBuilder
public MonitoredResourceDescriptor.Builder addMonitoredResourcesBuilder(int index)
Defines the monitored resources used by this service. This is required by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
-
getMonitoredResourcesBuilderList
public List<MonitoredResourceDescriptor.Builder> getMonitoredResourcesBuilderList()
Defines the monitored resources used by this service. This is required by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
-
hasBilling
public boolean hasBilling()
Billing configuration.
.google.api.Billing billing = 26;- Specified by:
hasBillingin interfaceServiceOrBuilder- Returns:
- Whether the billing field is set.
-
getBilling
public Billing getBilling()
Billing configuration.
.google.api.Billing billing = 26;- Specified by:
getBillingin interfaceServiceOrBuilder- Returns:
- The billing.
-
setBilling
public Service.Builder setBilling(Billing value)
Billing configuration.
.google.api.Billing billing = 26;
-
setBilling
public Service.Builder setBilling(Billing.Builder builderForValue)
Billing configuration.
.google.api.Billing billing = 26;
-
mergeBilling
public Service.Builder mergeBilling(Billing value)
Billing configuration.
.google.api.Billing billing = 26;
-
clearBilling
public Service.Builder clearBilling()
Billing configuration.
.google.api.Billing billing = 26;
-
getBillingBuilder
public Billing.Builder getBillingBuilder()
Billing configuration.
.google.api.Billing billing = 26;
-
getBillingOrBuilder
public BillingOrBuilder getBillingOrBuilder()
Billing configuration.
.google.api.Billing billing = 26;- Specified by:
getBillingOrBuilderin interfaceServiceOrBuilder
-
hasLogging
public boolean hasLogging()
Logging configuration.
.google.api.Logging logging = 27;- Specified by:
hasLoggingin interfaceServiceOrBuilder- Returns:
- Whether the logging field is set.
-
getLogging
public Logging getLogging()
Logging configuration.
.google.api.Logging logging = 27;- Specified by:
getLoggingin interfaceServiceOrBuilder- Returns:
- The logging.
-
setLogging
public Service.Builder setLogging(Logging value)
Logging configuration.
.google.api.Logging logging = 27;
-
setLogging
public Service.Builder setLogging(Logging.Builder builderForValue)
Logging configuration.
.google.api.Logging logging = 27;
-
mergeLogging
public Service.Builder mergeLogging(Logging value)
Logging configuration.
.google.api.Logging logging = 27;
-
clearLogging
public Service.Builder clearLogging()
Logging configuration.
.google.api.Logging logging = 27;
-
getLoggingBuilder
public Logging.Builder getLoggingBuilder()
Logging configuration.
.google.api.Logging logging = 27;
-
getLoggingOrBuilder
public LoggingOrBuilder getLoggingOrBuilder()
Logging configuration.
.google.api.Logging logging = 27;- Specified by:
getLoggingOrBuilderin interfaceServiceOrBuilder
-
hasMonitoring
public boolean hasMonitoring()
Monitoring configuration.
.google.api.Monitoring monitoring = 28;- Specified by:
hasMonitoringin interfaceServiceOrBuilder- Returns:
- Whether the monitoring field is set.
-
getMonitoring
public Monitoring getMonitoring()
Monitoring configuration.
.google.api.Monitoring monitoring = 28;- Specified by:
getMonitoringin interfaceServiceOrBuilder- Returns:
- The monitoring.
-
setMonitoring
public Service.Builder setMonitoring(Monitoring value)
Monitoring configuration.
.google.api.Monitoring monitoring = 28;
-
setMonitoring
public Service.Builder setMonitoring(Monitoring.Builder builderForValue)
Monitoring configuration.
.google.api.Monitoring monitoring = 28;
-
mergeMonitoring
public Service.Builder mergeMonitoring(Monitoring value)
Monitoring configuration.
.google.api.Monitoring monitoring = 28;
-
clearMonitoring
public Service.Builder clearMonitoring()
Monitoring configuration.
.google.api.Monitoring monitoring = 28;
-
getMonitoringBuilder
public Monitoring.Builder getMonitoringBuilder()
Monitoring configuration.
.google.api.Monitoring monitoring = 28;
-
getMonitoringOrBuilder
public MonitoringOrBuilder getMonitoringOrBuilder()
Monitoring configuration.
.google.api.Monitoring monitoring = 28;- Specified by:
getMonitoringOrBuilderin interfaceServiceOrBuilder
-
hasSystemParameters
public boolean hasSystemParameters()
System parameter configuration.
.google.api.SystemParameters system_parameters = 29;- Specified by:
hasSystemParametersin interfaceServiceOrBuilder- Returns:
- Whether the systemParameters field is set.
-
getSystemParameters
public SystemParameters getSystemParameters()
System parameter configuration.
.google.api.SystemParameters system_parameters = 29;- Specified by:
getSystemParametersin interfaceServiceOrBuilder- Returns:
- The systemParameters.
-
setSystemParameters
public Service.Builder setSystemParameters(SystemParameters value)
System parameter configuration.
.google.api.SystemParameters system_parameters = 29;
-
setSystemParameters
public Service.Builder setSystemParameters(SystemParameters.Builder builderForValue)
System parameter configuration.
.google.api.SystemParameters system_parameters = 29;
-
mergeSystemParameters
public Service.Builder mergeSystemParameters(SystemParameters value)
System parameter configuration.
.google.api.SystemParameters system_parameters = 29;
-
clearSystemParameters
public Service.Builder clearSystemParameters()
System parameter configuration.
.google.api.SystemParameters system_parameters = 29;
-
getSystemParametersBuilder
public SystemParameters.Builder getSystemParametersBuilder()
System parameter configuration.
.google.api.SystemParameters system_parameters = 29;
-
getSystemParametersOrBuilder
public SystemParametersOrBuilder getSystemParametersOrBuilder()
System parameter configuration.
.google.api.SystemParameters system_parameters = 29;- Specified by:
getSystemParametersOrBuilderin interfaceServiceOrBuilder
-
hasSourceInfo
public boolean hasSourceInfo()
Output only. The source information for this configuration if available.
.google.api.SourceInfo source_info = 37;- Specified by:
hasSourceInfoin interfaceServiceOrBuilder- Returns:
- Whether the sourceInfo field is set.
-
getSourceInfo
public SourceInfo getSourceInfo()
Output only. The source information for this configuration if available.
.google.api.SourceInfo source_info = 37;- Specified by:
getSourceInfoin interfaceServiceOrBuilder- Returns:
- The sourceInfo.
-
setSourceInfo
public Service.Builder setSourceInfo(SourceInfo value)
Output only. The source information for this configuration if available.
.google.api.SourceInfo source_info = 37;
-
setSourceInfo
public Service.Builder setSourceInfo(SourceInfo.Builder builderForValue)
Output only. The source information for this configuration if available.
.google.api.SourceInfo source_info = 37;
-
mergeSourceInfo
public Service.Builder mergeSourceInfo(SourceInfo value)
Output only. The source information for this configuration if available.
.google.api.SourceInfo source_info = 37;
-
clearSourceInfo
public Service.Builder clearSourceInfo()
Output only. The source information for this configuration if available.
.google.api.SourceInfo source_info = 37;
-
getSourceInfoBuilder
public SourceInfo.Builder getSourceInfoBuilder()
Output only. The source information for this configuration if available.
.google.api.SourceInfo source_info = 37;
-
getSourceInfoOrBuilder
public SourceInfoOrBuilder getSourceInfoOrBuilder()
Output only. The source information for this configuration if available.
.google.api.SourceInfo source_info = 37;- Specified by:
getSourceInfoOrBuilderin interfaceServiceOrBuilder
-
hasPublishing
public boolean hasPublishing()
Settings for [Google Cloud Client libraries](https://cloud.google.com/apis/docs/cloud-client-libraries) generated from APIs defined as protocol buffers.
.google.api.Publishing publishing = 45;- Specified by:
hasPublishingin interfaceServiceOrBuilder- Returns:
- Whether the publishing field is set.
-
getPublishing
public Publishing getPublishing()
Settings for [Google Cloud Client libraries](https://cloud.google.com/apis/docs/cloud-client-libraries) generated from APIs defined as protocol buffers.
.google.api.Publishing publishing = 45;- Specified by:
getPublishingin interfaceServiceOrBuilder- Returns:
- The publishing.
-
setPublishing
public Service.Builder setPublishing(Publishing value)
Settings for [Google Cloud Client libraries](https://cloud.google.com/apis/docs/cloud-client-libraries) generated from APIs defined as protocol buffers.
.google.api.Publishing publishing = 45;
-
setPublishing
public Service.Builder setPublishing(Publishing.Builder builderForValue)
Settings for [Google Cloud Client libraries](https://cloud.google.com/apis/docs/cloud-client-libraries) generated from APIs defined as protocol buffers.
.google.api.Publishing publishing = 45;
-
mergePublishing
public Service.Builder mergePublishing(Publishing value)
Settings for [Google Cloud Client libraries](https://cloud.google.com/apis/docs/cloud-client-libraries) generated from APIs defined as protocol buffers.
.google.api.Publishing publishing = 45;
-
clearPublishing
public Service.Builder clearPublishing()
Settings for [Google Cloud Client libraries](https://cloud.google.com/apis/docs/cloud-client-libraries) generated from APIs defined as protocol buffers.
.google.api.Publishing publishing = 45;
-
getPublishingBuilder
public Publishing.Builder getPublishingBuilder()
Settings for [Google Cloud Client libraries](https://cloud.google.com/apis/docs/cloud-client-libraries) generated from APIs defined as protocol buffers.
.google.api.Publishing publishing = 45;
-
getPublishingOrBuilder
public PublishingOrBuilder getPublishingOrBuilder()
Settings for [Google Cloud Client libraries](https://cloud.google.com/apis/docs/cloud-client-libraries) generated from APIs defined as protocol buffers.
.google.api.Publishing publishing = 45;- Specified by:
getPublishingOrBuilderin interfaceServiceOrBuilder
-
hasConfigVersion
public boolean hasConfigVersion()
Obsolete. Do not use. This field has no semantic meaning. The service config compiler always sets this field to `3`.
.google.protobuf.UInt32Value config_version = 20;- Specified by:
hasConfigVersionin interfaceServiceOrBuilder- Returns:
- Whether the configVersion field is set.
-
getConfigVersion
public com.google.protobuf.UInt32Value getConfigVersion()
Obsolete. Do not use. This field has no semantic meaning. The service config compiler always sets this field to `3`.
.google.protobuf.UInt32Value config_version = 20;- Specified by:
getConfigVersionin interfaceServiceOrBuilder- Returns:
- The configVersion.
-
setConfigVersion
public Service.Builder setConfigVersion(com.google.protobuf.UInt32Value value)
Obsolete. Do not use. This field has no semantic meaning. The service config compiler always sets this field to `3`.
.google.protobuf.UInt32Value config_version = 20;
-
setConfigVersion
public Service.Builder setConfigVersion(com.google.protobuf.UInt32Value.Builder builderForValue)
Obsolete. Do not use. This field has no semantic meaning. The service config compiler always sets this field to `3`.
.google.protobuf.UInt32Value config_version = 20;
-
mergeConfigVersion
public Service.Builder mergeConfigVersion(com.google.protobuf.UInt32Value value)
Obsolete. Do not use. This field has no semantic meaning. The service config compiler always sets this field to `3`.
.google.protobuf.UInt32Value config_version = 20;
-
clearConfigVersion
public Service.Builder clearConfigVersion()
Obsolete. Do not use. This field has no semantic meaning. The service config compiler always sets this field to `3`.
.google.protobuf.UInt32Value config_version = 20;
-
getConfigVersionBuilder
public com.google.protobuf.UInt32Value.Builder getConfigVersionBuilder()
Obsolete. Do not use. This field has no semantic meaning. The service config compiler always sets this field to `3`.
.google.protobuf.UInt32Value config_version = 20;
-
getConfigVersionOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getConfigVersionOrBuilder()
Obsolete. Do not use. This field has no semantic meaning. The service config compiler always sets this field to `3`.
.google.protobuf.UInt32Value config_version = 20;- Specified by:
getConfigVersionOrBuilderin interfaceServiceOrBuilder
-
setUnknownFields
public final Service.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.Builder>
-
mergeUnknownFields
public final Service.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.Builder>
-
-