Interface DeleteRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
DeleteRequest,DeleteRequest.Builder
public interface DeleteRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];java.lang.StringgetIds(int index)repeated string ids = 2 [json_name = "ids"];com.google.protobuf.ByteStringgetIdsBytes(int index)repeated string ids = 2 [json_name = "ids"];intgetIdsCount()repeated string ids = 2 [json_name = "ids"];java.util.List<java.lang.String>getIdsList()repeated string ids = 2 [json_name = "ids"];java.lang.StringgetOrganizationId()string organization_id = 3 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 3 [json_name = "organizationId"];booleangetPermanent()permanent: if supplied the template will be deleted permanently, e.g.
-
-
-
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.
-
getIdsList
java.util.List<java.lang.String> getIdsList()
repeated string ids = 2 [json_name = "ids"];- Returns:
- A list containing the ids.
-
getIdsCount
int getIdsCount()
repeated string ids = 2 [json_name = "ids"];- Returns:
- The count of ids.
-
getIds
java.lang.String getIds(int index)
repeated string ids = 2 [json_name = "ids"];- Parameters:
index- The index of the element to return.- Returns:
- The ids at the given index.
-
getIdsBytes
com.google.protobuf.ByteString getIdsBytes(int index)
repeated string ids = 2 [json_name = "ids"];- Parameters:
index- The index of the element to return.- Returns:
- The ids at the given index.
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 3 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 3 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
getPermanent
boolean getPermanent()
permanent: if supplied the template will be deleted permanently, e.g. it will not be available in a list of recently deleted items (see "show_deleted" in ListRequestFilter)
bool permanent = 4 [json_name = "permanent"];- Returns:
- The permanent.
-
-