public static final class OpGenOverridesOuterClass.OpGenOverride extends com.github.os72.protobuf351.GeneratedMessageV3 implements OpGenOverridesOuterClass.OpGenOverrideOrBuilder
Used to override the default API & behavior in the generated code for client languages, from what you would get from the OpDef alone. This is so we can evolve the API while remaining backwards compatible when interpretting old graphs. Overrides go in an "op_gen_overrides.pbtxt" file with a text-format OpGenOverrides message. Right now these only apply to the C++ API. TODO(josh11b): In the future there will be a common set of overrides and per-client-language overrides. WARNING: Be *very* careful using these features -- these overrides can change the semantics of existing code. These changes may need to wait until a major release of TensorFlow to avoid breaking our compatibility promises.Protobuf type
tensorflow.OpGenOverride| Modifier and Type | Class and Description |
|---|---|
static class |
OpGenOverridesOuterClass.OpGenOverride.AttrDefault
Map the name of an attr to a new default value to use.
|
static interface |
OpGenOverridesOuterClass.OpGenOverride.AttrDefaultOrBuilder |
static class |
OpGenOverridesOuterClass.OpGenOverride.Builder
Used to override the default API & behavior in the generated code
for client languages, from what you would get from the OpDef alone.
|
static class |
OpGenOverridesOuterClass.OpGenOverride.Rename
Change the name used to access attrs/inputs/outputs in the API
from what is used in the GraphDef.
|
static interface |
OpGenOverridesOuterClass.OpGenOverride.RenameOrBuilder |
com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage>, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage>, com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ALIAS_FIELD_NUMBER |
static int |
ATTR_DEFAULT_FIELD_NUMBER |
static int |
ATTR_RENAME_FIELD_NUMBER |
static int |
HIDE_FIELD_NUMBER |
static int |
INPUT_RENAME_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
OUTPUT_RENAME_FIELD_NUMBER |
static int |
RENAME_TO_FIELD_NUMBER |
static int |
SKIP_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAlias(int index)
Create *additional* API endpoints with different names (contrast
with rename_to, which affects the original name).
|
com.github.os72.protobuf351.ByteString |
getAliasBytes(int index)
Create *additional* API endpoints with different names (contrast
with rename_to, which affects the original name).
|
int |
getAliasCount()
Create *additional* API endpoints with different names (contrast
with rename_to, which affects the original name).
|
com.github.os72.protobuf351.ProtocolStringList |
getAliasList()
Create *additional* API endpoints with different names (contrast
with rename_to, which affects the original name).
|
OpGenOverridesOuterClass.OpGenOverride.AttrDefault |
getAttrDefault(int index)
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6; |
int |
getAttrDefaultCount()
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6; |
List<OpGenOverridesOuterClass.OpGenOverride.AttrDefault> |
getAttrDefaultList()
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6; |
OpGenOverridesOuterClass.OpGenOverride.AttrDefaultOrBuilder |
getAttrDefaultOrBuilder(int index)
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6; |
List<? extends OpGenOverridesOuterClass.OpGenOverride.AttrDefaultOrBuilder> |
getAttrDefaultOrBuilderList()
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6; |
OpGenOverridesOuterClass.OpGenOverride.Rename |
getAttrRename(int index)
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7; |
int |
getAttrRenameCount()
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7; |
List<OpGenOverridesOuterClass.OpGenOverride.Rename> |
getAttrRenameList()
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7; |
OpGenOverridesOuterClass.OpGenOverride.RenameOrBuilder |
getAttrRenameOrBuilder(int index)
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7; |
List<? extends OpGenOverridesOuterClass.OpGenOverride.RenameOrBuilder> |
getAttrRenameOrBuilderList()
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7; |
static OpGenOverridesOuterClass.OpGenOverride |
getDefaultInstance() |
OpGenOverridesOuterClass.OpGenOverride |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
boolean |
getHide()
Hide this op by putting it into an internal namespace (or whatever
is appropriate in the target language).
|
OpGenOverridesOuterClass.OpGenOverride.Rename |
getInputRename(int index)
repeated .tensorflow.OpGenOverride.Rename input_rename = 8; |
int |
getInputRenameCount()
repeated .tensorflow.OpGenOverride.Rename input_rename = 8; |
List<OpGenOverridesOuterClass.OpGenOverride.Rename> |
getInputRenameList()
repeated .tensorflow.OpGenOverride.Rename input_rename = 8; |
OpGenOverridesOuterClass.OpGenOverride.RenameOrBuilder |
getInputRenameOrBuilder(int index)
repeated .tensorflow.OpGenOverride.Rename input_rename = 8; |
List<? extends OpGenOverridesOuterClass.OpGenOverride.RenameOrBuilder> |
getInputRenameOrBuilderList()
repeated .tensorflow.OpGenOverride.Rename input_rename = 8; |
String |
getName()
Name of the op to apply overrides to.
|
com.github.os72.protobuf351.ByteString |
getNameBytes()
Name of the op to apply overrides to.
|
OpGenOverridesOuterClass.OpGenOverride.Rename |
getOutputRename(int index)
repeated .tensorflow.OpGenOverride.Rename output_rename = 9; |
int |
getOutputRenameCount()
repeated .tensorflow.OpGenOverride.Rename output_rename = 9; |
List<OpGenOverridesOuterClass.OpGenOverride.Rename> |
getOutputRenameList()
repeated .tensorflow.OpGenOverride.Rename output_rename = 9; |
OpGenOverridesOuterClass.OpGenOverride.RenameOrBuilder |
getOutputRenameOrBuilder(int index)
repeated .tensorflow.OpGenOverride.Rename output_rename = 9; |
List<? extends OpGenOverridesOuterClass.OpGenOverride.RenameOrBuilder> |
getOutputRenameOrBuilderList()
repeated .tensorflow.OpGenOverride.Rename output_rename = 9; |
com.github.os72.protobuf351.Parser<OpGenOverridesOuterClass.OpGenOverride> |
getParserForType() |
String |
getRenameTo()
Use a different name in the API than the op's name.
|
com.github.os72.protobuf351.ByteString |
getRenameToBytes()
Use a different name in the API than the op's name.
|
int |
getSerializedSize() |
boolean |
getSkip()
Do not include this op in the generated API.
|
com.github.os72.protobuf351.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static OpGenOverridesOuterClass.OpGenOverride.Builder |
newBuilder() |
static OpGenOverridesOuterClass.OpGenOverride.Builder |
newBuilder(OpGenOverridesOuterClass.OpGenOverride prototype) |
OpGenOverridesOuterClass.OpGenOverride.Builder |
newBuilderForType() |
protected OpGenOverridesOuterClass.OpGenOverride.Builder |
newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent) |
static OpGenOverridesOuterClass.OpGenOverride |
parseDelimitedFrom(InputStream input) |
static OpGenOverridesOuterClass.OpGenOverride |
parseDelimitedFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static OpGenOverridesOuterClass.OpGenOverride |
parseFrom(byte[] data) |
static OpGenOverridesOuterClass.OpGenOverride |
parseFrom(byte[] data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static OpGenOverridesOuterClass.OpGenOverride |
parseFrom(ByteBuffer data) |
static OpGenOverridesOuterClass.OpGenOverride |
parseFrom(ByteBuffer data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static OpGenOverridesOuterClass.OpGenOverride |
parseFrom(com.github.os72.protobuf351.ByteString data) |
static OpGenOverridesOuterClass.OpGenOverride |
parseFrom(com.github.os72.protobuf351.ByteString data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static OpGenOverridesOuterClass.OpGenOverride |
parseFrom(com.github.os72.protobuf351.CodedInputStream input) |
static OpGenOverridesOuterClass.OpGenOverride |
parseFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static OpGenOverridesOuterClass.OpGenOverride |
parseFrom(InputStream input) |
static OpGenOverridesOuterClass.OpGenOverride |
parseFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static com.github.os72.protobuf351.Parser<OpGenOverridesOuterClass.OpGenOverride> |
parser() |
OpGenOverridesOuterClass.OpGenOverride.Builder |
toBuilder() |
void |
writeTo(com.github.os72.protobuf351.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int SKIP_FIELD_NUMBER
public static final int HIDE_FIELD_NUMBER
public static final int RENAME_TO_FIELD_NUMBER
public static final int ALIAS_FIELD_NUMBER
public static final int ATTR_DEFAULT_FIELD_NUMBER
public static final int ATTR_RENAME_FIELD_NUMBER
public static final int INPUT_RENAME_FIELD_NUMBER
public static final int OUTPUT_RENAME_FIELD_NUMBER
public final com.github.os72.protobuf351.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.github.os72.protobuf351.MessageOrBuildergetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3public static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3public String getName()
Name of the op to apply overrides to.
string name = 1;getName in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic com.github.os72.protobuf351.ByteString getNameBytes()
Name of the op to apply overrides to.
string name = 1;getNameBytes in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic boolean getSkip()
Do not include this op in the generated API. If `skip` is true, all other overrides are ignored for this op.
bool skip = 2;getSkip in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic boolean getHide()
Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language).
bool hide = 3;getHide in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic String getRenameTo()
Use a different name in the API than the op's name. Note that the op's name in `backticks` will also be replaced in the docs.
string rename_to = 4;getRenameTo in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic com.github.os72.protobuf351.ByteString getRenameToBytes()
Use a different name in the API than the op's name. Note that the op's name in `backticks` will also be replaced in the docs.
string rename_to = 4;getRenameToBytes in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic com.github.os72.protobuf351.ProtocolStringList getAliasList()
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
repeated string alias = 5;getAliasList in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic int getAliasCount()
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
repeated string alias = 5;getAliasCount in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic String getAlias(int index)
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
repeated string alias = 5;getAlias in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic com.github.os72.protobuf351.ByteString getAliasBytes(int index)
Create *additional* API endpoints with different names (contrast with rename_to, which affects the original name).
repeated string alias = 5;getAliasBytes in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic List<OpGenOverridesOuterClass.OpGenOverride.AttrDefault> getAttrDefaultList()
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;getAttrDefaultList in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic List<? extends OpGenOverridesOuterClass.OpGenOverride.AttrDefaultOrBuilder> getAttrDefaultOrBuilderList()
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;getAttrDefaultOrBuilderList in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic int getAttrDefaultCount()
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;getAttrDefaultCount in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic OpGenOverridesOuterClass.OpGenOverride.AttrDefault getAttrDefault(int index)
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;getAttrDefault in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic OpGenOverridesOuterClass.OpGenOverride.AttrDefaultOrBuilder getAttrDefaultOrBuilder(int index)
repeated .tensorflow.OpGenOverride.AttrDefault attr_default = 6;getAttrDefaultOrBuilder in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic List<OpGenOverridesOuterClass.OpGenOverride.Rename> getAttrRenameList()
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;getAttrRenameList in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic List<? extends OpGenOverridesOuterClass.OpGenOverride.RenameOrBuilder> getAttrRenameOrBuilderList()
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;getAttrRenameOrBuilderList in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic int getAttrRenameCount()
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;getAttrRenameCount in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic OpGenOverridesOuterClass.OpGenOverride.Rename getAttrRename(int index)
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;getAttrRename in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic OpGenOverridesOuterClass.OpGenOverride.RenameOrBuilder getAttrRenameOrBuilder(int index)
repeated .tensorflow.OpGenOverride.Rename attr_rename = 7;getAttrRenameOrBuilder in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic List<OpGenOverridesOuterClass.OpGenOverride.Rename> getInputRenameList()
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;getInputRenameList in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic List<? extends OpGenOverridesOuterClass.OpGenOverride.RenameOrBuilder> getInputRenameOrBuilderList()
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;getInputRenameOrBuilderList in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic int getInputRenameCount()
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;getInputRenameCount in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic OpGenOverridesOuterClass.OpGenOverride.Rename getInputRename(int index)
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;getInputRename in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic OpGenOverridesOuterClass.OpGenOverride.RenameOrBuilder getInputRenameOrBuilder(int index)
repeated .tensorflow.OpGenOverride.Rename input_rename = 8;getInputRenameOrBuilder in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic List<OpGenOverridesOuterClass.OpGenOverride.Rename> getOutputRenameList()
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;getOutputRenameList in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic List<? extends OpGenOverridesOuterClass.OpGenOverride.RenameOrBuilder> getOutputRenameOrBuilderList()
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;getOutputRenameOrBuilderList in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic int getOutputRenameCount()
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;getOutputRenameCount in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic OpGenOverridesOuterClass.OpGenOverride.Rename getOutputRename(int index)
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;getOutputRename in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic OpGenOverridesOuterClass.OpGenOverride.RenameOrBuilder getOutputRenameOrBuilder(int index)
repeated .tensorflow.OpGenOverride.Rename output_rename = 9;getOutputRenameOrBuilder in interface OpGenOverridesOuterClass.OpGenOverrideOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3public void writeTo(com.github.os72.protobuf351.CodedOutputStream output)
throws IOException
writeTo in interface com.github.os72.protobuf351.MessageLitewriteTo in class com.github.os72.protobuf351.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.github.os72.protobuf351.MessageLitegetSerializedSize in class com.github.os72.protobuf351.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.github.os72.protobuf351.Messageequals in class com.github.os72.protobuf351.AbstractMessagepublic int hashCode()
hashCode in interface com.github.os72.protobuf351.MessagehashCode in class com.github.os72.protobuf351.AbstractMessagepublic static OpGenOverridesOuterClass.OpGenOverride parseFrom(ByteBuffer data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static OpGenOverridesOuterClass.OpGenOverride parseFrom(ByteBuffer data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static OpGenOverridesOuterClass.OpGenOverride parseFrom(com.github.os72.protobuf351.ByteString data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static OpGenOverridesOuterClass.OpGenOverride parseFrom(com.github.os72.protobuf351.ByteString data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static OpGenOverridesOuterClass.OpGenOverride parseFrom(byte[] data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static OpGenOverridesOuterClass.OpGenOverride parseFrom(byte[] data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static OpGenOverridesOuterClass.OpGenOverride parseFrom(InputStream input) throws IOException
IOExceptionpublic static OpGenOverridesOuterClass.OpGenOverride parseFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OpGenOverridesOuterClass.OpGenOverride parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static OpGenOverridesOuterClass.OpGenOverride parseDelimitedFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OpGenOverridesOuterClass.OpGenOverride parseFrom(com.github.os72.protobuf351.CodedInputStream input) throws IOException
IOExceptionpublic static OpGenOverridesOuterClass.OpGenOverride parseFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic OpGenOverridesOuterClass.OpGenOverride.Builder newBuilderForType()
newBuilderForType in interface com.github.os72.protobuf351.MessagenewBuilderForType in interface com.github.os72.protobuf351.MessageLitepublic static OpGenOverridesOuterClass.OpGenOverride.Builder newBuilder()
public static OpGenOverridesOuterClass.OpGenOverride.Builder newBuilder(OpGenOverridesOuterClass.OpGenOverride prototype)
public OpGenOverridesOuterClass.OpGenOverride.Builder toBuilder()
toBuilder in interface com.github.os72.protobuf351.MessagetoBuilder in interface com.github.os72.protobuf351.MessageLiteprotected OpGenOverridesOuterClass.OpGenOverride.Builder newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.github.os72.protobuf351.GeneratedMessageV3public static OpGenOverridesOuterClass.OpGenOverride getDefaultInstance()
public static com.github.os72.protobuf351.Parser<OpGenOverridesOuterClass.OpGenOverride> parser()
public com.github.os72.protobuf351.Parser<OpGenOverridesOuterClass.OpGenOverride> getParserForType()
getParserForType in interface com.github.os72.protobuf351.MessagegetParserForType in interface com.github.os72.protobuf351.MessageLitegetParserForType in class com.github.os72.protobuf351.GeneratedMessageV3public OpGenOverridesOuterClass.OpGenOverride getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderCopyright © 2018. All rights reserved.