public static interface Dependency.GitSourceRepositoryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDeveloperConnect()
public abstract String getDeveloperConnect()
The Developer Connect Git repository link or the url that matches a
repository link in the current project, formatted as
projects/*/locations/*/connections/*/gitRepositoryLink/*
string developer_connect = 2 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The developerConnect. |
getDeveloperConnectBytes()
public abstract ByteString getDeveloperConnectBytes()
The Developer Connect Git repository link or the url that matches a
repository link in the current project, formatted as
projects/*/locations/*/connections/*/gitRepositoryLink/*
string developer_connect = 2 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for developerConnect. |
getRepotypeCase()
public abstract Dependency.GitSourceRepository.RepotypeCase getRepotypeCase()
Returns | |
---|---|
Type | Description |
Dependency.GitSourceRepository.RepotypeCase |
getUrl()
public abstract String getUrl()
Location of the Git repository.
string url = 1;
Returns | |
---|---|
Type | Description |
String |
The url. |
getUrlBytes()
public abstract ByteString getUrlBytes()
Location of the Git repository.
string url = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for url. |
hasDeveloperConnect()
public abstract boolean hasDeveloperConnect()
The Developer Connect Git repository link or the url that matches a
repository link in the current project, formatted as
projects/*/locations/*/connections/*/gitRepositoryLink/*
string developer_connect = 2 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
boolean |
Whether the developerConnect field is set. |
hasUrl()
public abstract boolean hasUrl()
Location of the Git repository.
string url = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the url field is set. |