Class GenerateApiKeyResponse.GenerateApiKeyResponseData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<GenerateApiKeyResponse.GenerateApiKeyResponseData,GenerateApiKeyResponse.GenerateApiKeyResponseData.Builder>
-
- com.streamlayer.sdkSettings.common.GenerateApiKeyResponse.GenerateApiKeyResponseData.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,GenerateApiKeyResponse.GenerateApiKeyResponseDataOrBuilder,java.lang.Cloneable
- Enclosing class:
- GenerateApiKeyResponse.GenerateApiKeyResponseData
public static final class GenerateApiKeyResponse.GenerateApiKeyResponseData.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<GenerateApiKeyResponse.GenerateApiKeyResponseData,GenerateApiKeyResponse.GenerateApiKeyResponseData.Builder> implements GenerateApiKeyResponse.GenerateApiKeyResponseDataOrBuilder
Protobuf typestreamlayer.sdkSettings.GenerateApiKeyResponse.GenerateApiKeyResponseData
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerateApiKeyResponse.GenerateApiKeyResponseData.BuilderclearAttributes()string attributes = 3 [json_name = "attributes"];GenerateApiKeyResponse.GenerateApiKeyResponseData.BuilderclearId()string id = 1 [json_name = "id"];GenerateApiKeyResponse.GenerateApiKeyResponseData.BuilderclearType()string type = 2 [json_name = "type"];java.lang.StringgetAttributes()string attributes = 3 [json_name = "attributes"];com.google.protobuf.ByteStringgetAttributesBytes()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"];GenerateApiKeyResponse.GenerateApiKeyResponseData.BuildersetAttributes(java.lang.String value)string attributes = 3 [json_name = "attributes"];GenerateApiKeyResponse.GenerateApiKeyResponseData.BuildersetAttributesBytes(com.google.protobuf.ByteString value)string attributes = 3 [json_name = "attributes"];GenerateApiKeyResponse.GenerateApiKeyResponseData.BuildersetId(java.lang.String value)string id = 1 [json_name = "id"];GenerateApiKeyResponse.GenerateApiKeyResponseData.BuildersetIdBytes(com.google.protobuf.ByteString value)string id = 1 [json_name = "id"];GenerateApiKeyResponse.GenerateApiKeyResponseData.BuildersetType(java.lang.String value)string type = 2 [json_name = "type"];GenerateApiKeyResponse.GenerateApiKeyResponseData.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 interfaceGenerateApiKeyResponse.GenerateApiKeyResponseDataOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Specified by:
getIdBytesin interfaceGenerateApiKeyResponse.GenerateApiKeyResponseDataOrBuilder- Returns:
- The bytes for id.
-
setId
public GenerateApiKeyResponse.GenerateApiKeyResponseData.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 GenerateApiKeyResponse.GenerateApiKeyResponseData.Builder clearId()
string id = 1 [json_name = "id"];- Returns:
- This builder for chaining.
-
setIdBytes
public GenerateApiKeyResponse.GenerateApiKeyResponseData.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 interfaceGenerateApiKeyResponse.GenerateApiKeyResponseDataOrBuilder- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()
string type = 2 [json_name = "type"];- Specified by:
getTypeBytesin interfaceGenerateApiKeyResponse.GenerateApiKeyResponseDataOrBuilder- Returns:
- The bytes for type.
-
setType
public GenerateApiKeyResponse.GenerateApiKeyResponseData.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 GenerateApiKeyResponse.GenerateApiKeyResponseData.Builder clearType()
string type = 2 [json_name = "type"];- Returns:
- This builder for chaining.
-
setTypeBytes
public GenerateApiKeyResponse.GenerateApiKeyResponseData.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.
-
getAttributes
public java.lang.String getAttributes()
string attributes = 3 [json_name = "attributes"];- Specified by:
getAttributesin interfaceGenerateApiKeyResponse.GenerateApiKeyResponseDataOrBuilder- Returns:
- The attributes.
-
getAttributesBytes
public com.google.protobuf.ByteString getAttributesBytes()
string attributes = 3 [json_name = "attributes"];- Specified by:
getAttributesBytesin interfaceGenerateApiKeyResponse.GenerateApiKeyResponseDataOrBuilder- Returns:
- The bytes for attributes.
-
setAttributes
public GenerateApiKeyResponse.GenerateApiKeyResponseData.Builder setAttributes(java.lang.String value)
string attributes = 3 [json_name = "attributes"];- Parameters:
value- The attributes to set.- Returns:
- This builder for chaining.
-
clearAttributes
public GenerateApiKeyResponse.GenerateApiKeyResponseData.Builder clearAttributes()
string attributes = 3 [json_name = "attributes"];- Returns:
- This builder for chaining.
-
setAttributesBytes
public GenerateApiKeyResponse.GenerateApiKeyResponseData.Builder setAttributesBytes(com.google.protobuf.ByteString value)
string attributes = 3 [json_name = "attributes"];- Parameters:
value- The bytes for attributes to set.- Returns:
- This builder for chaining.
-
-