Class CreateScriptResponse

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.soulfiremc.grpc.generated.CreateScriptResponse
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, CreateScriptResponseOrBuilder, Serializable

@Generated public final class CreateScriptResponse extends com.google.protobuf.GeneratedMessage implements CreateScriptResponseOrBuilder
Response after successfully creating a script.
Protobuf type soulfire.v1.CreateScriptResponse
See Also:
  • Field Details

  • Method Details

    • getDescriptor

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

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage
    • internalGetFieldAccessorTable

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

      public boolean hasScript()
      The complete script data including the generated ID.
      
      .soulfire.v1.ScriptData script = 1;
      Specified by:
      hasScript in interface CreateScriptResponseOrBuilder
      Returns:
      Whether the script field is set.
    • getScript

      public ScriptData getScript()
      The complete script data including the generated ID.
      
      .soulfire.v1.ScriptData script = 1;
      Specified by:
      getScript in interface CreateScriptResponseOrBuilder
      Returns:
      The script.
    • getScriptOrBuilder

      public ScriptDataOrBuilder getScriptOrBuilder()
      The complete script data including the generated ID.
      
      .soulfire.v1.ScriptData script = 1;
      Specified by:
      getScriptOrBuilder in interface CreateScriptResponseOrBuilder
    • getDiagnosticsList

      public List<ValidationDiagnostic> getDiagnosticsList()
      Validation diagnostics (warnings) from building the script graph.
      
      repeated .soulfire.v1.ValidationDiagnostic diagnostics = 2;
      Specified by:
      getDiagnosticsList in interface CreateScriptResponseOrBuilder
    • getDiagnosticsOrBuilderList

      public List<? extends ValidationDiagnosticOrBuilder> getDiagnosticsOrBuilderList()
      Validation diagnostics (warnings) from building the script graph.
      
      repeated .soulfire.v1.ValidationDiagnostic diagnostics = 2;
      Specified by:
      getDiagnosticsOrBuilderList in interface CreateScriptResponseOrBuilder
    • getDiagnosticsCount

      public int getDiagnosticsCount()
      Validation diagnostics (warnings) from building the script graph.
      
      repeated .soulfire.v1.ValidationDiagnostic diagnostics = 2;
      Specified by:
      getDiagnosticsCount in interface CreateScriptResponseOrBuilder
    • getDiagnostics

      public ValidationDiagnostic getDiagnostics(int index)
      Validation diagnostics (warnings) from building the script graph.
      
      repeated .soulfire.v1.ValidationDiagnostic diagnostics = 2;
      Specified by:
      getDiagnostics in interface CreateScriptResponseOrBuilder
    • getDiagnosticsOrBuilder

      public ValidationDiagnosticOrBuilder getDiagnosticsOrBuilder(int index)
      Validation diagnostics (warnings) from building the script graph.
      
      repeated .soulfire.v1.ValidationDiagnostic diagnostics = 2;
      Specified by:
      getDiagnosticsOrBuilder in interface CreateScriptResponseOrBuilder
    • 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 CreateScriptResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static CreateScriptResponse.Builder newBuilder()
    • newBuilder

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

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

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

      public static CreateScriptResponse getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<CreateScriptResponse> 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 CreateScriptResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder