ContextParams.Builder |
ContextParams.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ContextParams.Builder |
ContextParams.Builder.clear() |
|
ContextParams.Builder |
ContextParams.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ContextParams.Builder |
ContextParams.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ContextParams.Builder |
ContextParams.Builder.clearParams() |
|
ContextParams.Builder |
ContextParams.Builder.clone() |
|
ContextParams.Builder |
ResourceName.Builder.getContextBuilder() |
Additional parameters that can be used to select resource variants.
|
ContextParams.Builder |
ResourceLocator.Builder.getExactContextBuilder() |
Additional parameters that can be used to select resource variants.
|
ContextParams.Builder |
ContextParams.Builder.mergeFrom(ContextParams other) |
|
ContextParams.Builder |
ContextParams.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ContextParams.Builder |
ContextParams.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ContextParams.Builder |
ContextParams.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ContextParams.Builder |
ContextParams.newBuilder() |
|
static ContextParams.Builder |
ContextParams.newBuilder(ContextParams prototype) |
|
ContextParams.Builder |
ContextParams.newBuilderForType() |
|
protected ContextParams.Builder |
ContextParams.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ContextParams.Builder |
ContextParams.Builder.putAllParams(Map<String,String> values) |
map<string, string> params = 1;
|
ContextParams.Builder |
ContextParams.Builder.putParams(String key,
String value) |
map<string, string> params = 1;
|
ContextParams.Builder |
ContextParams.Builder.removeParams(String key) |
map<string, string> params = 1;
|
ContextParams.Builder |
ContextParams.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ContextParams.Builder |
ContextParams.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ContextParams.Builder |
ContextParams.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ContextParams.Builder |
ContextParams.toBuilder() |
|