public static interface PushAPIMsg.PartMsgOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
PushAPIMsg.DirectivesMsg |
getDirectives()
optional .com.exalead.papi.helper.V4A.message.DirectivesMsg directives = 1; |
PushAPIMsg.DirectivesMsgOrBuilder |
getDirectivesOrBuilder()
optional .com.exalead.papi.helper.V4A.message.DirectivesMsg directives = 1; |
java.lang.String |
getName()
optional string name = 2 [default = ""]; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2 [default = ""]; |
com.google.protobuf.ByteString |
getPart()
required bytes part = 3; |
boolean |
hasDirectives()
optional .com.exalead.papi.helper.V4A.message.DirectivesMsg directives = 1; |
boolean |
hasName()
optional string name = 2 [default = ""]; |
boolean |
hasPart()
required bytes part = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasDirectives()
optional .com.exalead.papi.helper.V4A.message.DirectivesMsg directives = 1;
PushAPIMsg.DirectivesMsg getDirectives()
optional .com.exalead.papi.helper.V4A.message.DirectivesMsg directives = 1;
PushAPIMsg.DirectivesMsgOrBuilder getDirectivesOrBuilder()
optional .com.exalead.papi.helper.V4A.message.DirectivesMsg directives = 1;
boolean hasName()
optional string name = 2 [default = ""];
java.lang.String getName()
optional string name = 2 [default = ""];
com.google.protobuf.ByteString getNameBytes()
optional string name = 2 [default = ""];
boolean hasPart()
required bytes part = 3;
com.google.protobuf.ByteString getPart()
required bytes part = 3;
Copyright © 2021 Dassault Systèmes, All Rights Reserved.