public interface ImportYumArtifactsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGcsSource()
public abstract ImportYumArtifactsGcsSource getGcsSource()Google Cloud Storage location where input content is located.
.google.devtools.artifactregistry.v1beta2.ImportYumArtifactsGcsSource gcs_source = 2;
| Type | Description |
| ImportYumArtifactsGcsSource | The gcsSource. |
getGcsSourceOrBuilder()
public abstract ImportYumArtifactsGcsSourceOrBuilder getGcsSourceOrBuilder()Google Cloud Storage location where input content is located.
.google.devtools.artifactregistry.v1beta2.ImportYumArtifactsGcsSource gcs_source = 2;
| Type | Description |
| ImportYumArtifactsGcsSourceOrBuilder |
getParent()
public abstract String getParent()The name of the parent resource where the artifacts will be imported.
string parent = 1;
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()The name of the parent resource where the artifacts will be imported.
string parent = 1;
| Type | Description |
| ByteString | The bytes for parent. |
getSourceCase()
public abstract ImportYumArtifactsRequest.SourceCase getSourceCase()| Type | Description |
| ImportYumArtifactsRequest.SourceCase |
hasGcsSource()
public abstract boolean hasGcsSource()Google Cloud Storage location where input content is located.
.google.devtools.artifactregistry.v1beta2.ImportYumArtifactsGcsSource gcs_source = 2;
| Type | Description |
| boolean | Whether the gcsSource field is set. |