public static final class GetExperimentsRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<GetExperimentsRequest.Builder> implements GetExperimentsRequestOrBuilder
Request to get all experiments data.Protobuf type
satori.api.GetExperimentsRequest
Modifier and Type | Method and Description |
---|---|
GetExperimentsRequest.Builder |
addAllNames(java.lang.Iterable<java.lang.String> values)
Experiment names; if empty string all experiments are returned.
|
GetExperimentsRequest.Builder |
addNames(java.lang.String value)
Experiment names; if empty string all experiments are returned.
|
GetExperimentsRequest.Builder |
addNamesBytes(com.google.protobuf.ByteString value)
Experiment names; if empty string all experiments are returned.
|
GetExperimentsRequest |
build() |
GetExperimentsRequest |
buildPartial() |
GetExperimentsRequest.Builder |
clear() |
GetExperimentsRequest.Builder |
clearNames()
Experiment names; if empty string all experiments are returned.
|
GetExperimentsRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getNames(int index)
Experiment names; if empty string all experiments are returned.
|
com.google.protobuf.ByteString |
getNamesBytes(int index)
Experiment names; if empty string all experiments are returned.
|
int |
getNamesCount()
Experiment names; if empty string all experiments are returned.
|
com.google.protobuf.ProtocolStringList |
getNamesList()
Experiment names; if empty string all experiments are returned.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
GetExperimentsRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GetExperimentsRequest.Builder |
mergeFrom(GetExperimentsRequest other) |
GetExperimentsRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
GetExperimentsRequest.Builder |
setNames(int index,
java.lang.String value)
Experiment names; if empty string all experiments are returned.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<GetExperimentsRequest.Builder>
public GetExperimentsRequest.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<GetExperimentsRequest.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<GetExperimentsRequest.Builder>
public GetExperimentsRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public GetExperimentsRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public GetExperimentsRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public GetExperimentsRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<GetExperimentsRequest.Builder>
public GetExperimentsRequest.Builder mergeFrom(GetExperimentsRequest other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<GetExperimentsRequest.Builder>
public GetExperimentsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<GetExperimentsRequest.Builder>
java.io.IOException
public com.google.protobuf.ProtocolStringList getNamesList()
Experiment names; if empty string all experiments are returned.
repeated string names = 1 [json_name = "names"];
getNamesList
in interface GetExperimentsRequestOrBuilder
public int getNamesCount()
Experiment names; if empty string all experiments are returned.
repeated string names = 1 [json_name = "names"];
getNamesCount
in interface GetExperimentsRequestOrBuilder
public java.lang.String getNames(int index)
Experiment names; if empty string all experiments are returned.
repeated string names = 1 [json_name = "names"];
getNames
in interface GetExperimentsRequestOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getNamesBytes(int index)
Experiment names; if empty string all experiments are returned.
repeated string names = 1 [json_name = "names"];
getNamesBytes
in interface GetExperimentsRequestOrBuilder
index
- The index of the value to return.public GetExperimentsRequest.Builder setNames(int index, java.lang.String value)
Experiment names; if empty string all experiments are returned.
repeated string names = 1 [json_name = "names"];
index
- The index to set the value at.value
- The names to set.public GetExperimentsRequest.Builder addNames(java.lang.String value)
Experiment names; if empty string all experiments are returned.
repeated string names = 1 [json_name = "names"];
value
- The names to add.public GetExperimentsRequest.Builder addAllNames(java.lang.Iterable<java.lang.String> values)
Experiment names; if empty string all experiments are returned.
repeated string names = 1 [json_name = "names"];
values
- The names to add.public GetExperimentsRequest.Builder clearNames()
Experiment names; if empty string all experiments are returned.
repeated string names = 1 [json_name = "names"];
public GetExperimentsRequest.Builder addNamesBytes(com.google.protobuf.ByteString value)
Experiment names; if empty string all experiments are returned.
repeated string names = 1 [json_name = "names"];
value
- The bytes of the names to add.