Uses of Class
io.grafeas.v1beta1.source.ProjectRepoId
-
Packages that use ProjectRepoId Package Description io.grafeas.v1beta1.source -
-
Uses of ProjectRepoId in io.grafeas.v1beta1.source
Methods in io.grafeas.v1beta1.source that return ProjectRepoId Modifier and Type Method Description ProjectRepoId
ProjectRepoId.Builder. build()
ProjectRepoId
ProjectRepoId.Builder. buildPartial()
static ProjectRepoId
ProjectRepoId. getDefaultInstance()
ProjectRepoId
ProjectRepoId.Builder. getDefaultInstanceForType()
ProjectRepoId
ProjectRepoId. getDefaultInstanceForType()
ProjectRepoId
RepoId.Builder. getProjectRepoId()
A combination of a project ID and a repo name.ProjectRepoId
RepoId. getProjectRepoId()
A combination of a project ID and a repo name.ProjectRepoId
RepoIdOrBuilder. getProjectRepoId()
A combination of a project ID and a repo name.static ProjectRepoId
ProjectRepoId. parseDelimitedFrom(InputStream input)
static ProjectRepoId
ProjectRepoId. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProjectRepoId
ProjectRepoId. parseFrom(byte[] data)
static ProjectRepoId
ProjectRepoId. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProjectRepoId
ProjectRepoId. parseFrom(com.google.protobuf.ByteString data)
static ProjectRepoId
ProjectRepoId. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProjectRepoId
ProjectRepoId. parseFrom(com.google.protobuf.CodedInputStream input)
static ProjectRepoId
ProjectRepoId. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProjectRepoId
ProjectRepoId. parseFrom(InputStream input)
static ProjectRepoId
ProjectRepoId. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProjectRepoId
ProjectRepoId. parseFrom(ByteBuffer data)
static ProjectRepoId
ProjectRepoId. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grafeas.v1beta1.source that return types with arguments of type ProjectRepoId Modifier and Type Method Description com.google.protobuf.Parser<ProjectRepoId>
ProjectRepoId. getParserForType()
static com.google.protobuf.Parser<ProjectRepoId>
ProjectRepoId. parser()
Methods in io.grafeas.v1beta1.source with parameters of type ProjectRepoId Modifier and Type Method Description ProjectRepoId.Builder
ProjectRepoId.Builder. mergeFrom(ProjectRepoId other)
RepoId.Builder
RepoId.Builder. mergeProjectRepoId(ProjectRepoId value)
A combination of a project ID and a repo name.static ProjectRepoId.Builder
ProjectRepoId. newBuilder(ProjectRepoId prototype)
RepoId.Builder
RepoId.Builder. setProjectRepoId(ProjectRepoId value)
A combination of a project ID and a repo name.
-