Interface RepositoryConfigOrBuilder (4.38.0)

public interface RepositoryConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPypiRepositoryConfig()

public abstract PyPiRepositoryConfig getPypiRepositoryConfig()

Optional. Configuration for PyPi repository.

.google.cloud.dataproc.v1.PyPiRepositoryConfig pypi_repository_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
PyPiRepositoryConfig

The pypiRepositoryConfig.

getPypiRepositoryConfigOrBuilder()

public abstract PyPiRepositoryConfigOrBuilder getPypiRepositoryConfigOrBuilder()

Optional. Configuration for PyPi repository.

.google.cloud.dataproc.v1.PyPiRepositoryConfig pypi_repository_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
PyPiRepositoryConfigOrBuilder

hasPypiRepositoryConfig()

public abstract boolean hasPypiRepositoryConfig()

Optional. Configuration for PyPi repository.

.google.cloud.dataproc.v1.PyPiRepositoryConfig pypi_repository_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the pypiRepositoryConfig field is set.