StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.addAllName(Iterable<String> values) |
repeated string name = 4;
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.addName(String value) |
repeated string name = 4;
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.addNameBytes(com.google.protobuf.ByteString value) |
repeated string name = 4;
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.clear() |
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.clearInstance() |
optional string instance = 1;
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.clearName() |
repeated string name = 4;
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.clearStart() |
optional .google.protobuf.Timestamp start = 2;
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.clearStop() |
optional .google.protobuf.Timestamp stop = 3;
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.clone() |
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.mergeFrom(StreamCommandsRequest other) |
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.mergeStart(com.google.protobuf.Timestamp value) |
optional .google.protobuf.Timestamp start = 2;
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.mergeStop(com.google.protobuf.Timestamp value) |
optional .google.protobuf.Timestamp stop = 3;
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static StreamCommandsRequest.Builder |
StreamCommandsRequest.newBuilder() |
|
static StreamCommandsRequest.Builder |
StreamCommandsRequest.newBuilder(StreamCommandsRequest prototype) |
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.newBuilderForType() |
|
protected StreamCommandsRequest.Builder |
StreamCommandsRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.setInstance(String value) |
optional string instance = 1;
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.setInstanceBytes(com.google.protobuf.ByteString value) |
optional string instance = 1;
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.setName(int index,
String value) |
repeated string name = 4;
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.setStart(com.google.protobuf.Timestamp value) |
optional .google.protobuf.Timestamp start = 2;
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.setStart(com.google.protobuf.Timestamp.Builder builderForValue) |
optional .google.protobuf.Timestamp start = 2;
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.setStop(com.google.protobuf.Timestamp value) |
optional .google.protobuf.Timestamp stop = 3;
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.setStop(com.google.protobuf.Timestamp.Builder builderForValue) |
optional .google.protobuf.Timestamp stop = 3;
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
StreamCommandsRequest.Builder |
StreamCommandsRequest.toBuilder() |
|