public final class GraphTransferInfo extends com.google.protobuf.GeneratedMessageV3 implements GraphTransferInfoOrBuilder
Protocol buffer representing a handle to a tensorflow resource. Handles are not valid across executions, but can be serialized back and forth from within a single run.Protobuf type
tensorflow.GraphTransferInfo
Modifier and Type | Class and Description |
---|---|
static class |
GraphTransferInfo.Builder
Protocol buffer representing a handle to a tensorflow resource.
|
static class |
GraphTransferInfo.ConstNodeInfo
Protobuf type
tensorflow.GraphTransferInfo.ConstNodeInfo |
static interface |
GraphTransferInfo.ConstNodeInfoOrBuilder |
static class |
GraphTransferInfo.Destination
Protobuf enum
tensorflow.GraphTransferInfo.Destination |
static class |
GraphTransferInfo.GraphInputNodeInfo
Protobuf type
tensorflow.GraphTransferInfo.GraphInputNodeInfo |
static interface |
GraphTransferInfo.GraphInputNodeInfoOrBuilder |
static class |
GraphTransferInfo.GraphOutputNodeInfo
Protobuf type
tensorflow.GraphTransferInfo.GraphOutputNodeInfo |
static interface |
GraphTransferInfo.GraphOutputNodeInfoOrBuilder |
static class |
GraphTransferInfo.NodeInfo
Protobuf type
tensorflow.GraphTransferInfo.NodeInfo |
static interface |
GraphTransferInfo.NodeInfoOrBuilder |
static class |
GraphTransferInfo.NodeInput
Protobuf type
tensorflow.GraphTransferInfo.NodeInput |
static class |
GraphTransferInfo.NodeInputInfo
Protobuf type
tensorflow.GraphTransferInfo.NodeInputInfo |
static interface |
GraphTransferInfo.NodeInputInfoOrBuilder |
static interface |
GraphTransferInfo.NodeInputOrBuilder |
static class |
GraphTransferInfo.NodeOutputInfo
Protobuf type
tensorflow.GraphTransferInfo.NodeOutputInfo |
static interface |
GraphTransferInfo.NodeOutputInfoOrBuilder |
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
Modifier and Type | Field and Description |
---|---|
static int |
CONST_NODE_INFO_FIELD_NUMBER |
static int |
DESTINATION_FIELD_NUMBER |
static int |
GRAPH_INPUT_NODE_INFO_FIELD_NUMBER |
static int |
GRAPH_OUTPUT_NODE_INFO_FIELD_NUMBER |
static int |
NODE_INFO_FIELD_NUMBER |
static int |
NODE_INPUT_INFO_FIELD_NUMBER |
static int |
NODE_OUTPUT_INFO_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
GraphTransferInfo.ConstNodeInfo |
getConstNodeInfo(int index)
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2; |
int |
getConstNodeInfoCount()
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2; |
List<GraphTransferInfo.ConstNodeInfo> |
getConstNodeInfoList()
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2; |
GraphTransferInfo.ConstNodeInfoOrBuilder |
getConstNodeInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2; |
List<? extends GraphTransferInfo.ConstNodeInfoOrBuilder> |
getConstNodeInfoOrBuilderList()
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2; |
static GraphTransferInfo |
getDefaultInstance() |
GraphTransferInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
GraphTransferInfo.Destination |
getDestination()
Destination of graph transfer
|
int |
getDestinationValue()
Destination of graph transfer
|
GraphTransferInfo.GraphInputNodeInfo |
getGraphInputNodeInfo(int index)
Input Node parameters of transferred graph
|
int |
getGraphInputNodeInfoCount()
Input Node parameters of transferred graph
|
List<GraphTransferInfo.GraphInputNodeInfo> |
getGraphInputNodeInfoList()
Input Node parameters of transferred graph
|
GraphTransferInfo.GraphInputNodeInfoOrBuilder |
getGraphInputNodeInfoOrBuilder(int index)
Input Node parameters of transferred graph
|
List<? extends GraphTransferInfo.GraphInputNodeInfoOrBuilder> |
getGraphInputNodeInfoOrBuilderList()
Input Node parameters of transferred graph
|
GraphTransferInfo.GraphOutputNodeInfo |
getGraphOutputNodeInfo(int index)
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6; |
int |
getGraphOutputNodeInfoCount()
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6; |
List<GraphTransferInfo.GraphOutputNodeInfo> |
getGraphOutputNodeInfoList()
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6; |
GraphTransferInfo.GraphOutputNodeInfoOrBuilder |
getGraphOutputNodeInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6; |
List<? extends GraphTransferInfo.GraphOutputNodeInfoOrBuilder> |
getGraphOutputNodeInfoOrBuilderList()
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6; |
GraphTransferInfo.NodeInfo |
getNodeInfo(int index)
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1; |
int |
getNodeInfoCount()
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1; |
List<GraphTransferInfo.NodeInfo> |
getNodeInfoList()
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1; |
GraphTransferInfo.NodeInfoOrBuilder |
getNodeInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1; |
List<? extends GraphTransferInfo.NodeInfoOrBuilder> |
getNodeInfoOrBuilderList()
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1; |
GraphTransferInfo.NodeInputInfo |
getNodeInputInfo(int index)
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3; |
int |
getNodeInputInfoCount()
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3; |
List<GraphTransferInfo.NodeInputInfo> |
getNodeInputInfoList()
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3; |
GraphTransferInfo.NodeInputInfoOrBuilder |
getNodeInputInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3; |
List<? extends GraphTransferInfo.NodeInputInfoOrBuilder> |
getNodeInputInfoOrBuilderList()
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3; |
GraphTransferInfo.NodeOutputInfo |
getNodeOutputInfo(int index)
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4; |
int |
getNodeOutputInfoCount()
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4; |
List<GraphTransferInfo.NodeOutputInfo> |
getNodeOutputInfoList()
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4; |
GraphTransferInfo.NodeOutputInfoOrBuilder |
getNodeOutputInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4; |
List<? extends GraphTransferInfo.NodeOutputInfoOrBuilder> |
getNodeOutputInfoOrBuilderList()
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4; |
com.google.protobuf.Parser<GraphTransferInfo> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static GraphTransferInfo.Builder |
newBuilder() |
static GraphTransferInfo.Builder |
newBuilder(GraphTransferInfo prototype) |
GraphTransferInfo.Builder |
newBuilderForType() |
protected GraphTransferInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static GraphTransferInfo |
parseDelimitedFrom(InputStream input) |
static GraphTransferInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphTransferInfo |
parseFrom(byte[] data) |
static GraphTransferInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphTransferInfo |
parseFrom(com.google.protobuf.ByteString data) |
static GraphTransferInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphTransferInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GraphTransferInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphTransferInfo |
parseFrom(InputStream input) |
static GraphTransferInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GraphTransferInfo> |
parser() |
GraphTransferInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int NODE_INFO_FIELD_NUMBER
public static final int CONST_NODE_INFO_FIELD_NUMBER
public static final int NODE_INPUT_INFO_FIELD_NUMBER
public static final int NODE_OUTPUT_INFO_FIELD_NUMBER
public static final int GRAPH_INPUT_NODE_INFO_FIELD_NUMBER
public static final int GRAPH_OUTPUT_NODE_INFO_FIELD_NUMBER
public static final int DESTINATION_FIELD_NUMBER
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 List<GraphTransferInfo.NodeInfo> getNodeInfoList()
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfoList
in interface GraphTransferInfoOrBuilder
public List<? extends GraphTransferInfo.NodeInfoOrBuilder> getNodeInfoOrBuilderList()
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfoOrBuilderList
in interface GraphTransferInfoOrBuilder
public int getNodeInfoCount()
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfoCount
in interface GraphTransferInfoOrBuilder
public GraphTransferInfo.NodeInfo getNodeInfo(int index)
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfo
in interface GraphTransferInfoOrBuilder
public GraphTransferInfo.NodeInfoOrBuilder getNodeInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;
getNodeInfoOrBuilder
in interface GraphTransferInfoOrBuilder
public List<GraphTransferInfo.ConstNodeInfo> getConstNodeInfoList()
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfoList
in interface GraphTransferInfoOrBuilder
public List<? extends GraphTransferInfo.ConstNodeInfoOrBuilder> getConstNodeInfoOrBuilderList()
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfoOrBuilderList
in interface GraphTransferInfoOrBuilder
public int getConstNodeInfoCount()
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfoCount
in interface GraphTransferInfoOrBuilder
public GraphTransferInfo.ConstNodeInfo getConstNodeInfo(int index)
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfo
in interface GraphTransferInfoOrBuilder
public GraphTransferInfo.ConstNodeInfoOrBuilder getConstNodeInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;
getConstNodeInfoOrBuilder
in interface GraphTransferInfoOrBuilder
public List<GraphTransferInfo.NodeInputInfo> getNodeInputInfoList()
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfoList
in interface GraphTransferInfoOrBuilder
public List<? extends GraphTransferInfo.NodeInputInfoOrBuilder> getNodeInputInfoOrBuilderList()
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfoOrBuilderList
in interface GraphTransferInfoOrBuilder
public int getNodeInputInfoCount()
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfoCount
in interface GraphTransferInfoOrBuilder
public GraphTransferInfo.NodeInputInfo getNodeInputInfo(int index)
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfo
in interface GraphTransferInfoOrBuilder
public GraphTransferInfo.NodeInputInfoOrBuilder getNodeInputInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;
getNodeInputInfoOrBuilder
in interface GraphTransferInfoOrBuilder
public List<GraphTransferInfo.NodeOutputInfo> getNodeOutputInfoList()
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfoList
in interface GraphTransferInfoOrBuilder
public List<? extends GraphTransferInfo.NodeOutputInfoOrBuilder> getNodeOutputInfoOrBuilderList()
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfoOrBuilderList
in interface GraphTransferInfoOrBuilder
public int getNodeOutputInfoCount()
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfoCount
in interface GraphTransferInfoOrBuilder
public GraphTransferInfo.NodeOutputInfo getNodeOutputInfo(int index)
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfo
in interface GraphTransferInfoOrBuilder
public GraphTransferInfo.NodeOutputInfoOrBuilder getNodeOutputInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;
getNodeOutputInfoOrBuilder
in interface GraphTransferInfoOrBuilder
public List<GraphTransferInfo.GraphInputNodeInfo> getGraphInputNodeInfoList()
Input Node parameters of transferred graph
repeated .tensorflow.GraphTransferInfo.GraphInputNodeInfo graph_input_node_info = 5;
getGraphInputNodeInfoList
in interface GraphTransferInfoOrBuilder
public List<? extends GraphTransferInfo.GraphInputNodeInfoOrBuilder> getGraphInputNodeInfoOrBuilderList()
Input Node parameters of transferred graph
repeated .tensorflow.GraphTransferInfo.GraphInputNodeInfo graph_input_node_info = 5;
getGraphInputNodeInfoOrBuilderList
in interface GraphTransferInfoOrBuilder
public int getGraphInputNodeInfoCount()
Input Node parameters of transferred graph
repeated .tensorflow.GraphTransferInfo.GraphInputNodeInfo graph_input_node_info = 5;
getGraphInputNodeInfoCount
in interface GraphTransferInfoOrBuilder
public GraphTransferInfo.GraphInputNodeInfo getGraphInputNodeInfo(int index)
Input Node parameters of transferred graph
repeated .tensorflow.GraphTransferInfo.GraphInputNodeInfo graph_input_node_info = 5;
getGraphInputNodeInfo
in interface GraphTransferInfoOrBuilder
public GraphTransferInfo.GraphInputNodeInfoOrBuilder getGraphInputNodeInfoOrBuilder(int index)
Input Node parameters of transferred graph
repeated .tensorflow.GraphTransferInfo.GraphInputNodeInfo graph_input_node_info = 5;
getGraphInputNodeInfoOrBuilder
in interface GraphTransferInfoOrBuilder
public List<GraphTransferInfo.GraphOutputNodeInfo> getGraphOutputNodeInfoList()
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfoList
in interface GraphTransferInfoOrBuilder
public List<? extends GraphTransferInfo.GraphOutputNodeInfoOrBuilder> getGraphOutputNodeInfoOrBuilderList()
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfoOrBuilderList
in interface GraphTransferInfoOrBuilder
public int getGraphOutputNodeInfoCount()
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfoCount
in interface GraphTransferInfoOrBuilder
public GraphTransferInfo.GraphOutputNodeInfo getGraphOutputNodeInfo(int index)
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfo
in interface GraphTransferInfoOrBuilder
public GraphTransferInfo.GraphOutputNodeInfoOrBuilder getGraphOutputNodeInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;
getGraphOutputNodeInfoOrBuilder
in interface GraphTransferInfoOrBuilder
public int getDestinationValue()
Destination of graph transfer
.tensorflow.GraphTransferInfo.Destination destination = 7;
getDestinationValue
in interface GraphTransferInfoOrBuilder
public GraphTransferInfo.Destination getDestination()
Destination of graph transfer
.tensorflow.GraphTransferInfo.Destination destination = 7;
getDestination
in interface GraphTransferInfoOrBuilder
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 GraphTransferInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GraphTransferInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GraphTransferInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GraphTransferInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GraphTransferInfo parseFrom(InputStream input) throws IOException
IOException
public static GraphTransferInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static GraphTransferInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static GraphTransferInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static GraphTransferInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static GraphTransferInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public GraphTransferInfo.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static GraphTransferInfo.Builder newBuilder()
public static GraphTransferInfo.Builder newBuilder(GraphTransferInfo prototype)
public GraphTransferInfo.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected GraphTransferInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static GraphTransferInfo getDefaultInstance()
public static com.google.protobuf.Parser<GraphTransferInfo> parser()
public com.google.protobuf.Parser<GraphTransferInfo> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public GraphTransferInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2015–2017. All rights reserved.