Class RestoreRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<RestoreRequest,RestoreRequest.Builder>
-
- com.streamlayer.interactive.library.RestoreRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,RestoreRequestOrBuilder,java.lang.Cloneable
- Enclosing class:
- RestoreRequest
public static final class RestoreRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<RestoreRequest,RestoreRequest.Builder> implements RestoreRequestOrBuilder
Protobuf typestreamlayer.interactive.library.RestoreRequest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestoreRequest.BuilderaddAllIds(java.lang.Iterable<java.lang.String> values)repeated string ids = 1 [json_name = "ids"];RestoreRequest.BuilderaddIds(java.lang.String value)repeated string ids = 1 [json_name = "ids"];RestoreRequest.BuilderaddIdsBytes(com.google.protobuf.ByteString value)repeated string ids = 1 [json_name = "ids"];RestoreRequest.BuilderclearIds()repeated string ids = 1 [json_name = "ids"];RestoreRequest.BuilderclearOrganizationId()string organization_id = 2 [json_name = "organizationId"];RestoreRequest.BuilderclearServerNotification().streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];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"];RestoreRequest.BuildermergeServerNotification(ServerNotificationOptions value).streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];RestoreRequest.BuildersetIds(int index, java.lang.String value)repeated string ids = 1 [json_name = "ids"];RestoreRequest.BuildersetOrganizationId(java.lang.String value)string organization_id = 2 [json_name = "organizationId"];RestoreRequest.BuildersetOrganizationIdBytes(com.google.protobuf.ByteString value)string organization_id = 2 [json_name = "organizationId"];RestoreRequest.BuildersetServerNotification(ServerNotificationOptions value).streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];RestoreRequest.BuildersetServerNotification(ServerNotificationOptions.Builder builderForValue).streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];-
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
-
getIdsList
public java.util.List<java.lang.String> getIdsList()
repeated string ids = 1 [json_name = "ids"];- Specified by:
getIdsListin interfaceRestoreRequestOrBuilder- Returns:
- A list containing the ids.
-
getIdsCount
public int getIdsCount()
repeated string ids = 1 [json_name = "ids"];- Specified by:
getIdsCountin interfaceRestoreRequestOrBuilder- Returns:
- The count of ids.
-
getIds
public java.lang.String getIds(int index)
repeated string ids = 1 [json_name = "ids"];- Specified by:
getIdsin interfaceRestoreRequestOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The ids at the given index.
-
getIdsBytes
public com.google.protobuf.ByteString getIdsBytes(int index)
repeated string ids = 1 [json_name = "ids"];- Specified by:
getIdsBytesin interfaceRestoreRequestOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the ids at the given index.
-
setIds
public RestoreRequest.Builder setIds(int index, java.lang.String value)
repeated string ids = 1 [json_name = "ids"];- Parameters:
index- The index to set the value at.value- The ids to set.- Returns:
- This builder for chaining.
-
addIds
public RestoreRequest.Builder addIds(java.lang.String value)
repeated string ids = 1 [json_name = "ids"];- Parameters:
value- The ids to add.- Returns:
- This builder for chaining.
-
addAllIds
public RestoreRequest.Builder addAllIds(java.lang.Iterable<java.lang.String> values)
repeated string ids = 1 [json_name = "ids"];- Parameters:
values- The ids to add.- Returns:
- This builder for chaining.
-
clearIds
public RestoreRequest.Builder clearIds()
repeated string ids = 1 [json_name = "ids"];- Returns:
- This builder for chaining.
-
addIdsBytes
public RestoreRequest.Builder addIdsBytes(com.google.protobuf.ByteString value)
repeated string ids = 1 [json_name = "ids"];- Parameters:
value- The bytes of the ids to add.- Returns:
- This builder for chaining.
-
getOrganizationId
public java.lang.String getOrganizationId()
string organization_id = 2 [json_name = "organizationId"];- Specified by:
getOrganizationIdin interfaceRestoreRequestOrBuilder- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 2 [json_name = "organizationId"];- Specified by:
getOrganizationIdBytesin interfaceRestoreRequestOrBuilder- Returns:
- The bytes for organizationId.
-
setOrganizationId
public RestoreRequest.Builder setOrganizationId(java.lang.String value)
string organization_id = 2 [json_name = "organizationId"];- Parameters:
value- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
public RestoreRequest.Builder clearOrganizationId()
string organization_id = 2 [json_name = "organizationId"];- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
public RestoreRequest.Builder setOrganizationIdBytes(com.google.protobuf.ByteString value)
string organization_id = 2 [json_name = "organizationId"];- Parameters:
value- The bytes for organizationId to set.- Returns:
- This builder for chaining.
-
hasServerNotification
public boolean hasServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];- Specified by:
hasServerNotificationin interfaceRestoreRequestOrBuilder- Returns:
- Whether the serverNotification field is set.
-
getServerNotification
public ServerNotificationOptions getServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];- Specified by:
getServerNotificationin interfaceRestoreRequestOrBuilder- Returns:
- The serverNotification.
-
setServerNotification
public RestoreRequest.Builder setServerNotification(ServerNotificationOptions value)
.streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];
-
setServerNotification
public RestoreRequest.Builder setServerNotification(ServerNotificationOptions.Builder builderForValue)
.streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];
-
mergeServerNotification
public RestoreRequest.Builder mergeServerNotification(ServerNotificationOptions value)
.streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];
-
clearServerNotification
public RestoreRequest.Builder clearServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];
-
-