Interface EventDetail.RepositoryDetailOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Link for the source repository.
    com.google.protobuf.ByteString
    Link for the source repository.
    Display name for the source repository.
    com.google.protobuf.ByteString
    Display name for the source repository.
    Provider which hosts the repository that relates to this event.
    int
    Provider which hosts the repository that relates to this event.

    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

    • getProviderValue

      int getProviderValue()
       Provider which hosts the repository that relates to this event.
       
      .buildless.code.RepositoryProvider provider = 1 [json_name = "provider", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
      Returns:
      The enum numeric value on the wire for provider.
    • getProvider

      RepositoryProvider getProvider()
       Provider which hosts the repository that relates to this event.
       
      .buildless.code.RepositoryProvider provider = 1 [json_name = "provider", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
      Returns:
      The provider.
    • getLink

      String getLink()
       Link for the source repository.
       
      string link = 2 [json_name = "link", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
      Returns:
      The link.
    • getLinkBytes

      com.google.protobuf.ByteString getLinkBytes()
       Link for the source repository.
       
      string link = 2 [json_name = "link", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
      Returns:
      The bytes for link.
    • getName

      String getName()
       Display name for the source repository.
       
      string name = 3 [json_name = "name", (.google.api.field_behavior) = OPTIONAL, (.validate.rules) = { ... }
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Display name for the source repository.
       
      string name = 3 [json_name = "name", (.google.api.field_behavior) = OPTIONAL, (.validate.rules) = { ... }
      Returns:
      The bytes for name.