Send feedback
Class ClientInfo.Builder (0.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.15.0 keyboard_arrow_down
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
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]