Interface Service.CreateExperiment.ResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.CreateExperiment.Response, Service.CreateExperiment.Response.Builder
Enclosing class:
Service.CreateExperiment

public static interface Service.CreateExperiment.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getExperimentId()
    Unique identifier for the experiment.
    com.google.protobuf.ByteString getExperimentIdBytes()
    Unique identifier for the experiment.
    boolean hasExperimentId()
    Unique identifier for the experiment.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasExperimentId

      boolean hasExperimentId()
       Unique identifier for the experiment.
       
      optional string experiment_id = 1;
    • getExperimentId

      java.lang.String getExperimentId()
       Unique identifier for the experiment.
       
      optional string experiment_id = 1;
    • getExperimentIdBytes

      com.google.protobuf.ByteString getExperimentIdBytes()
       Unique identifier for the experiment.
       
      optional string experiment_id = 1;