Class InstanceScriptLogScope.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<InstanceScriptLogScope.Builder>
com.google.protobuf.GeneratedMessage.Builder<InstanceScriptLogScope.Builder>
com.soulfiremc.grpc.generated.InstanceScriptLogScope.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, InstanceScriptLogScopeOrBuilder, Cloneable
Enclosing class:
InstanceScriptLogScope

public static final class InstanceScriptLogScope.Builder extends com.google.protobuf.GeneratedMessage.Builder<InstanceScriptLogScope.Builder> implements InstanceScriptLogScopeOrBuilder
Protobuf type soulfire.v1.InstanceScriptLogScope
  • 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.Builder<InstanceScriptLogScope.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<InstanceScriptLogScope.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<InstanceScriptLogScope.Builder>
    • getDefaultInstanceForType

      public InstanceScriptLogScope getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public InstanceScriptLogScope build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public InstanceScriptLogScope buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public InstanceScriptLogScope.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<InstanceScriptLogScope.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<InstanceScriptLogScope.Builder>
    • mergeFrom

      public InstanceScriptLogScope.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<InstanceScriptLogScope.Builder>
      Throws:
      IOException
    • getInstanceId

      public String getInstanceId()
      string instance_id = 1;
      Specified by:
      getInstanceId in interface InstanceScriptLogScopeOrBuilder
      Returns:
      The instanceId.
    • getInstanceIdBytes

      public com.google.protobuf.ByteString getInstanceIdBytes()
      string instance_id = 1;
      Specified by:
      getInstanceIdBytes in interface InstanceScriptLogScopeOrBuilder
      Returns:
      The bytes for instanceId.
    • setInstanceId

      public InstanceScriptLogScope.Builder setInstanceId(String value)
      string instance_id = 1;
      Parameters:
      value - The instanceId to set.
      Returns:
      This builder for chaining.
    • clearInstanceId

      public InstanceScriptLogScope.Builder clearInstanceId()
      string instance_id = 1;
      Returns:
      This builder for chaining.
    • setInstanceIdBytes

      public InstanceScriptLogScope.Builder setInstanceIdBytes(com.google.protobuf.ByteString value)
      string instance_id = 1;
      Parameters:
      value - The bytes for instanceId to set.
      Returns:
      This builder for chaining.
    • getScriptId

      public String getScriptId()
      string script_id = 2;
      Specified by:
      getScriptId in interface InstanceScriptLogScopeOrBuilder
      Returns:
      The scriptId.
    • getScriptIdBytes

      public com.google.protobuf.ByteString getScriptIdBytes()
      string script_id = 2;
      Specified by:
      getScriptIdBytes in interface InstanceScriptLogScopeOrBuilder
      Returns:
      The bytes for scriptId.
    • setScriptId

      public InstanceScriptLogScope.Builder setScriptId(String value)
      string script_id = 2;
      Parameters:
      value - The scriptId to set.
      Returns:
      This builder for chaining.
    • clearScriptId

      public InstanceScriptLogScope.Builder clearScriptId()
      string script_id = 2;
      Returns:
      This builder for chaining.
    • setScriptIdBytes

      public InstanceScriptLogScope.Builder setScriptIdBytes(com.google.protobuf.ByteString value)
      string script_id = 2;
      Parameters:
      value - The bytes for scriptId to set.
      Returns:
      This builder for chaining.