public interface SourceContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CloudRepoSourceContext |
getCloudRepo()
A SourceContext referring to a revision in a cloud repo.
|
CloudRepoSourceContextOrBuilder |
getCloudRepoOrBuilder()
A SourceContext referring to a revision in a cloud repo.
|
CloudWorkspaceSourceContext |
getCloudWorkspace()
A SourceContext referring to a snapshot in a cloud workspace.
|
CloudWorkspaceSourceContextOrBuilder |
getCloudWorkspaceOrBuilder()
A SourceContext referring to a snapshot in a cloud workspace.
|
SourceContext.ContextCase |
getContextCase() |
GerritSourceContext |
getGerrit()
A SourceContext referring to a Gerrit project.
|
GerritSourceContextOrBuilder |
getGerritOrBuilder()
A SourceContext referring to a Gerrit project.
|
GitSourceContext |
getGit()
A SourceContext referring to any third party Git repo (e.g.
|
GitSourceContextOrBuilder |
getGitOrBuilder()
A SourceContext referring to any third party Git repo (e.g.
|
boolean |
hasCloudRepo()
A SourceContext referring to a revision in a cloud repo.
|
boolean |
hasCloudWorkspace()
A SourceContext referring to a snapshot in a cloud workspace.
|
boolean |
hasGerrit()
A SourceContext referring to a Gerrit project.
|
boolean |
hasGit()
A SourceContext referring to any third party Git repo (e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCloudRepo()
A SourceContext referring to a revision in a cloud repo.
.google.devtools.source.v1.CloudRepoSourceContext cloud_repo = 1;CloudRepoSourceContext getCloudRepo()
A SourceContext referring to a revision in a cloud repo.
.google.devtools.source.v1.CloudRepoSourceContext cloud_repo = 1;CloudRepoSourceContextOrBuilder getCloudRepoOrBuilder()
A SourceContext referring to a revision in a cloud repo.
.google.devtools.source.v1.CloudRepoSourceContext cloud_repo = 1;boolean hasCloudWorkspace()
A SourceContext referring to a snapshot in a cloud workspace.
.google.devtools.source.v1.CloudWorkspaceSourceContext cloud_workspace = 2;CloudWorkspaceSourceContext getCloudWorkspace()
A SourceContext referring to a snapshot in a cloud workspace.
.google.devtools.source.v1.CloudWorkspaceSourceContext cloud_workspace = 2;CloudWorkspaceSourceContextOrBuilder getCloudWorkspaceOrBuilder()
A SourceContext referring to a snapshot in a cloud workspace.
.google.devtools.source.v1.CloudWorkspaceSourceContext cloud_workspace = 2;boolean hasGerrit()
A SourceContext referring to a Gerrit project.
.google.devtools.source.v1.GerritSourceContext gerrit = 3;GerritSourceContext getGerrit()
A SourceContext referring to a Gerrit project.
.google.devtools.source.v1.GerritSourceContext gerrit = 3;GerritSourceContextOrBuilder getGerritOrBuilder()
A SourceContext referring to a Gerrit project.
.google.devtools.source.v1.GerritSourceContext gerrit = 3;boolean hasGit()
A SourceContext referring to any third party Git repo (e.g. GitHub).
.google.devtools.source.v1.GitSourceContext git = 6;GitSourceContext getGit()
A SourceContext referring to any third party Git repo (e.g. GitHub).
.google.devtools.source.v1.GitSourceContext git = 6;GitSourceContextOrBuilder getGitOrBuilder()
A SourceContext referring to any third party Git repo (e.g. GitHub).
.google.devtools.source.v1.GitSourceContext git = 6;SourceContext.ContextCase getContextCase()
Copyright © 2023 Google LLC. All rights reserved.