| Modifier and Type | Method and Description |
|---|---|
LanguageInfo |
LanguageInfo.Builder.build() |
LanguageInfo |
LanguageInfo.Builder.buildPartial() |
static LanguageInfo |
LanguageInfo.getDefaultInstance() |
LanguageInfo |
LanguageInfo.getDefaultInstanceForType() |
LanguageInfo |
LanguageInfo.Builder.getDefaultInstanceForType() |
LanguageInfo |
WebhookRequestOrBuilder.getLanguageInfo()
Information about the language of the request.
|
LanguageInfo |
WebhookRequest.getLanguageInfo()
Information about the language of the request.
|
LanguageInfo |
WebhookRequest.Builder.getLanguageInfo()
Information about the language of the request.
|
static LanguageInfo |
LanguageInfo.parseDelimitedFrom(InputStream input) |
static LanguageInfo |
LanguageInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LanguageInfo |
LanguageInfo.parseFrom(byte[] data) |
static LanguageInfo |
LanguageInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LanguageInfo |
LanguageInfo.parseFrom(ByteBuffer data) |
static LanguageInfo |
LanguageInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LanguageInfo |
LanguageInfo.parseFrom(com.google.protobuf.ByteString data) |
static LanguageInfo |
LanguageInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LanguageInfo |
LanguageInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static LanguageInfo |
LanguageInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LanguageInfo |
LanguageInfo.parseFrom(InputStream input) |
static LanguageInfo |
LanguageInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<LanguageInfo> |
LanguageInfo.getParserForType() |
static com.google.protobuf.Parser<LanguageInfo> |
LanguageInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
LanguageInfo.Builder |
LanguageInfo.Builder.mergeFrom(LanguageInfo other) |
WebhookRequest.Builder |
WebhookRequest.Builder.mergeLanguageInfo(LanguageInfo value)
Information about the language of the request.
|
static LanguageInfo.Builder |
LanguageInfo.newBuilder(LanguageInfo prototype) |
WebhookRequest.Builder |
WebhookRequest.Builder.setLanguageInfo(LanguageInfo value)
Information about the language of the request.
|
Copyright © 2025 Google LLC. All rights reserved.