public interface OwnerOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getEntity()
The entity, in the form `user-`*userId*.
|
com.google.protobuf.ByteString |
getEntityBytes()
The entity, in the form `user-`*userId*.
|
String |
getEntityId()
The ID for the entity.
|
com.google.protobuf.ByteString |
getEntityIdBytes()
The ID for the entity.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getEntity()
The entity, in the form `user-`*userId*.
string entity = 1;
com.google.protobuf.ByteString getEntityBytes()
The entity, in the form `user-`*userId*.
string entity = 1;
String getEntityId()
The ID for the entity.
string entity_id = 2;
com.google.protobuf.ByteString getEntityIdBytes()
The ID for the entity.
string entity_id = 2;
Copyright © 2023 Google LLC. All rights reserved.