public final class GerritSourceContext extends GeneratedMessageV3 implements GerritSourceContextOrBuilder
A SourceContext referring to a Gerrit project.Protobuf type
grafeas.v1.GerritSourceContext
Modifier and Type | Class and Description |
---|---|
static class |
GerritSourceContext.Builder
A SourceContext referring to a Gerrit project.
|
static class |
GerritSourceContext.RevisionCase |
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter
AbstractMessageLite.InternalOneOfEnum
Modifier and Type | Field and Description |
---|---|
static int |
ALIAS_CONTEXT_FIELD_NUMBER |
static int |
GERRIT_PROJECT_FIELD_NUMBER |
static int |
HOST_URI_FIELD_NUMBER |
static int |
REVISION_ID_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int HOST_URI_FIELD_NUMBER
public static final int GERRIT_PROJECT_FIELD_NUMBER
public static final int REVISION_ID_FIELD_NUMBER
public static final int ALIAS_CONTEXT_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public GerritSourceContext.RevisionCase getRevisionCase()
getRevisionCase
in interface GerritSourceContextOrBuilder
public String getHostUri()
The URI of a running Gerrit instance.
string host_uri = 1;
getHostUri
in interface GerritSourceContextOrBuilder
public ByteString getHostUriBytes()
The URI of a running Gerrit instance.
string host_uri = 1;
getHostUriBytes
in interface GerritSourceContextOrBuilder
public String getGerritProject()
The full project name within the host. Projects may be nested, so "project/subproject" is a valid project name. The "repo name" is the hostURI/project.
string gerrit_project = 2;
getGerritProject
in interface GerritSourceContextOrBuilder
public ByteString getGerritProjectBytes()
The full project name within the host. Projects may be nested, so "project/subproject" is a valid project name. The "repo name" is the hostURI/project.
string gerrit_project = 2;
getGerritProjectBytes
in interface GerritSourceContextOrBuilder
public String getRevisionId()
A revision (commit) ID.
string revision_id = 3;
getRevisionId
in interface GerritSourceContextOrBuilder
public ByteString getRevisionIdBytes()
A revision (commit) ID.
string revision_id = 3;
getRevisionIdBytes
in interface GerritSourceContextOrBuilder
public boolean hasAliasContext()
An alias, which may be a branch or tag.
.grafeas.v1.AliasContext alias_context = 4;
hasAliasContext
in interface GerritSourceContextOrBuilder
public AliasContext getAliasContext()
An alias, which may be a branch or tag.
.grafeas.v1.AliasContext alias_context = 4;
getAliasContext
in interface GerritSourceContextOrBuilder
public AliasContextOrBuilder getAliasContextOrBuilder()
An alias, which may be a branch or tag.
.grafeas.v1.AliasContext alias_context = 4;
getAliasContextOrBuilder
in interface GerritSourceContextOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static GerritSourceContext parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static GerritSourceContext parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static GerritSourceContext parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static GerritSourceContext parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static GerritSourceContext parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static GerritSourceContext parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static GerritSourceContext parseFrom(InputStream input) throws IOException
IOException
public static GerritSourceContext parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static GerritSourceContext parseDelimitedFrom(InputStream input) throws IOException
IOException
public static GerritSourceContext parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static GerritSourceContext parseFrom(CodedInputStream input) throws IOException
IOException
public static GerritSourceContext parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public GerritSourceContext.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static GerritSourceContext.Builder newBuilder()
public static GerritSourceContext.Builder newBuilder(GerritSourceContext prototype)
public GerritSourceContext.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected GerritSourceContext.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static GerritSourceContext getDefaultInstance()
public static Parser<GerritSourceContext> parser()
public Parser<GerritSourceContext> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public GerritSourceContext getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
Copyright © 2019 Google LLC. All rights reserved.