Uses of Class
io.grafeas.v1beta1.source.RepoId
-
Packages that use RepoId Package Description io.grafeas.v1beta1.source -
-
Uses of RepoId in io.grafeas.v1beta1.source
Methods in io.grafeas.v1beta1.source 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.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 io.grafeas.v1beta1.source 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 io.grafeas.v1beta1.source 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.static RepoId.Builder
RepoId. newBuilder(RepoId prototype)
CloudRepoSourceContext.Builder
CloudRepoSourceContext.Builder. setRepoId(RepoId value)
The ID of the repo.
-