Uses of Class
com.google.devtools.source.v1.RepoId
-
Packages that use RepoId Package Description com.google.devtools.source.v1 -
-
Uses of RepoId in com.google.devtools.source.v1
Methods in com.google.devtools.source.v1 that return RepoId Modifier and Type Method Description RepoId
RepoId.Builder. build()
RepoId
RepoId.Builder. buildPartial()
static RepoId
RepoId. getDefaultInstance()
RepoId
RepoId.Builder. getDefaultInstanceForType()
RepoId
RepoId. getDefaultInstanceForType()
RepoId
CloudRepoSourceContext.Builder. getRepoId()
The ID of the repo.RepoId
CloudRepoSourceContext. getRepoId()
The ID of the repo.RepoId
CloudRepoSourceContextOrBuilder. getRepoId()
The ID of the repo.RepoId
CloudWorkspaceId.Builder. getRepoId()
The ID of the repo containing the workspace.RepoId
CloudWorkspaceId. getRepoId()
The ID of the repo containing the workspace.RepoId
CloudWorkspaceIdOrBuilder. getRepoId()
The ID of the repo containing the workspace.static RepoId
RepoId. parseDelimitedFrom(InputStream input)
static RepoId
RepoId. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RepoId
RepoId. parseFrom(byte[] data)
static RepoId
RepoId. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RepoId
RepoId. parseFrom(com.google.protobuf.ByteString data)
static RepoId
RepoId. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RepoId
RepoId. parseFrom(com.google.protobuf.CodedInputStream input)
static RepoId
RepoId. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RepoId
RepoId. parseFrom(InputStream input)
static RepoId
RepoId. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RepoId
RepoId. parseFrom(ByteBuffer data)
static RepoId
RepoId. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.source.v1 that return types with arguments of type RepoId Modifier and Type Method Description com.google.protobuf.Parser<RepoId>
RepoId. getParserForType()
static com.google.protobuf.Parser<RepoId>
RepoId. parser()
Methods in com.google.devtools.source.v1 with parameters of type RepoId Modifier and Type Method Description RepoId.Builder
RepoId.Builder. mergeFrom(RepoId other)
CloudRepoSourceContext.Builder
CloudRepoSourceContext.Builder. mergeRepoId(RepoId value)
The ID of the repo.CloudWorkspaceId.Builder
CloudWorkspaceId.Builder. mergeRepoId(RepoId value)
The ID of the repo containing the workspace.static RepoId.Builder
RepoId. newBuilder(RepoId prototype)
CloudRepoSourceContext.Builder
CloudRepoSourceContext.Builder. setRepoId(RepoId value)
The ID of the repo.CloudWorkspaceId.Builder
CloudWorkspaceId.Builder. setRepoId(RepoId value)
The ID of the repo containing the workspace.
-