Interface RestoreRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
RestoreRequest,RestoreRequest.Builder
public interface RestoreRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIds(int index)repeated string ids = 1 [json_name = "ids"];com.google.protobuf.ByteStringgetIdsBytes(int index)repeated string ids = 1 [json_name = "ids"];intgetIdsCount()repeated string ids = 1 [json_name = "ids"];java.util.List<java.lang.String>getIdsList()repeated string ids = 1 [json_name = "ids"];java.lang.StringgetOrganizationId()string organization_id = 2 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 2 [json_name = "organizationId"];ServerNotificationOptionsgetServerNotification().streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];booleanhasServerNotification().streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];
-
-
-
Method Detail
-
getIdsList
java.util.List<java.lang.String> getIdsList()
repeated string ids = 1 [json_name = "ids"];- Returns:
- A list containing the ids.
-
getIdsCount
int getIdsCount()
repeated string ids = 1 [json_name = "ids"];- Returns:
- The count of ids.
-
getIds
java.lang.String getIds(int index)
repeated string ids = 1 [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 = 1 [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 = 2 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 2 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
hasServerNotification
boolean hasServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];- Returns:
- Whether the serverNotification field is set.
-
getServerNotification
ServerNotificationOptions getServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];- Returns:
- The serverNotification.
-
-