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 RepoIdRepoId.Builder. build()RepoIdRepoId.Builder. buildPartial()static RepoIdRepoId. getDefaultInstance()RepoIdRepoId.Builder. getDefaultInstanceForType()RepoIdRepoId. getDefaultInstanceForType()RepoIdCloudRepoSourceContext.Builder. getRepoId()The ID of the repo.RepoIdCloudRepoSourceContext. getRepoId()The ID of the repo.RepoIdCloudRepoSourceContextOrBuilder. getRepoId()The ID of the repo.RepoIdCloudWorkspaceId.Builder. getRepoId()The ID of the repo containing the workspace.RepoIdCloudWorkspaceId. getRepoId()The ID of the repo containing the workspace.RepoIdCloudWorkspaceIdOrBuilder. getRepoId()The ID of the repo containing the workspace.static RepoIdRepoId. parseDelimitedFrom(InputStream input)static RepoIdRepoId. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RepoIdRepoId. parseFrom(byte[] data)static RepoIdRepoId. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RepoIdRepoId. parseFrom(com.google.protobuf.ByteString data)static RepoIdRepoId. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RepoIdRepoId. parseFrom(com.google.protobuf.CodedInputStream input)static RepoIdRepoId. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RepoIdRepoId. parseFrom(InputStream input)static RepoIdRepoId. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RepoIdRepoId. parseFrom(ByteBuffer data)static RepoIdRepoId. 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.BuilderRepoId.Builder. mergeFrom(RepoId other)CloudRepoSourceContext.BuilderCloudRepoSourceContext.Builder. mergeRepoId(RepoId value)The ID of the repo.CloudWorkspaceId.BuilderCloudWorkspaceId.Builder. mergeRepoId(RepoId value)The ID of the repo containing the workspace.static RepoId.BuilderRepoId. newBuilder(RepoId prototype)CloudRepoSourceContext.BuilderCloudRepoSourceContext.Builder. setRepoId(RepoId value)The ID of the repo.CloudWorkspaceId.BuilderCloudWorkspaceId.Builder. setRepoId(RepoId value)The ID of the repo containing the workspace.
-