public interface AgentFileUploadResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFileName()
optional string file_name = 2; |
com.google.protobuf.ByteString |
getFileNameBytes()
optional string file_name = 2; |
boolean |
getSuccess()
optional bool success = 1; |
int |
getVersion()
optional int32 version = 3; |
boolean |
hasFileName()
optional string file_name = 2; |
boolean |
hasSuccess()
optional bool success = 1; |
boolean |
hasVersion()
optional int32 version = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSuccess()
optional bool success = 1;
boolean getSuccess()
optional bool success = 1;
boolean hasFileName()
optional string file_name = 2;
String getFileName()
optional string file_name = 2;
com.google.protobuf.ByteString getFileNameBytes()
optional string file_name = 2;
boolean hasVersion()
optional int32 version = 3;
int getVersion()
optional int32 version = 3;
Copyright © 2023. All Rights Reserved.