public static final class GnmiExt.Extension extends com.google.protobuf.GeneratedMessageV3 implements GnmiExt.ExtensionOrBuilder
The Extension message contains a single gNMI extension.Protobuf type
gnmi_ext.Extension
Modifier and Type | Class and Description |
---|---|
static class |
GnmiExt.Extension.Builder
The Extension message contains a single gNMI extension.
|
static class |
GnmiExt.Extension.ExtCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
MASTER_ARBITRATION_FIELD_NUMBER |
static int |
REGISTERED_EXT_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static GnmiExt.Extension |
getDefaultInstance() |
GnmiExt.Extension |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
GnmiExt.Extension.ExtCase |
getExtCase() |
GnmiExt.MasterArbitration |
getMasterArbitration()
Well known extensions.
|
GnmiExt.MasterArbitrationOrBuilder |
getMasterArbitrationOrBuilder()
Well known extensions.
|
com.google.protobuf.Parser<GnmiExt.Extension> |
getParserForType() |
GnmiExt.RegisteredExtension |
getRegisteredExt()
A registered extension.
|
GnmiExt.RegisteredExtensionOrBuilder |
getRegisteredExtOrBuilder()
A registered extension.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasMasterArbitration()
Well known extensions.
|
boolean |
hasRegisteredExt()
A registered extension.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static GnmiExt.Extension.Builder |
newBuilder() |
static GnmiExt.Extension.Builder |
newBuilder(GnmiExt.Extension prototype) |
GnmiExt.Extension.Builder |
newBuilderForType() |
protected GnmiExt.Extension.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static GnmiExt.Extension |
parseDelimitedFrom(InputStream input) |
static GnmiExt.Extension |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GnmiExt.Extension |
parseFrom(byte[] data) |
static GnmiExt.Extension |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GnmiExt.Extension |
parseFrom(ByteBuffer data) |
static GnmiExt.Extension |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GnmiExt.Extension |
parseFrom(com.google.protobuf.ByteString data) |
static GnmiExt.Extension |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GnmiExt.Extension |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GnmiExt.Extension |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GnmiExt.Extension |
parseFrom(InputStream input) |
static GnmiExt.Extension |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GnmiExt.Extension> |
parser() |
GnmiExt.Extension.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int REGISTERED_EXT_FIELD_NUMBER
public static final int MASTER_ARBITRATION_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public GnmiExt.Extension.ExtCase getExtCase()
getExtCase
in interface GnmiExt.ExtensionOrBuilder
public boolean hasRegisteredExt()
A registered extension.
.gnmi_ext.RegisteredExtension registered_ext = 1;
hasRegisteredExt
in interface GnmiExt.ExtensionOrBuilder
public GnmiExt.RegisteredExtension getRegisteredExt()
A registered extension.
.gnmi_ext.RegisteredExtension registered_ext = 1;
getRegisteredExt
in interface GnmiExt.ExtensionOrBuilder
public GnmiExt.RegisteredExtensionOrBuilder getRegisteredExtOrBuilder()
A registered extension.
.gnmi_ext.RegisteredExtension registered_ext = 1;
getRegisteredExtOrBuilder
in interface GnmiExt.ExtensionOrBuilder
public boolean hasMasterArbitration()
Well known extensions.
.gnmi_ext.MasterArbitration master_arbitration = 2;
hasMasterArbitration
in interface GnmiExt.ExtensionOrBuilder
public GnmiExt.MasterArbitration getMasterArbitration()
Well known extensions.
.gnmi_ext.MasterArbitration master_arbitration = 2;
getMasterArbitration
in interface GnmiExt.ExtensionOrBuilder
public GnmiExt.MasterArbitrationOrBuilder getMasterArbitrationOrBuilder()
Well known extensions.
.gnmi_ext.MasterArbitration master_arbitration = 2;
getMasterArbitrationOrBuilder
in interface GnmiExt.ExtensionOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static GnmiExt.Extension parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GnmiExt.Extension parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GnmiExt.Extension parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GnmiExt.Extension parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GnmiExt.Extension parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GnmiExt.Extension parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GnmiExt.Extension parseFrom(InputStream input) throws IOException
IOException
public static GnmiExt.Extension parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static GnmiExt.Extension parseDelimitedFrom(InputStream input) throws IOException
IOException
public static GnmiExt.Extension parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static GnmiExt.Extension parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static GnmiExt.Extension parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public GnmiExt.Extension.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static GnmiExt.Extension.Builder newBuilder()
public static GnmiExt.Extension.Builder newBuilder(GnmiExt.Extension prototype)
public GnmiExt.Extension.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected GnmiExt.Extension.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static GnmiExt.Extension getDefaultInstance()
public static com.google.protobuf.Parser<GnmiExt.Extension> parser()
public com.google.protobuf.Parser<GnmiExt.Extension> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public GnmiExt.Extension getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2021. All rights reserved.