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(ByteBuffer data) |
static GraphTransferInfo |
parseFrom(ByteBuffer 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public List<GraphTransferInfo.NodeInfo> getNodeInfoList()
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;getNodeInfoList in interface GraphTransferInfoOrBuilderpublic List<? extends GraphTransferInfo.NodeInfoOrBuilder> getNodeInfoOrBuilderList()
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;getNodeInfoOrBuilderList in interface GraphTransferInfoOrBuilderpublic int getNodeInfoCount()
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;getNodeInfoCount in interface GraphTransferInfoOrBuilderpublic GraphTransferInfo.NodeInfo getNodeInfo(int index)
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;getNodeInfo in interface GraphTransferInfoOrBuilderpublic GraphTransferInfo.NodeInfoOrBuilder getNodeInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferInfo.NodeInfo node_info = 1;getNodeInfoOrBuilder in interface GraphTransferInfoOrBuilderpublic List<GraphTransferInfo.ConstNodeInfo> getConstNodeInfoList()
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;getConstNodeInfoList in interface GraphTransferInfoOrBuilderpublic List<? extends GraphTransferInfo.ConstNodeInfoOrBuilder> getConstNodeInfoOrBuilderList()
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;getConstNodeInfoOrBuilderList in interface GraphTransferInfoOrBuilderpublic int getConstNodeInfoCount()
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;getConstNodeInfoCount in interface GraphTransferInfoOrBuilderpublic GraphTransferInfo.ConstNodeInfo getConstNodeInfo(int index)
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;getConstNodeInfo in interface GraphTransferInfoOrBuilderpublic GraphTransferInfo.ConstNodeInfoOrBuilder getConstNodeInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferInfo.ConstNodeInfo const_node_info = 2;getConstNodeInfoOrBuilder in interface GraphTransferInfoOrBuilderpublic List<GraphTransferInfo.NodeInputInfo> getNodeInputInfoList()
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;getNodeInputInfoList in interface GraphTransferInfoOrBuilderpublic List<? extends GraphTransferInfo.NodeInputInfoOrBuilder> getNodeInputInfoOrBuilderList()
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;getNodeInputInfoOrBuilderList in interface GraphTransferInfoOrBuilderpublic int getNodeInputInfoCount()
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;getNodeInputInfoCount in interface GraphTransferInfoOrBuilderpublic GraphTransferInfo.NodeInputInfo getNodeInputInfo(int index)
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;getNodeInputInfo in interface GraphTransferInfoOrBuilderpublic GraphTransferInfo.NodeInputInfoOrBuilder getNodeInputInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferInfo.NodeInputInfo node_input_info = 3;getNodeInputInfoOrBuilder in interface GraphTransferInfoOrBuilderpublic List<GraphTransferInfo.NodeOutputInfo> getNodeOutputInfoList()
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;getNodeOutputInfoList in interface GraphTransferInfoOrBuilderpublic List<? extends GraphTransferInfo.NodeOutputInfoOrBuilder> getNodeOutputInfoOrBuilderList()
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;getNodeOutputInfoOrBuilderList in interface GraphTransferInfoOrBuilderpublic int getNodeOutputInfoCount()
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;getNodeOutputInfoCount in interface GraphTransferInfoOrBuilderpublic GraphTransferInfo.NodeOutputInfo getNodeOutputInfo(int index)
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;getNodeOutputInfo in interface GraphTransferInfoOrBuilderpublic GraphTransferInfo.NodeOutputInfoOrBuilder getNodeOutputInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferInfo.NodeOutputInfo node_output_info = 4;getNodeOutputInfoOrBuilder in interface GraphTransferInfoOrBuilderpublic List<GraphTransferInfo.GraphInputNodeInfo> getGraphInputNodeInfoList()
Input Node parameters of transferred graph
repeated .tensorflow.GraphTransferInfo.GraphInputNodeInfo graph_input_node_info = 5;getGraphInputNodeInfoList in interface GraphTransferInfoOrBuilderpublic List<? extends GraphTransferInfo.GraphInputNodeInfoOrBuilder> getGraphInputNodeInfoOrBuilderList()
Input Node parameters of transferred graph
repeated .tensorflow.GraphTransferInfo.GraphInputNodeInfo graph_input_node_info = 5;getGraphInputNodeInfoOrBuilderList in interface GraphTransferInfoOrBuilderpublic int getGraphInputNodeInfoCount()
Input Node parameters of transferred graph
repeated .tensorflow.GraphTransferInfo.GraphInputNodeInfo graph_input_node_info = 5;getGraphInputNodeInfoCount in interface GraphTransferInfoOrBuilderpublic GraphTransferInfo.GraphInputNodeInfo getGraphInputNodeInfo(int index)
Input Node parameters of transferred graph
repeated .tensorflow.GraphTransferInfo.GraphInputNodeInfo graph_input_node_info = 5;getGraphInputNodeInfo in interface GraphTransferInfoOrBuilderpublic GraphTransferInfo.GraphInputNodeInfoOrBuilder getGraphInputNodeInfoOrBuilder(int index)
Input Node parameters of transferred graph
repeated .tensorflow.GraphTransferInfo.GraphInputNodeInfo graph_input_node_info = 5;getGraphInputNodeInfoOrBuilder in interface GraphTransferInfoOrBuilderpublic List<GraphTransferInfo.GraphOutputNodeInfo> getGraphOutputNodeInfoList()
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;getGraphOutputNodeInfoList in interface GraphTransferInfoOrBuilderpublic List<? extends GraphTransferInfo.GraphOutputNodeInfoOrBuilder> getGraphOutputNodeInfoOrBuilderList()
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;getGraphOutputNodeInfoOrBuilderList in interface GraphTransferInfoOrBuilderpublic int getGraphOutputNodeInfoCount()
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;getGraphOutputNodeInfoCount in interface GraphTransferInfoOrBuilderpublic GraphTransferInfo.GraphOutputNodeInfo getGraphOutputNodeInfo(int index)
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;getGraphOutputNodeInfo in interface GraphTransferInfoOrBuilderpublic GraphTransferInfo.GraphOutputNodeInfoOrBuilder getGraphOutputNodeInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferInfo.GraphOutputNodeInfo graph_output_node_info = 6;getGraphOutputNodeInfoOrBuilder in interface GraphTransferInfoOrBuilderpublic int getDestinationValue()
Destination of graph transfer
.tensorflow.GraphTransferInfo.Destination destination = 7;getDestinationValue in interface GraphTransferInfoOrBuilderpublic GraphTransferInfo.Destination getDestination()
Destination of graph transfer
.tensorflow.GraphTransferInfo.Destination destination = 7;getDestination in interface GraphTransferInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static GraphTransferInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GraphTransferInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GraphTransferInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GraphTransferInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GraphTransferInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GraphTransferInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GraphTransferInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static GraphTransferInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GraphTransferInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GraphTransferInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GraphTransferInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GraphTransferInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GraphTransferInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GraphTransferInfo.Builder newBuilder()
public static GraphTransferInfo.Builder newBuilder(GraphTransferInfo prototype)
public GraphTransferInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GraphTransferInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static GraphTransferInfo getDefaultInstance()
public static com.google.protobuf.Parser<GraphTransferInfo> parser()
public com.google.protobuf.Parser<GraphTransferInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public GraphTransferInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2015–2018. All rights reserved.