public static interface Service.UpdateExperimentOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getExperimentId()
ID of the associated experiment.
|
String |
getNewName()
If provided, the experiment's name will be changed to this.
|
com.google.protobuf.ByteString |
getNewNameBytes()
If provided, the experiment's name will be changed to this.
|
boolean |
hasExperimentId()
ID of the associated experiment.
|
boolean |
hasNewName()
If provided, the experiment's name will be changed to this.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasExperimentId()
ID of the associated experiment.
optional int64 experiment_id = 1 [(.validate_required) = true];
long getExperimentId()
ID of the associated experiment.
optional int64 experiment_id = 1 [(.validate_required) = true];
boolean hasNewName()
If provided, the experiment's name will be changed to this. The new name must be unique.
optional string new_name = 2;
String getNewName()
If provided, the experiment's name will be changed to this. The new name must be unique.
optional string new_name = 2;
com.google.protobuf.ByteString getNewNameBytes()
If provided, the experiment's name will be changed to this. The new name must be unique.
optional string new_name = 2;
Copyright © 2019. All rights reserved.