public static interface MATLABRequestNotification.MATLAB_Request_NotificationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCurrentTime()
The current sequence number for the server
|
String |
getDeleted(int index)
The resource URLs for the requests that have been deleted
|
com.google.protobuf.ByteString |
getDeletedBytes(int index)
The resource URLs for the requests that have been deleted
|
int |
getDeletedCount()
The resource URLs for the requests that have been deleted
|
List<String> |
getDeletedList()
The resource URLs for the requests that have been deleted
|
MATLABRequestNotification.MATLAB_Request_Notification.Subscription |
getUnsubscribed(int index)
The resource URLs for requests that have been unsubscribed from the set of clients that initiated this request
|
int |
getUnsubscribedCount()
The resource URLs for requests that have been unsubscribed from the set of clients that initiated this request
|
List<MATLABRequestNotification.MATLAB_Request_Notification.Subscription> |
getUnsubscribedList()
The resource URLs for requests that have been unsubscribed from the set of clients that initiated this request
|
MATLABRequestNotification.MATLAB_Request_Notification.SubscriptionOrBuilder |
getUnsubscribedOrBuilder(int index)
The resource URLs for requests that have been unsubscribed from the set of clients that initiated this request
|
List<? extends MATLABRequestNotification.MATLAB_Request_Notification.SubscriptionOrBuilder> |
getUnsubscribedOrBuilderList()
The resource URLs for requests that have been unsubscribed from the set of clients that initiated this request
|
MATLABRequestNotification.MATLAB_Request_Notification.UpdateInfo |
getUpdated(int index)
The resource URLs for the requests whose state changed
|
int |
getUpdatedCount()
The resource URLs for the requests whose state changed
|
List<MATLABRequestNotification.MATLAB_Request_Notification.UpdateInfo> |
getUpdatedList()
The resource URLs for the requests whose state changed
|
MATLABRequestNotification.MATLAB_Request_Notification.UpdateInfoOrBuilder |
getUpdatedOrBuilder(int index)
The resource URLs for the requests whose state changed
|
List<? extends MATLABRequestNotification.MATLAB_Request_Notification.UpdateInfoOrBuilder> |
getUpdatedOrBuilderList()
The resource URLs for the requests whose state changed
|
boolean |
hasCurrentTime()
The current sequence number for the server
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCurrentTime()
The current sequence number for the server
required uint64 current_time = 1;long getCurrentTime()
The current sequence number for the server
required uint64 current_time = 1;List<MATLABRequestNotification.MATLAB_Request_Notification.UpdateInfo> getUpdatedList()
The resource URLs for the requests whose state changed
repeated .MATLAB_Request_Notification.UpdateInfo updated = 2;MATLABRequestNotification.MATLAB_Request_Notification.UpdateInfo getUpdated(int index)
The resource URLs for the requests whose state changed
repeated .MATLAB_Request_Notification.UpdateInfo updated = 2;int getUpdatedCount()
The resource URLs for the requests whose state changed
repeated .MATLAB_Request_Notification.UpdateInfo updated = 2;List<? extends MATLABRequestNotification.MATLAB_Request_Notification.UpdateInfoOrBuilder> getUpdatedOrBuilderList()
The resource URLs for the requests whose state changed
repeated .MATLAB_Request_Notification.UpdateInfo updated = 2;MATLABRequestNotification.MATLAB_Request_Notification.UpdateInfoOrBuilder getUpdatedOrBuilder(int index)
The resource URLs for the requests whose state changed
repeated .MATLAB_Request_Notification.UpdateInfo updated = 2;List<String> getDeletedList()
The resource URLs for the requests that have been deleted
repeated string deleted = 3;int getDeletedCount()
The resource URLs for the requests that have been deleted
repeated string deleted = 3;String getDeleted(int index)
The resource URLs for the requests that have been deleted
repeated string deleted = 3;index - The index of the element to return.com.google.protobuf.ByteString getDeletedBytes(int index)
The resource URLs for the requests that have been deleted
repeated string deleted = 3;index - The index of the value to return.List<MATLABRequestNotification.MATLAB_Request_Notification.Subscription> getUnsubscribedList()
The resource URLs for requests that have been unsubscribed from the set of clients that initiated this request
repeated .MATLAB_Request_Notification.Subscription unsubscribed = 4;MATLABRequestNotification.MATLAB_Request_Notification.Subscription getUnsubscribed(int index)
The resource URLs for requests that have been unsubscribed from the set of clients that initiated this request
repeated .MATLAB_Request_Notification.Subscription unsubscribed = 4;int getUnsubscribedCount()
The resource URLs for requests that have been unsubscribed from the set of clients that initiated this request
repeated .MATLAB_Request_Notification.Subscription unsubscribed = 4;List<? extends MATLABRequestNotification.MATLAB_Request_Notification.SubscriptionOrBuilder> getUnsubscribedOrBuilderList()
The resource URLs for requests that have been unsubscribed from the set of clients that initiated this request
repeated .MATLAB_Request_Notification.Subscription unsubscribed = 4;MATLABRequestNotification.MATLAB_Request_Notification.SubscriptionOrBuilder getUnsubscribedOrBuilder(int index)
The resource URLs for requests that have been unsubscribed from the set of clients that initiated this request
repeated .MATLAB_Request_Notification.Subscription unsubscribed = 4;Copyright © 2015–2024. All rights reserved.