public interface MetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthorName()
optional string author_name = 3; |
com.google.protobuf.ByteString |
getAuthorNameBytes()
optional string author_name = 3; |
java.lang.String |
getAuthorPhid()
PHID of the user who requested this operation.
|
com.google.protobuf.ByteString |
getAuthorPhidBytes()
PHID of the user who requested this operation.
|
java.lang.String |
getPurchasePhids(int index)
Contains PurchasePHID is this is a purchase request.
|
com.google.protobuf.ByteString |
getPurchasePhidsBytes(int index)
Contains PurchasePHID is this is a purchase request.
|
int |
getPurchasePhidsCount()
Contains PurchasePHID is this is a purchase request.
|
java.util.List<java.lang.String> |
getPurchasePhidsList()
Contains PurchasePHID is this is a purchase request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.String> getPurchasePhidsList()
Contains PurchasePHID is this is a purchase request.
repeated string purchase_phids = 1;int getPurchasePhidsCount()
Contains PurchasePHID is this is a purchase request.
repeated string purchase_phids = 1;java.lang.String getPurchasePhids(int index)
Contains PurchasePHID is this is a purchase request.
repeated string purchase_phids = 1;com.google.protobuf.ByteString getPurchasePhidsBytes(int index)
Contains PurchasePHID is this is a purchase request.
repeated string purchase_phids = 1;java.lang.String getAuthorPhid()
PHID of the user who requested this operation.
optional string author_phid = 2;com.google.protobuf.ByteString getAuthorPhidBytes()
PHID of the user who requested this operation.
optional string author_phid = 2;java.lang.String getAuthorName()
optional string author_name = 3;com.google.protobuf.ByteString getAuthorNameBytes()
optional string author_name = 3;