Package com.buildless.telemetry
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 TypeMethodDescriptiongetLink()Link for the source repository.com.google.protobuf.ByteStringLink for the source repository.getName()Display name for the source repository.com.google.protobuf.ByteStringDisplay name for the source repository.Provider which hosts the repository that relates to this event.intProvider which hosts the repository that relates to this event.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-