Class RemoveSdkKeyResponse.RemoveSdkKeyResponseData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<RemoveSdkKeyResponse.RemoveSdkKeyResponseData,RemoveSdkKeyResponse.RemoveSdkKeyResponseData.Builder>
-
- com.streamlayer.sdkSettings.common.RemoveSdkKeyResponse.RemoveSdkKeyResponseData.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,RemoveSdkKeyResponse.RemoveSdkKeyResponseDataOrBuilder,java.lang.Cloneable
- Enclosing class:
- RemoveSdkKeyResponse.RemoveSdkKeyResponseData
public static final class RemoveSdkKeyResponse.RemoveSdkKeyResponseData.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<RemoveSdkKeyResponse.RemoveSdkKeyResponseData,RemoveSdkKeyResponse.RemoveSdkKeyResponseData.Builder> implements RemoveSdkKeyResponse.RemoveSdkKeyResponseDataOrBuilder
Protobuf typestreamlayer.sdkSettings.RemoveSdkKeyResponse.RemoveSdkKeyResponseData
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoveSdkKeyResponse.RemoveSdkKeyResponseData.BuilderaddAllAttributes(java.lang.Iterable<java.lang.String> values)repeated string attributes = 3 [json_name = "attributes"];RemoveSdkKeyResponse.RemoveSdkKeyResponseData.BuilderaddAttributes(java.lang.String value)repeated string attributes = 3 [json_name = "attributes"];RemoveSdkKeyResponse.RemoveSdkKeyResponseData.BuilderaddAttributesBytes(com.google.protobuf.ByteString value)repeated string attributes = 3 [json_name = "attributes"];RemoveSdkKeyResponse.RemoveSdkKeyResponseData.BuilderclearAttributes()repeated string attributes = 3 [json_name = "attributes"];RemoveSdkKeyResponse.RemoveSdkKeyResponseData.BuilderclearId()string id = 1 [json_name = "id"];RemoveSdkKeyResponse.RemoveSdkKeyResponseData.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"];RemoveSdkKeyResponse.RemoveSdkKeyResponseData.BuildersetAttributes(int index, java.lang.String value)repeated string attributes = 3 [json_name = "attributes"];RemoveSdkKeyResponse.RemoveSdkKeyResponseData.BuildersetId(java.lang.String value)string id = 1 [json_name = "id"];RemoveSdkKeyResponse.RemoveSdkKeyResponseData.BuildersetIdBytes(com.google.protobuf.ByteString value)string id = 1 [json_name = "id"];RemoveSdkKeyResponse.RemoveSdkKeyResponseData.BuildersetType(java.lang.String value)string type = 2 [json_name = "type"];RemoveSdkKeyResponse.RemoveSdkKeyResponseData.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 interfaceRemoveSdkKeyResponse.RemoveSdkKeyResponseDataOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Specified by:
getIdBytesin interfaceRemoveSdkKeyResponse.RemoveSdkKeyResponseDataOrBuilder- Returns:
- The bytes for id.
-
setId
public RemoveSdkKeyResponse.RemoveSdkKeyResponseData.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 RemoveSdkKeyResponse.RemoveSdkKeyResponseData.Builder clearId()
string id = 1 [json_name = "id"];- Returns:
- This builder for chaining.
-
setIdBytes
public RemoveSdkKeyResponse.RemoveSdkKeyResponseData.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 interfaceRemoveSdkKeyResponse.RemoveSdkKeyResponseDataOrBuilder- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()
string type = 2 [json_name = "type"];- Specified by:
getTypeBytesin interfaceRemoveSdkKeyResponse.RemoveSdkKeyResponseDataOrBuilder- Returns:
- The bytes for type.
-
setType
public RemoveSdkKeyResponse.RemoveSdkKeyResponseData.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 RemoveSdkKeyResponse.RemoveSdkKeyResponseData.Builder clearType()
string type = 2 [json_name = "type"];- Returns:
- This builder for chaining.
-
setTypeBytes
public RemoveSdkKeyResponse.RemoveSdkKeyResponseData.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 interfaceRemoveSdkKeyResponse.RemoveSdkKeyResponseDataOrBuilder- Returns:
- A list containing the attributes.
-
getAttributesCount
public int getAttributesCount()
repeated string attributes = 3 [json_name = "attributes"];- Specified by:
getAttributesCountin interfaceRemoveSdkKeyResponse.RemoveSdkKeyResponseDataOrBuilder- Returns:
- The count of attributes.
-
getAttributes
public java.lang.String getAttributes(int index)
repeated string attributes = 3 [json_name = "attributes"];- Specified by:
getAttributesin interfaceRemoveSdkKeyResponse.RemoveSdkKeyResponseDataOrBuilder- 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 interfaceRemoveSdkKeyResponse.RemoveSdkKeyResponseDataOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the attributes at the given index.
-
setAttributes
public RemoveSdkKeyResponse.RemoveSdkKeyResponseData.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 RemoveSdkKeyResponse.RemoveSdkKeyResponseData.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 RemoveSdkKeyResponse.RemoveSdkKeyResponseData.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 RemoveSdkKeyResponse.RemoveSdkKeyResponseData.Builder clearAttributes()
repeated string attributes = 3 [json_name = "attributes"];- Returns:
- This builder for chaining.
-
addAttributesBytes
public RemoveSdkKeyResponse.RemoveSdkKeyResponseData.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.
-
-