public static interface MATLABRequestCreated.MATLAB_Request_CreatedOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MATLABRequestOperationSet.MATLAB_Request_Operation_Set |
getAllowedOperations()
optional .MATLAB_Request_Operation_Set allowed_operations = 4; |
MATLABRequestOperationSet.MATLAB_Request_Operation_SetOrBuilder |
getAllowedOperationsOrBuilder()
optional .MATLAB_Request_Operation_Set allowed_operations = 4; |
MATLABRequestInfo.MATLAB_Request_Info |
getInfo()
optional .MATLAB_Request_Info info = 1; |
MATLABRequestInfo.MATLAB_Request_InfoOrBuilder |
getInfoOrBuilder()
optional .MATLAB_Request_Info info = 1; |
String |
getRequestUrl()
required string request_url = 2; |
com.google.protobuf.ByteString |
getRequestUrlBytes()
required string request_url = 2; |
String |
getSubscriptionUrl()
optional string subscription_url = 3; |
com.google.protobuf.ByteString |
getSubscriptionUrlBytes()
optional string subscription_url = 3; |
boolean |
hasAllowedOperations()
optional .MATLAB_Request_Operation_Set allowed_operations = 4; |
boolean |
hasInfo()
optional .MATLAB_Request_Info info = 1; |
boolean |
hasRequestUrl()
required string request_url = 2; |
boolean |
hasSubscriptionUrl()
optional string subscription_url = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInfo()
optional .MATLAB_Request_Info info = 1;MATLABRequestInfo.MATLAB_Request_Info getInfo()
optional .MATLAB_Request_Info info = 1;MATLABRequestInfo.MATLAB_Request_InfoOrBuilder getInfoOrBuilder()
optional .MATLAB_Request_Info info = 1;boolean hasRequestUrl()
required string request_url = 2;String getRequestUrl()
required string request_url = 2;com.google.protobuf.ByteString getRequestUrlBytes()
required string request_url = 2;boolean hasSubscriptionUrl()
optional string subscription_url = 3;String getSubscriptionUrl()
optional string subscription_url = 3;com.google.protobuf.ByteString getSubscriptionUrlBytes()
optional string subscription_url = 3;boolean hasAllowedOperations()
optional .MATLAB_Request_Operation_Set allowed_operations = 4;MATLABRequestOperationSet.MATLAB_Request_Operation_Set getAllowedOperations()
optional .MATLAB_Request_Operation_Set allowed_operations = 4;MATLABRequestOperationSet.MATLAB_Request_Operation_SetOrBuilder getAllowedOperationsOrBuilder()
optional .MATLAB_Request_Operation_Set allowed_operations = 4;Copyright © 2015–2021. All rights reserved.