Interface OwnerOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Owner, Owner.Builder

public interface OwnerOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional.
    com.google.protobuf.ByteString
    Optional.
    Optional.
    com.google.protobuf.ByteString
    Optional.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getEntity

      String getEntity()
       Optional. The entity, in the form `user-`*userId*.
       
      string entity = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The entity.
    • getEntityBytes

      com.google.protobuf.ByteString getEntityBytes()
       Optional. The entity, in the form `user-`*userId*.
       
      string entity = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for entity.
    • getEntityId

      String getEntityId()
       Optional. The ID for the entity.
       
      string entity_id = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The entityId.
    • getEntityIdBytes

      com.google.protobuf.ByteString getEntityIdBytes()
       Optional. The ID for the entity.
       
      string entity_id = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for entityId.