Interface ImportYumArtifactsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportYumArtifactsRequest
,ImportYumArtifactsRequest.Builder
public interface ImportYumArtifactsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportYumArtifactsGcsSource
getGcsSource()
Google Cloud Storage location where input content is located.ImportYumArtifactsGcsSourceOrBuilder
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.ImportYumArtifactsRequest.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.v1.ImportYumArtifactsGcsSource gcs_source = 2;
- Returns:
- Whether the gcsSource field is set.
-
getGcsSource
ImportYumArtifactsGcsSource getGcsSource()
Google Cloud Storage location where input content is located.
.google.devtools.artifactregistry.v1.ImportYumArtifactsGcsSource gcs_source = 2;
- Returns:
- The gcsSource.
-
getGcsSourceOrBuilder
ImportYumArtifactsGcsSourceOrBuilder getGcsSourceOrBuilder()
Google Cloud Storage location where input content is located.
.google.devtools.artifactregistry.v1.ImportYumArtifactsGcsSource 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
ImportYumArtifactsRequest.SourceCase getSourceCase()
-
-