Package viam.app.v1
Class AppOuterClass.GetRobotPartLogsResponse
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<AppOuterClass.GetRobotPartLogsResponse,AppOuterClass.GetRobotPartLogsResponse.Builder>
viam.app.v1.AppOuterClass.GetRobotPartLogsResponse
- All Implemented Interfaces:
com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,AppOuterClass.GetRobotPartLogsResponseOrBuilder
- Enclosing class:
- AppOuterClass
public static final class AppOuterClass.GetRobotPartLogsResponse
extends com.google.protobuf.GeneratedMessageLite<AppOuterClass.GetRobotPartLogsResponse,AppOuterClass.GetRobotPartLogsResponse.Builder>
implements AppOuterClass.GetRobotPartLogsResponseOrBuilder
Protobuf type
viam.app.v1.GetRobotPartLogsResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Protobuf typeviam.app.v1.GetRobotPartLogsResponse
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,
?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
Fields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFields
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Method Summary
Modifier and TypeMethodDescriptionprotected final Object
dynamicMethod
(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) getLogs
(int index) repeated .viam.common.v1.LogEntry logs = 1 [json_name = "logs"];
int
repeated .viam.common.v1.LogEntry logs = 1 [json_name = "logs"];
repeated .viam.common.v1.LogEntry logs = 1 [json_name = "logs"];
getLogsOrBuilder
(int index) repeated .viam.common.v1.LogEntry logs = 1 [json_name = "logs"];
List<? extends Common.LogEntryOrBuilder>
repeated .viam.common.v1.LogEntry logs = 1 [json_name = "logs"];
string next_page_token = 2 [json_name = "nextPageToken"];
com.google.protobuf.ByteString
string next_page_token = 2 [json_name = "nextPageToken"];
newBuilder
(AppOuterClass.GetRobotPartLogsResponse prototype) parseDelimitedFrom
(InputStream input) parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(byte[] data) parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(com.google.protobuf.ByteString data) parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(com.google.protobuf.CodedInputStream input) parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(InputStream input) parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(ByteBuffer data) parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<AppOuterClass.GetRobotPartLogsResponse>
parser()
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
LOGS_FIELD_NUMBER
public static final int LOGS_FIELD_NUMBER- See Also:
-
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER- See Also:
-
-
Method Details
-
getLogsList
repeated .viam.common.v1.LogEntry logs = 1 [json_name = "logs"];
- Specified by:
getLogsList
in interfaceAppOuterClass.GetRobotPartLogsResponseOrBuilder
-
getLogsOrBuilderList
repeated .viam.common.v1.LogEntry logs = 1 [json_name = "logs"];
-
getLogsCount
public int getLogsCount()repeated .viam.common.v1.LogEntry logs = 1 [json_name = "logs"];
- Specified by:
getLogsCount
in interfaceAppOuterClass.GetRobotPartLogsResponseOrBuilder
-
getLogs
repeated .viam.common.v1.LogEntry logs = 1 [json_name = "logs"];
- Specified by:
getLogs
in interfaceAppOuterClass.GetRobotPartLogsResponseOrBuilder
-
getLogsOrBuilder
repeated .viam.common.v1.LogEntry logs = 1 [json_name = "logs"];
-
getNextPageToken
string next_page_token = 2 [json_name = "nextPageToken"];
- Specified by:
getNextPageToken
in interfaceAppOuterClass.GetRobotPartLogsResponseOrBuilder
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.ByteString getNextPageTokenBytes()string next_page_token = 2 [json_name = "nextPageToken"];
- Specified by:
getNextPageTokenBytes
in interfaceAppOuterClass.GetRobotPartLogsResponseOrBuilder
- Returns:
- The bytes for nextPageToken.
-
parseFrom
public static AppOuterClass.GetRobotPartLogsResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.GetRobotPartLogsResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.GetRobotPartLogsResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.GetRobotPartLogsResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.GetRobotPartLogsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.GetRobotPartLogsResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.GetRobotPartLogsResponse parseFrom(InputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static AppOuterClass.GetRobotPartLogsResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static AppOuterClass.GetRobotPartLogsResponse parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static AppOuterClass.GetRobotPartLogsResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static AppOuterClass.GetRobotPartLogsResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static AppOuterClass.GetRobotPartLogsResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
public static AppOuterClass.GetRobotPartLogsResponse.Builder newBuilder(AppOuterClass.GetRobotPartLogsResponse prototype) -
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethod
in classcom.google.protobuf.GeneratedMessageLite<AppOuterClass.GetRobotPartLogsResponse,
AppOuterClass.GetRobotPartLogsResponse.Builder>
-
getDefaultInstance
-
parser
-