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