public final class RepoId extends GeneratedMessageV3 implements RepoIdOrBuilder
A unique identifier for a cloud repo.
Protobuf type google.devtools.source.v1.RepoId
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > RepoIdImplements
RepoIdOrBuilderStatic Fields
PROJECT_REPO_ID_FIELD_NUMBER
public static final int PROJECT_REPO_ID_FIELD_NUMBER
Type | Description |
int |
UID_FIELD_NUMBER
public static final int UID_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static RepoId getDefaultInstance()
Type | Description |
RepoId |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static RepoId.Builder newBuilder()
Type | Description |
RepoId.Builder |
newBuilder(RepoId prototype)
public static RepoId.Builder newBuilder(RepoId prototype)
Name | Description |
prototype | RepoId |
Type | Description |
RepoId.Builder |
parseDelimitedFrom(InputStream input)
public static RepoId parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
RepoId |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RepoId parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RepoId |
Type | Description |
IOException |
parseFrom(byte[] data)
public static RepoId parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
RepoId |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RepoId parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RepoId |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static RepoId parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
RepoId |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RepoId parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RepoId |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static RepoId parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
RepoId |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RepoId parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RepoId |
Type | Description |
IOException |
parseFrom(InputStream input)
public static RepoId parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
RepoId |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RepoId parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RepoId |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static RepoId parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
RepoId |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RepoId parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RepoId |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<RepoId> parser()
Type | Description |
Parser<RepoId> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public RepoId getDefaultInstanceForType()
Type | Description |
RepoId |
getIdCase()
public RepoId.IdCase getIdCase()
Type | Description |
RepoId.IdCase |
getParserForType()
public Parser<RepoId> getParserForType()
Type | Description |
Parser<RepoId> |
getProjectRepoId()
public ProjectRepoId getProjectRepoId()
A combination of a project ID and a repo name.
.google.devtools.source.v1.ProjectRepoId project_repo_id = 1;
Type | Description |
ProjectRepoId | The projectRepoId. |
getProjectRepoIdOrBuilder()
public ProjectRepoIdOrBuilder getProjectRepoIdOrBuilder()
A combination of a project ID and a repo name.
.google.devtools.source.v1.ProjectRepoId project_repo_id = 1;
Type | Description |
ProjectRepoIdOrBuilder |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUid()
public String getUid()
A server-assigned, globally unique identifier.
string uid = 2;
Type | Description |
String | The uid. |
getUidBytes()
public ByteString getUidBytes()
A server-assigned, globally unique identifier.
string uid = 2;
Type | Description |
ByteString | The bytes for uid. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasProjectRepoId()
public boolean hasProjectRepoId()
A combination of a project ID and a repo name.
.google.devtools.source.v1.ProjectRepoId project_repo_id = 1;
Type | Description |
boolean | Whether the projectRepoId field is set. |
hasUid()
public boolean hasUid()
A server-assigned, globally unique identifier.
string uid = 2;
Type | Description |
boolean | Whether the uid field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public RepoId.Builder newBuilderForType()
Type | Description |
RepoId.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RepoId.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
RepoId.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public RepoId.Builder toBuilder()
Type | Description |
RepoId.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |