public static interface Service.CreateExperiment.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getExperimentId()
Unique identifier for the experiment.
|
com.google.protobuf.ByteString |
getExperimentIdBytes()
Unique identifier for the experiment.
|
boolean |
hasExperimentId()
Unique identifier for the experiment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasExperimentId()
Unique identifier for the experiment.
optional string experiment_id = 1;
String getExperimentId()
Unique identifier for the experiment.
optional string experiment_id = 1;
com.google.protobuf.ByteString getExperimentIdBytes()
Unique identifier for the experiment.
optional string experiment_id = 1;
Copyright © 2019. All rights reserved.