Interface Dependency.GitSourceRepositoryOrBuilder (3.78.0)

publicstaticinterface Dependency.GitSourceRepositoryOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeveloperConnect()

publicabstractStringgetDeveloperConnect()

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()

publicabstractByteStringgetDeveloperConnectBytes()

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()

publicabstractDependency.GitSourceRepository.RepotypeCasegetRepotypeCase()
Returns
Type Description
Dependency.GitSourceRepository.RepotypeCase

getUrl()

publicabstractStringgetUrl()

Location of the Git repository.

string url = 1;

Returns
Type Description
String

The url.

getUrlBytes()

publicabstractByteStringgetUrlBytes()

Location of the Git repository.

string url = 1;

Returns
Type Description
ByteString

The bytes for url.

hasDeveloperConnect()

publicabstractbooleanhasDeveloperConnect()

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()

publicabstractbooleanhasUrl()

Location of the Git repository.

string url = 1;

Returns
Type Description
boolean

Whether the url field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.