public static interface Type.ProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMessageName()
The fully qualified name of the protobuf message, including package.
|
com.google.protobuf.ByteString |
getMessageNameBytes()
The fully qualified name of the protobuf message, including package.
|
String |
getSchemaBundleId()
The ID of the schema bundle that this proto is defined in.
|
com.google.protobuf.ByteString |
getSchemaBundleIdBytes()
The ID of the schema bundle that this proto is defined in.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSchemaBundleId()
The ID of the schema bundle that this proto is defined in.
string schema_bundle_id = 1;com.google.protobuf.ByteString getSchemaBundleIdBytes()
The ID of the schema bundle that this proto is defined in.
string schema_bundle_id = 1;String getMessageName()
The fully qualified name of the protobuf message, including package. In the format of "foo.bar.Message".
string message_name = 2;com.google.protobuf.ByteString getMessageNameBytes()
The fully qualified name of the protobuf message, including package. In the format of "foo.bar.Message".
string message_name = 2;Copyright © 2026 Google LLC. All rights reserved.