Class GetDiagnosticRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, GetDiagnosticRequestOrBuilder, Serializable

@Generated public final class GetDiagnosticRequest extends com.google.protobuf.GeneratedMessage implements GetDiagnosticRequestOrBuilder
Protobuf type io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest
See Also:
  • Field Details

    • TEXT_DOCUMENT_FIELD_NUMBER

      public static final int TEXT_DOCUMENT_FIELD_NUMBER
      See Also:
    • IDENTIFIER_FIELD_NUMBER

      public static final int IDENTIFIER_FIELD_NUMBER
      See Also:
    • PREVIOUS_RESULT_ID_FIELD_NUMBER

      public static final int PREVIOUS_RESULT_ID_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • hasTextDocument

      public boolean hasTextDocument()
      .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 1;
      Specified by:
      hasTextDocument in interface GetDiagnosticRequestOrBuilder
      Returns:
      Whether the textDocument field is set.
    • getTextDocument

      public VersionedTextDocumentIdentifier getTextDocument()
      .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 1;
      Specified by:
      getTextDocument in interface GetDiagnosticRequestOrBuilder
      Returns:
      The textDocument.
    • getTextDocumentOrBuilder

      public VersionedTextDocumentIdentifierOrBuilder getTextDocumentOrBuilder()
      .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 1;
      Specified by:
      getTextDocumentOrBuilder in interface GetDiagnosticRequestOrBuilder
    • hasIdentifier

      public boolean hasIdentifier()
      optional string identifier = 2;
      Specified by:
      hasIdentifier in interface GetDiagnosticRequestOrBuilder
      Returns:
      Whether the identifier field is set.
    • getIdentifier

      public String getIdentifier()
      optional string identifier = 2;
      Specified by:
      getIdentifier in interface GetDiagnosticRequestOrBuilder
      Returns:
      The identifier.
    • getIdentifierBytes

      public com.google.protobuf.ByteString getIdentifierBytes()
      optional string identifier = 2;
      Specified by:
      getIdentifierBytes in interface GetDiagnosticRequestOrBuilder
      Returns:
      The bytes for identifier.
    • hasPreviousResultId

      public boolean hasPreviousResultId()
      optional string previous_result_id = 3;
      Specified by:
      hasPreviousResultId in interface GetDiagnosticRequestOrBuilder
      Returns:
      Whether the previousResultId field is set.
    • getPreviousResultId

      public String getPreviousResultId()
      optional string previous_result_id = 3;
      Specified by:
      getPreviousResultId in interface GetDiagnosticRequestOrBuilder
      Returns:
      The previousResultId.
    • getPreviousResultIdBytes

      public com.google.protobuf.ByteString getPreviousResultIdBytes()
      optional string previous_result_id = 3;
      Specified by:
      getPreviousResultIdBytes in interface GetDiagnosticRequestOrBuilder
      Returns:
      The bytes for previousResultId.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static GetDiagnosticRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetDiagnosticRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetDiagnosticRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetDiagnosticRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetDiagnosticRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetDiagnosticRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetDiagnosticRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GetDiagnosticRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static GetDiagnosticRequest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static GetDiagnosticRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GetDiagnosticRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GetDiagnosticRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public GetDiagnosticRequest.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static GetDiagnosticRequest.Builder newBuilder()
    • newBuilder

      public static GetDiagnosticRequest.Builder newBuilder(GetDiagnosticRequest prototype)
    • toBuilder

      public GetDiagnosticRequest.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected GetDiagnosticRequest.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static GetDiagnosticRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<GetDiagnosticRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<GetDiagnosticRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public GetDiagnosticRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder