public static final class ClientInfo.Builder extends GeneratedMessageV3.Builder<ClientInfo.Builder> implements ClientInfoOrBuilder
Information about the client which invoked the test.
Protobuf type google.events.firebase.testlab.v1.ClientInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ClientInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ClientInfo build()
buildPartial()
public ClientInfo buildPartial()
clear()
public ClientInfo.Builder clear()
Overrides
clearClient()
public ClientInfo.Builder clearClient()
Client name, such as "gcloud".
string client = 1;
clearDetails()
public ClientInfo.Builder clearDetails()
clearField(Descriptors.FieldDescriptor field)
public ClientInfo.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ClientInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ClientInfo.Builder clone()
Overrides
containsDetails(String key)
public boolean containsDetails(String key)
Map of detailed information about the client.
map<string, string> details = 2;
Parameter |
Name |
Description |
key |
String
|
getClient()
public String getClient()
Client name, such as "gcloud".
string client = 1;
Returns |
Type |
Description |
String |
The client.
|
getClientBytes()
public ByteString getClientBytes()
Client name, such as "gcloud".
string client = 1;
Returns |
Type |
Description |
ByteString |
The bytes for client.
|
getDefaultInstanceForType()
public ClientInfo getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getDetails()
public Map<String,String> getDetails()
getDetailsCount()
public int getDetailsCount()
Map of detailed information about the client.
map<string, string> details = 2;
Returns |
Type |
Description |
int |
|
getDetailsMap()
public Map<String,String> getDetailsMap()
Map of detailed information about the client.
map<string, string> details = 2;
getDetailsOrDefault(String key, String defaultValue)
public String getDetailsOrDefault(String key, String defaultValue)
Map of detailed information about the client.
map<string, string> details = 2;
Returns |
Type |
Description |
String |
|
getDetailsOrThrow(String key)
public String getDetailsOrThrow(String key)
Map of detailed information about the client.
map<string, string> details = 2;
Parameter |
Name |
Description |
key |
String
|
Returns |
Type |
Description |
String |
|
getMutableDetails()
public Map<String,String> getMutableDetails()
Use alternate mutation accessors instead.
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter |
Name |
Description |
number |
int
|
Overrides
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Parameter |
Name |
Description |
number |
int
|
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ClientInfo other)
public ClientInfo.Builder mergeFrom(ClientInfo other)
public ClientInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ClientInfo.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ClientInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
putAllDetails(Map<String,String> values)
public ClientInfo.Builder putAllDetails(Map<String,String> values)
Map of detailed information about the client.
map<string, string> details = 2;
putDetails(String key, String value)
public ClientInfo.Builder putDetails(String key, String value)
Map of detailed information about the client.
map<string, string> details = 2;
removeDetails(String key)
public ClientInfo.Builder removeDetails(String key)
Map of detailed information about the client.
map<string, string> details = 2;
Parameter |
Name |
Description |
key |
String
|
setClient(String value)
public ClientInfo.Builder setClient(String value)
Client name, such as "gcloud".
string client = 1;
Parameter |
Name |
Description |
value |
String
The client to set.
|
setClientBytes(ByteString value)
public ClientInfo.Builder setClientBytes(ByteString value)
Client name, such as "gcloud".
string client = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for client to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public ClientInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ClientInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ClientInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides