Package com.buildless.code
Interface RepositoryReference.GitRepositoryReferenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RepositoryReference.GitRepositoryReference,RepositoryReference.GitRepositoryReference.Builder
- Enclosing class:
RepositoryReference
public static interface RepositoryReference.GitRepositoryReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.buildless.code.GitProtocol protocol = 1 [json_name = "protocol"];int.buildless.code.GitProtocol protocol = 1 [json_name = "protocol"];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
-
getProtocolValue
int getProtocolValue().buildless.code.GitProtocol protocol = 1 [json_name = "protocol"];- Returns:
- The enum numeric value on the wire for protocol.
-
getProtocol
GitProtocol getProtocol().buildless.code.GitProtocol protocol = 1 [json_name = "protocol"];- Returns:
- The protocol.
-