Interface EventDetail.TenantDetailOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EventDetail.TenantDetail, EventDetail.TenantDetail.Builder
Enclosing class:
EventDetail

public static interface EventDetail.TenantDetailOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Short name of the organization tenant.
    com.google.protobuf.ByteString
    Short name of the organization tenant.
    int
    ID of the organization tenant.

    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

    • getOid

      int getOid()
       ID of the organization tenant.
       
      uint32 oid = 1 [json_name = "oid", (.google.api.field_behavior) = REQUIRED];
      Returns:
      The oid.
    • getName

      String getName()
       Short name of the organization tenant.
       
      string name = 2 [json_name = "name", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Short name of the organization tenant.
       
      string name = 2 [json_name = "name", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
      Returns:
      The bytes for name.