public final class Experiment extends com.google.protobuf.GeneratedMessageV3 implements ExperimentOrBuilder
Represents an experiment in an environment.Protobuf type
google.cloud.dialogflow.cx.v3.Experiment| Modifier and Type | Class and Description |
|---|---|
static class |
Experiment.Builder
Represents an experiment in an environment.
|
static class |
Experiment.Definition
Definition of the experiment.
|
static interface |
Experiment.DefinitionOrBuilder |
static class |
Experiment.Result
The inference result which includes an objective metric to optimize and the
confidence interval.
|
static interface |
Experiment.ResultOrBuilder |
static class |
Experiment.State
The state of the experiment.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
DEFINITION_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
DISPLAY_NAME_FIELD_NUMBER |
static int |
END_TIME_FIELD_NUMBER |
static int |
EXPERIMENT_LENGTH_FIELD_NUMBER |
static int |
LAST_UPDATE_TIME_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
RESULT_FIELD_NUMBER |
static int |
ROLLOUT_CONFIG_FIELD_NUMBER |
static int |
ROLLOUT_FAILURE_REASON_FIELD_NUMBER |
static int |
ROLLOUT_STATE_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
VARIANTS_HISTORY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.Timestamp |
getCreateTime()
Creation time of this experiment.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Creation time of this experiment.
|
static Experiment |
getDefaultInstance() |
Experiment |
getDefaultInstanceForType() |
Experiment.Definition |
getDefinition()
The definition of the experiment.
|
Experiment.DefinitionOrBuilder |
getDefinitionOrBuilder()
The definition of the experiment.
|
String |
getDescription()
The human-readable description of the experiment.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
The human-readable description of the experiment.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
com.google.protobuf.Timestamp |
getEndTime()
End time of this experiment.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
End time of this experiment.
|
com.google.protobuf.Duration |
getExperimentLength()
Maximum number of days to run the experiment/rollout.
|
com.google.protobuf.DurationOrBuilder |
getExperimentLengthOrBuilder()
Maximum number of days to run the experiment/rollout.
|
com.google.protobuf.Timestamp |
getLastUpdateTime()
Last update time of this experiment.
|
com.google.protobuf.TimestampOrBuilder |
getLastUpdateTimeOrBuilder()
Last update time of this experiment.
|
String |
getName()
The name of the experiment.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the experiment.
|
com.google.protobuf.Parser<Experiment> |
getParserForType() |
Experiment.Result |
getResult()
Inference result of the experiment.
|
Experiment.ResultOrBuilder |
getResultOrBuilder()
Inference result of the experiment.
|
RolloutConfig |
getRolloutConfig()
The configuration for auto rollout.
|
RolloutConfigOrBuilder |
getRolloutConfigOrBuilder()
The configuration for auto rollout.
|
String |
getRolloutFailureReason()
The reason why rollout has failed.
|
com.google.protobuf.ByteString |
getRolloutFailureReasonBytes()
The reason why rollout has failed.
|
RolloutState |
getRolloutState()
State of the auto rollout process.
|
RolloutStateOrBuilder |
getRolloutStateOrBuilder()
State of the auto rollout process.
|
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getStartTime()
Start time of this experiment.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Start time of this experiment.
|
Experiment.State |
getState()
The current state of the experiment.
|
int |
getStateValue()
The current state of the experiment.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
VariantsHistory |
getVariantsHistory(int index)
The history of updates to the experiment variants.
|
int |
getVariantsHistoryCount()
The history of updates to the experiment variants.
|
List<VariantsHistory> |
getVariantsHistoryList()
The history of updates to the experiment variants.
|
VariantsHistoryOrBuilder |
getVariantsHistoryOrBuilder(int index)
The history of updates to the experiment variants.
|
List<? extends VariantsHistoryOrBuilder> |
getVariantsHistoryOrBuilderList()
The history of updates to the experiment variants.
|
boolean |
hasCreateTime()
Creation time of this experiment.
|
boolean |
hasDefinition()
The definition of the experiment.
|
boolean |
hasEndTime()
End time of this experiment.
|
boolean |
hasExperimentLength()
Maximum number of days to run the experiment/rollout.
|
int |
hashCode() |
boolean |
hasLastUpdateTime()
Last update time of this experiment.
|
boolean |
hasResult()
Inference result of the experiment.
|
boolean |
hasRolloutConfig()
The configuration for auto rollout.
|
boolean |
hasRolloutState()
State of the auto rollout process.
|
boolean |
hasStartTime()
Start time of this experiment.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Experiment.Builder |
newBuilder() |
static Experiment.Builder |
newBuilder(Experiment prototype) |
Experiment.Builder |
newBuilderForType() |
protected Experiment.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Experiment |
parseDelimitedFrom(InputStream input) |
static Experiment |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Experiment |
parseFrom(byte[] data) |
static Experiment |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Experiment |
parseFrom(ByteBuffer data) |
static Experiment |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Experiment |
parseFrom(com.google.protobuf.ByteString data) |
static Experiment |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Experiment |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Experiment |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Experiment |
parseFrom(InputStream input) |
static Experiment |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Experiment> |
parser() |
Experiment.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int DEFINITION_FIELD_NUMBER
public static final int ROLLOUT_CONFIG_FIELD_NUMBER
public static final int ROLLOUT_STATE_FIELD_NUMBER
public static final int ROLLOUT_FAILURE_REASON_FIELD_NUMBER
public static final int RESULT_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
public static final int LAST_UPDATE_TIME_FIELD_NUMBER
public static final int EXPERIMENT_LENGTH_FIELD_NUMBER
public static final int VARIANTS_HISTORY_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getName()
The name of the experiment. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/experiments/<Experiment ID>..
string name = 1;getName in interface ExperimentOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The name of the experiment. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/experiments/<Experiment ID>..
string name = 1;getNameBytes in interface ExperimentOrBuilderpublic String getDisplayName()
Required. The human-readable name of the experiment (unique in an environment). Limit of 64 characters.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];getDisplayName in interface ExperimentOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
Required. The human-readable name of the experiment (unique in an environment). Limit of 64 characters.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];getDisplayNameBytes in interface ExperimentOrBuilderpublic String getDescription()
The human-readable description of the experiment.
string description = 3;getDescription in interface ExperimentOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
The human-readable description of the experiment.
string description = 3;getDescriptionBytes in interface ExperimentOrBuilderpublic int getStateValue()
The current state of the experiment. Transition triggered by Experiments.StartExperiment: DRAFT->RUNNING. Transition triggered by Experiments.CancelExperiment: DRAFT->DONE or RUNNING->DONE.
.google.cloud.dialogflow.cx.v3.Experiment.State state = 4;getStateValue in interface ExperimentOrBuilderpublic Experiment.State getState()
The current state of the experiment. Transition triggered by Experiments.StartExperiment: DRAFT->RUNNING. Transition triggered by Experiments.CancelExperiment: DRAFT->DONE or RUNNING->DONE.
.google.cloud.dialogflow.cx.v3.Experiment.State state = 4;getState in interface ExperimentOrBuilderpublic boolean hasDefinition()
The definition of the experiment.
.google.cloud.dialogflow.cx.v3.Experiment.Definition definition = 5;hasDefinition in interface ExperimentOrBuilderpublic Experiment.Definition getDefinition()
The definition of the experiment.
.google.cloud.dialogflow.cx.v3.Experiment.Definition definition = 5;getDefinition in interface ExperimentOrBuilderpublic Experiment.DefinitionOrBuilder getDefinitionOrBuilder()
The definition of the experiment.
.google.cloud.dialogflow.cx.v3.Experiment.Definition definition = 5;getDefinitionOrBuilder in interface ExperimentOrBuilderpublic boolean hasRolloutConfig()
The configuration for auto rollout. If set, there should be exactly two variants in the experiment (control variant being the default version of the flow), the traffic allocation for the non-control variant will gradually increase to 100% when conditions are met, and eventually replace the control variant to become the default version of the flow.
.google.cloud.dialogflow.cx.v3.RolloutConfig rollout_config = 14;hasRolloutConfig in interface ExperimentOrBuilderpublic RolloutConfig getRolloutConfig()
The configuration for auto rollout. If set, there should be exactly two variants in the experiment (control variant being the default version of the flow), the traffic allocation for the non-control variant will gradually increase to 100% when conditions are met, and eventually replace the control variant to become the default version of the flow.
.google.cloud.dialogflow.cx.v3.RolloutConfig rollout_config = 14;getRolloutConfig in interface ExperimentOrBuilderpublic RolloutConfigOrBuilder getRolloutConfigOrBuilder()
The configuration for auto rollout. If set, there should be exactly two variants in the experiment (control variant being the default version of the flow), the traffic allocation for the non-control variant will gradually increase to 100% when conditions are met, and eventually replace the control variant to become the default version of the flow.
.google.cloud.dialogflow.cx.v3.RolloutConfig rollout_config = 14;getRolloutConfigOrBuilder in interface ExperimentOrBuilderpublic boolean hasRolloutState()
State of the auto rollout process.
.google.cloud.dialogflow.cx.v3.RolloutState rollout_state = 15;hasRolloutState in interface ExperimentOrBuilderpublic RolloutState getRolloutState()
State of the auto rollout process.
.google.cloud.dialogflow.cx.v3.RolloutState rollout_state = 15;getRolloutState in interface ExperimentOrBuilderpublic RolloutStateOrBuilder getRolloutStateOrBuilder()
State of the auto rollout process.
.google.cloud.dialogflow.cx.v3.RolloutState rollout_state = 15;getRolloutStateOrBuilder in interface ExperimentOrBuilderpublic String getRolloutFailureReason()
The reason why rollout has failed. Should only be set when state is ROLLOUT_FAILED.
string rollout_failure_reason = 16;getRolloutFailureReason in interface ExperimentOrBuilderpublic com.google.protobuf.ByteString getRolloutFailureReasonBytes()
The reason why rollout has failed. Should only be set when state is ROLLOUT_FAILED.
string rollout_failure_reason = 16;getRolloutFailureReasonBytes in interface ExperimentOrBuilderpublic boolean hasResult()
Inference result of the experiment.
.google.cloud.dialogflow.cx.v3.Experiment.Result result = 6;hasResult in interface ExperimentOrBuilderpublic Experiment.Result getResult()
Inference result of the experiment.
.google.cloud.dialogflow.cx.v3.Experiment.Result result = 6;getResult in interface ExperimentOrBuilderpublic Experiment.ResultOrBuilder getResultOrBuilder()
Inference result of the experiment.
.google.cloud.dialogflow.cx.v3.Experiment.Result result = 6;getResultOrBuilder in interface ExperimentOrBuilderpublic boolean hasCreateTime()
Creation time of this experiment.
.google.protobuf.Timestamp create_time = 7;hasCreateTime in interface ExperimentOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Creation time of this experiment.
.google.protobuf.Timestamp create_time = 7;getCreateTime in interface ExperimentOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Creation time of this experiment.
.google.protobuf.Timestamp create_time = 7;getCreateTimeOrBuilder in interface ExperimentOrBuilderpublic boolean hasStartTime()
Start time of this experiment.
.google.protobuf.Timestamp start_time = 8;hasStartTime in interface ExperimentOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
Start time of this experiment.
.google.protobuf.Timestamp start_time = 8;getStartTime in interface ExperimentOrBuilderpublic com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Start time of this experiment.
.google.protobuf.Timestamp start_time = 8;getStartTimeOrBuilder in interface ExperimentOrBuilderpublic boolean hasEndTime()
End time of this experiment.
.google.protobuf.Timestamp end_time = 9;hasEndTime in interface ExperimentOrBuilderpublic com.google.protobuf.Timestamp getEndTime()
End time of this experiment.
.google.protobuf.Timestamp end_time = 9;getEndTime in interface ExperimentOrBuilderpublic com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
End time of this experiment.
.google.protobuf.Timestamp end_time = 9;getEndTimeOrBuilder in interface ExperimentOrBuilderpublic boolean hasLastUpdateTime()
Last update time of this experiment.
.google.protobuf.Timestamp last_update_time = 10;hasLastUpdateTime in interface ExperimentOrBuilderpublic com.google.protobuf.Timestamp getLastUpdateTime()
Last update time of this experiment.
.google.protobuf.Timestamp last_update_time = 10;getLastUpdateTime in interface ExperimentOrBuilderpublic com.google.protobuf.TimestampOrBuilder getLastUpdateTimeOrBuilder()
Last update time of this experiment.
.google.protobuf.Timestamp last_update_time = 10;getLastUpdateTimeOrBuilder in interface ExperimentOrBuilderpublic boolean hasExperimentLength()
Maximum number of days to run the experiment/rollout. If auto-rollout is not enabled, default value and maximum will be 30 days. If auto-rollout is enabled, default value and maximum will be 6 days.
.google.protobuf.Duration experiment_length = 11;hasExperimentLength in interface ExperimentOrBuilderpublic com.google.protobuf.Duration getExperimentLength()
Maximum number of days to run the experiment/rollout. If auto-rollout is not enabled, default value and maximum will be 30 days. If auto-rollout is enabled, default value and maximum will be 6 days.
.google.protobuf.Duration experiment_length = 11;getExperimentLength in interface ExperimentOrBuilderpublic com.google.protobuf.DurationOrBuilder getExperimentLengthOrBuilder()
Maximum number of days to run the experiment/rollout. If auto-rollout is not enabled, default value and maximum will be 30 days. If auto-rollout is enabled, default value and maximum will be 6 days.
.google.protobuf.Duration experiment_length = 11;getExperimentLengthOrBuilder in interface ExperimentOrBuilderpublic List<VariantsHistory> getVariantsHistoryList()
The history of updates to the experiment variants.
repeated .google.cloud.dialogflow.cx.v3.VariantsHistory variants_history = 12;getVariantsHistoryList in interface ExperimentOrBuilderpublic List<? extends VariantsHistoryOrBuilder> getVariantsHistoryOrBuilderList()
The history of updates to the experiment variants.
repeated .google.cloud.dialogflow.cx.v3.VariantsHistory variants_history = 12;getVariantsHistoryOrBuilderList in interface ExperimentOrBuilderpublic int getVariantsHistoryCount()
The history of updates to the experiment variants.
repeated .google.cloud.dialogflow.cx.v3.VariantsHistory variants_history = 12;getVariantsHistoryCount in interface ExperimentOrBuilderpublic VariantsHistory getVariantsHistory(int index)
The history of updates to the experiment variants.
repeated .google.cloud.dialogflow.cx.v3.VariantsHistory variants_history = 12;getVariantsHistory in interface ExperimentOrBuilderpublic VariantsHistoryOrBuilder getVariantsHistoryOrBuilder(int index)
The history of updates to the experiment variants.
repeated .google.cloud.dialogflow.cx.v3.VariantsHistory variants_history = 12;getVariantsHistoryOrBuilder in interface ExperimentOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Experiment parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Experiment parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Experiment parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Experiment parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Experiment parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Experiment parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Experiment parseFrom(InputStream input) throws IOException
IOExceptionpublic static Experiment parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Experiment parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Experiment parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Experiment parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Experiment parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Experiment.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Experiment.Builder newBuilder()
public static Experiment.Builder newBuilder(Experiment prototype)
public Experiment.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Experiment.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Experiment getDefaultInstance()
public static com.google.protobuf.Parser<Experiment> parser()
public com.google.protobuf.Parser<Experiment> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Experiment getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.