Interface ImportAptArtifactsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportAptArtifactsRequest
,ImportAptArtifactsRequest.Builder
public interface ImportAptArtifactsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportAptArtifactsGcsSource
getGcsSource()
Google Cloud Storage location where input content is located.ImportAptArtifactsGcsSourceOrBuilder
getGcsSourceOrBuilder()
Google Cloud Storage location where input content is located.String
getParent()
The name of the parent resource where the artifacts will be imported.com.google.protobuf.ByteString
getParentBytes()
The name of the parent resource where the artifacts will be imported.ImportAptArtifactsRequest.SourceCase
getSourceCase()
boolean
hasGcsSource()
Google Cloud Storage location where input content is located.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGcsSource
boolean hasGcsSource()
Google Cloud Storage location where input content is located.
.google.devtools.artifactregistry.v1beta2.ImportAptArtifactsGcsSource gcs_source = 2;
- Returns:
- Whether the gcsSource field is set.
-
getGcsSource
ImportAptArtifactsGcsSource getGcsSource()
Google Cloud Storage location where input content is located.
.google.devtools.artifactregistry.v1beta2.ImportAptArtifactsGcsSource gcs_source = 2;
- Returns:
- The gcsSource.
-
getGcsSourceOrBuilder
ImportAptArtifactsGcsSourceOrBuilder getGcsSourceOrBuilder()
Google Cloud Storage location where input content is located.
.google.devtools.artifactregistry.v1beta2.ImportAptArtifactsGcsSource gcs_source = 2;
-
getParent
String getParent()
The name of the parent resource where the artifacts will be imported.
string parent = 1;
- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
The name of the parent resource where the artifacts will be imported.
string parent = 1;
- Returns:
- The bytes for parent.
-
getSourceCase
ImportAptArtifactsRequest.SourceCase getSourceCase()
-
-