The package name to use in Java. Clobbers the java_package option
set in the protobuf. This should be used only by APIs
who have already set the language_settings.java.package_name" field
in gapic.yaml. API teams should use the protobuf java_package option
where possible.
Configure the Java class name to use instead of the service's for its
corresponding generated GAPIC client. Keys are fully-qualified
service names as they appear in the protobuf (including the full
the language_settings.java.interface_names" field in gapic.yaml. API
teams should otherwise use the service name as it appears in the
protobuf.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["`JavaSettings` is a class within the `Google.Api` namespace, specifically designed for configuring settings related to Java client libraries."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling its use in various contexts within the Google.Protobuf framework."],["`JavaSettings` includes properties such as `LibraryPackage` and `ServiceClassNames`, which allow users to specify custom package names and class names for generated Java clients, overriding the default protobuf settings."],["The `Common` property of `JavaSettings` allows the configuration of additional settings, using the `CommonLanguageSettings` type, and there are three field numbers provided: `CommonFieldNumber`, `LibraryPackageFieldNumber`, and `ServiceClassNamesFieldNumber`, each with their own integer value."],["The available methods in this class are `CalculateSize()`, `Clone()`, `Equals(JavaSettings)`, `Equals(object)`, `GetHashCode()`, `MergeFrom(JavaSettings)`, `MergeFrom(CodedInputStream)`, `ToString()`, `WriteTo(CodedOutputStream)`."]]],[]]