DotnetSettings

com.google.api.client.DotnetSettings
See theDotnetSettings companion object
final case class DotnetSettings(common: Option[CommonLanguageSettings], renamedServices: Map[String, String], renamedResources: Map[String, String], ignoredResources: Seq[String], forcedNamespaceAliases: Seq[String], handwrittenSignatures: Seq[String], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[DotnetSettings]

Settings for Dotnet client libraries.

Value parameters

common

Some settings.

forcedNamespaceAliases

Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collision

handwrittenSignatures

Method signatures (in the form "service.method(signature)") which are provided separately, so shouldn't be generated. Snippets *calling* these methods are still generated, however.

ignoredResources

List of full resource types to ignore during generation. This is typically used for API-specific Location resources, which should be handled by the generator as if they were actually the common Location resources. Example entry: "documentai.googleapis.com/Location"

renamedResources

Map from full resource types to the effective short name for the resource. This is used when otherwise resource named from different services would cause naming collisions. Example entry: "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"

renamedServices

Map from original service names to renamed versions. This is used when the default generated types would cause a naming conflict. (Neither name is fully-qualified.) Example: Subscriber to SubscriberServiceApi.

Attributes

Companion
object
Source
DotnetSettings.scala
Graph
Supertypes
trait Updatable[DotnetSettings]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addAllForcedNamespaceAliases(`__vs`: Iterable[String]): DotnetSettings

Attributes

Source
DotnetSettings.scala
def addAllHandwrittenSignatures(`__vs`: Iterable[String]): DotnetSettings

Attributes

Source
DotnetSettings.scala
def addAllIgnoredResources(`__vs`: Iterable[String]): DotnetSettings

Attributes

Source
DotnetSettings.scala
def addAllRenamedResources(`__vs`: Iterable[(String, String)]): DotnetSettings

Attributes

Source
DotnetSettings.scala
def addAllRenamedServices(`__vs`: Iterable[(String, String)]): DotnetSettings

Attributes

Source
DotnetSettings.scala

Attributes

Source
DotnetSettings.scala

Attributes

Source
DotnetSettings.scala
def addIgnoredResources(`__vs`: String*): DotnetSettings

Attributes

Source
DotnetSettings.scala
def addRenamedResources(`__vs`: (String, String)*): DotnetSettings

Attributes

Source
DotnetSettings.scala
def addRenamedServices(`__vs`: (String, String)*): DotnetSettings

Attributes

Source
DotnetSettings.scala

Attributes

Source
DotnetSettings.scala
def getField(`__field`: FieldDescriptor): PValue

Attributes

Source
DotnetSettings.scala
def getFieldByNumber(`__fieldNumber`: Int): Any

Attributes

Source
DotnetSettings.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source
DotnetSettings.scala
def toProtoString: String

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns

human-readable representation of this message.

Source
DotnetSettings.scala
def withForcedNamespaceAliases(`__v`: Seq[String]): DotnetSettings

Attributes

Source
DotnetSettings.scala
def withHandwrittenSignatures(`__v`: Seq[String]): DotnetSettings

Attributes

Source
DotnetSettings.scala
def withIgnoredResources(`__v`: Seq[String]): DotnetSettings

Attributes

Source
DotnetSettings.scala
def withRenamedResources(`__v`: Map[String, String]): DotnetSettings

Attributes

Source
DotnetSettings.scala
def withRenamedServices(`__v`: Map[String, String]): DotnetSettings

Attributes

Source
DotnetSettings.scala
def withUnknownFields(`__v`: UnknownFieldSet): DotnetSettings

Attributes

Source
DotnetSettings.scala
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Source
DotnetSettings.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
def update(ms: Lens[DotnetSettings, DotnetSettings] => () => DotnetSettings*): A

Attributes

Inherited from:
Updatable
Source
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala