Interface RemoveSdkKeyResponse.RemoveSdkKeyResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
RemoveSdkKeyResponse.RemoveSdkKeyResponseData,RemoveSdkKeyResponse.RemoveSdkKeyResponseData.Builder
- Enclosing class:
- RemoveSdkKeyResponse
public static interface RemoveSdkKeyResponse.RemoveSdkKeyResponseDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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"];
-
-
-
Method Detail
-
getId
java.lang.String getId()
string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
getType
java.lang.String getType()
string type = 2 [json_name = "type"];- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
string type = 2 [json_name = "type"];- Returns:
- The bytes for type.
-
getAttributesList
java.util.List<java.lang.String> getAttributesList()
repeated string attributes = 3 [json_name = "attributes"];- Returns:
- A list containing the attributes.
-
getAttributesCount
int getAttributesCount()
repeated string attributes = 3 [json_name = "attributes"];- Returns:
- The count of attributes.
-
getAttributes
java.lang.String getAttributes(int index)
repeated string attributes = 3 [json_name = "attributes"];- Parameters:
index- The index of the element to return.- Returns:
- The attributes at the given index.
-
getAttributesBytes
com.google.protobuf.ByteString getAttributesBytes(int index)
repeated string attributes = 3 [json_name = "attributes"];- Parameters:
index- The index of the element to return.- Returns:
- The attributes at the given index.
-
-