Class ListSdkKeyResponse.ListSdkKeyResponseData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<ListSdkKeyResponse.ListSdkKeyResponseData,ListSdkKeyResponse.ListSdkKeyResponseData.Builder>
-
- com.streamlayer.sdkSettings.common.ListSdkKeyResponse.ListSdkKeyResponseData.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,ListSdkKeyResponse.ListSdkKeyResponseDataOrBuilder,java.lang.Cloneable
- Enclosing class:
- ListSdkKeyResponse.ListSdkKeyResponseData
public static final class ListSdkKeyResponse.ListSdkKeyResponseData.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ListSdkKeyResponse.ListSdkKeyResponseData,ListSdkKeyResponse.ListSdkKeyResponseData.Builder> implements ListSdkKeyResponse.ListSdkKeyResponseDataOrBuilder
Protobuf typestreamlayer.sdkSettings.ListSdkKeyResponse.ListSdkKeyResponseData
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSdkKeyResponse.ListSdkKeyResponseData.BuilderaddAllAttributes(java.lang.Iterable<java.lang.String> values)repeated string attributes = 3 [json_name = "attributes"];ListSdkKeyResponse.ListSdkKeyResponseData.BuilderaddAttributes(java.lang.String value)repeated string attributes = 3 [json_name = "attributes"];ListSdkKeyResponse.ListSdkKeyResponseData.BuilderaddAttributesBytes(com.google.protobuf.ByteString value)repeated string attributes = 3 [json_name = "attributes"];ListSdkKeyResponse.ListSdkKeyResponseData.BuilderclearAttributes()repeated string attributes = 3 [json_name = "attributes"];ListSdkKeyResponse.ListSdkKeyResponseData.BuilderclearId()string id = 1 [json_name = "id"];ListSdkKeyResponse.ListSdkKeyResponseData.BuilderclearType()string type = 2 [json_name = "type"];java.lang.StringgetAttributes(int index)repeated string attributes = 3 [json_name = "attributes"];com.google.protobuf.ByteStringgetAttributesBytes(int index)repeated string attributes = 3 [json_name = "attributes"];intgetAttributesCount()repeated string attributes = 3 [json_name = "attributes"];java.util.List<java.lang.String>getAttributesList()repeated string attributes = 3 [json_name = "attributes"];java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];java.lang.StringgetType()string type = 2 [json_name = "type"];com.google.protobuf.ByteStringgetTypeBytes()string type = 2 [json_name = "type"];ListSdkKeyResponse.ListSdkKeyResponseData.BuildersetAttributes(int index, java.lang.String value)repeated string attributes = 3 [json_name = "attributes"];ListSdkKeyResponse.ListSdkKeyResponseData.BuildersetId(java.lang.String value)string id = 1 [json_name = "id"];ListSdkKeyResponse.ListSdkKeyResponseData.BuildersetIdBytes(com.google.protobuf.ByteString value)string id = 1 [json_name = "id"];ListSdkKeyResponse.ListSdkKeyResponseData.BuildersetType(java.lang.String value)string type = 2 [json_name = "type"];ListSdkKeyResponse.ListSdkKeyResponseData.BuildersetTypeBytes(com.google.protobuf.ByteString value)string type = 2 [json_name = "type"];-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getId
public java.lang.String getId()
string id = 1 [json_name = "id"];- Specified by:
getIdin interfaceListSdkKeyResponse.ListSdkKeyResponseDataOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Specified by:
getIdBytesin interfaceListSdkKeyResponse.ListSdkKeyResponseDataOrBuilder- Returns:
- The bytes for id.
-
setId
public ListSdkKeyResponse.ListSdkKeyResponseData.Builder setId(java.lang.String value)
string id = 1 [json_name = "id"];- Parameters:
value- The id to set.- Returns:
- This builder for chaining.
-
clearId
public ListSdkKeyResponse.ListSdkKeyResponseData.Builder clearId()
string id = 1 [json_name = "id"];- Returns:
- This builder for chaining.
-
setIdBytes
public ListSdkKeyResponse.ListSdkKeyResponseData.Builder setIdBytes(com.google.protobuf.ByteString value)
string id = 1 [json_name = "id"];- Parameters:
value- The bytes for id to set.- Returns:
- This builder for chaining.
-
getType
public java.lang.String getType()
string type = 2 [json_name = "type"];- Specified by:
getTypein interfaceListSdkKeyResponse.ListSdkKeyResponseDataOrBuilder- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()
string type = 2 [json_name = "type"];- Specified by:
getTypeBytesin interfaceListSdkKeyResponse.ListSdkKeyResponseDataOrBuilder- Returns:
- The bytes for type.
-
setType
public ListSdkKeyResponse.ListSdkKeyResponseData.Builder setType(java.lang.String value)
string type = 2 [json_name = "type"];- Parameters:
value- The type to set.- Returns:
- This builder for chaining.
-
clearType
public ListSdkKeyResponse.ListSdkKeyResponseData.Builder clearType()
string type = 2 [json_name = "type"];- Returns:
- This builder for chaining.
-
setTypeBytes
public ListSdkKeyResponse.ListSdkKeyResponseData.Builder setTypeBytes(com.google.protobuf.ByteString value)
string type = 2 [json_name = "type"];- Parameters:
value- The bytes for type to set.- Returns:
- This builder for chaining.
-
getAttributesList
public java.util.List<java.lang.String> getAttributesList()
repeated string attributes = 3 [json_name = "attributes"];- Specified by:
getAttributesListin interfaceListSdkKeyResponse.ListSdkKeyResponseDataOrBuilder- Returns:
- A list containing the attributes.
-
getAttributesCount
public int getAttributesCount()
repeated string attributes = 3 [json_name = "attributes"];- Specified by:
getAttributesCountin interfaceListSdkKeyResponse.ListSdkKeyResponseDataOrBuilder- Returns:
- The count of attributes.
-
getAttributes
public java.lang.String getAttributes(int index)
repeated string attributes = 3 [json_name = "attributes"];- Specified by:
getAttributesin interfaceListSdkKeyResponse.ListSdkKeyResponseDataOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The attributes at the given index.
-
getAttributesBytes
public com.google.protobuf.ByteString getAttributesBytes(int index)
repeated string attributes = 3 [json_name = "attributes"];- Specified by:
getAttributesBytesin interfaceListSdkKeyResponse.ListSdkKeyResponseDataOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the attributes at the given index.
-
setAttributes
public ListSdkKeyResponse.ListSdkKeyResponseData.Builder setAttributes(int index, java.lang.String value)
repeated string attributes = 3 [json_name = "attributes"];- Parameters:
index- The index to set the value at.value- The attributes to set.- Returns:
- This builder for chaining.
-
addAttributes
public ListSdkKeyResponse.ListSdkKeyResponseData.Builder addAttributes(java.lang.String value)
repeated string attributes = 3 [json_name = "attributes"];- Parameters:
value- The attributes to add.- Returns:
- This builder for chaining.
-
addAllAttributes
public ListSdkKeyResponse.ListSdkKeyResponseData.Builder addAllAttributes(java.lang.Iterable<java.lang.String> values)
repeated string attributes = 3 [json_name = "attributes"];- Parameters:
values- The attributes to add.- Returns:
- This builder for chaining.
-
clearAttributes
public ListSdkKeyResponse.ListSdkKeyResponseData.Builder clearAttributes()
repeated string attributes = 3 [json_name = "attributes"];- Returns:
- This builder for chaining.
-
addAttributesBytes
public ListSdkKeyResponse.ListSdkKeyResponseData.Builder addAttributesBytes(com.google.protobuf.ByteString value)
repeated string attributes = 3 [json_name = "attributes"];- Parameters:
value- The bytes of the attributes to add.- Returns:
- This builder for chaining.
-
-