Publishing Response
data class PublishingResponse(val apiShortName: String, val codeownerGithubTeams: List<String>, val docTagPrefix: String, val documentationUri: String, val githubLabel: String, val librarySettings: List<ClientLibrarySettingsResponse>, val methodSettings: List<MethodSettingsResponse>, val newIssueUri: String, val organization: String, val protoReferenceDocumentationUri: String)
This message configures the settings for publishing Google Cloud Client libraries generated from the service config.
Constructors
Link copied to clipboard
fun PublishingResponse(apiShortName: String, codeownerGithubTeams: List<String>, docTagPrefix: String, documentationUri: String, githubLabel: String, librarySettings: List<ClientLibrarySettingsResponse>, methodSettings: List<MethodSettingsResponse>, newIssueUri: String, organization: String, protoReferenceDocumentationUri: String)