commonMain.protokt.v1.google.cloud.location.locations_descriptors.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-common-protos Show documentation
Show all versions of proto-google-common-protos Show documentation
Protobuf compiler and runtime for Kotlin
The newest version!
// Generated by protokt version 1.0.0-beta.2. Do not modify.
// Source: google/cloud/location/locations.proto
@file:Suppress("DEPRECATION")
package protokt.v1.google.cloud.location
import protokt.v1.GeneratedFileDescriptor
import protokt.v1.google.api.ClientProto
import protokt.v1.google.protobuf.AnyProto
import protokt.v1.google.protobuf.Descriptor
import protokt.v1.google.protobuf.FileDescriptor
import protokt.v1.google.protobuf.ServiceDescriptor
import kotlin.Suppress
public object Locations {
public val descriptor: ServiceDescriptor by lazy {
LocationsProto.descriptor.services[0]
}
}
@GeneratedFileDescriptor
public object LocationsProto {
public val descriptor: FileDescriptor by lazy {
val descriptorData =
arrayOf(
"\n%google/cloud/location/locations.proto" +
"google.cloud.locationgoogle/api/annot" +
"ations.protogoogle/protobuf/any.proto" +
"google/api/client.proto\"[\nListLocation" +
"sRequest\nname (\t\nfilter (\t" +
"\n\tpage_size (\n\npage_token (\t\"d\n" +
"ListLocationsResponse2\n\tlocations (" +
"2.google.cloud.location.Location\nne" +
"xt_page_token (\t\"\"\nGetLocationReques" +
"t\nname (\t\"ᅲ\n\bLocation\nname " +
"(\t\nlocation_id (\t\ndisplay_name" +
" (\t;\nlabels (2+.google.cloud.loc" +
"ation.Location.LabelsEntry&\n\bmetadata" +
" (2.google.protobuf.Any-\nLabelsEntr" +
"y\nkey (\t\r\nvalue (\t:82ᄂ\n\tLo" +
"cationsᆱ\n\rListLocations+.google.cloud" +
".location.ListLocationsRequest,.google." +
"cloud.location.ListLocationsResponse\"?ツᅮ" +
"¦モ9/v1/{name=locations}Z!/v1/{name=" +
"projects/*}/locations゙\nGetLocation)." +
"google.cloud.location.GetLocationRequest" +
".google.cloud.location.Location\"Cツᅮ¦モ" +
"=/v1/{name=locations/*}Z#!/v1/{name=p" +
"rojects/*/locations/*}HᅧAcloud.googlea" +
"pis.comᅭA.https://www.googleapis.com/aut" +
"h/cloud-platformBo\ncom.google.cloud.loc" +
"ationBLocationsProtoPZ=google.golang.o" +
"rg/genproto/googleapis/cloud/location;lo" +
"cationbproto3"
)
FileDescriptor.buildFrom(
descriptorData,
listOf(
AnyProto.descriptor,
ClientProto.descriptor
)
)
}
}
public val ListLocationsRequest.Deserializer.descriptor: Descriptor
get() = LocationsProto.descriptor.messageTypes[0]
public val ListLocationsResponse.Deserializer.descriptor: Descriptor
get() = LocationsProto.descriptor.messageTypes[1]
public val GetLocationRequest.Deserializer.descriptor: Descriptor
get() = LocationsProto.descriptor.messageTypes[2]
public val Location.Deserializer.descriptor: Descriptor
get() = LocationsProto.descriptor.messageTypes[3]