Interface ReplaceArtifactRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReplaceArtifactRequest
,ReplaceArtifactRequest.Builder
public interface ReplaceArtifactRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Artifact
getArtifact()
Required.ArtifactOrBuilder
getArtifactOrBuilder()
Required.boolean
hasArtifact()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasArtifact
boolean hasArtifact()
Required. The artifact to replace. The `name` field is used to identify the artifact to replace. Format: `{parent}/artifacts/*`
.google.cloud.apigeeregistry.v1.Artifact artifact = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the artifact field is set.
-
getArtifact
Artifact getArtifact()
Required. The artifact to replace. The `name` field is used to identify the artifact to replace. Format: `{parent}/artifacts/*`
.google.cloud.apigeeregistry.v1.Artifact artifact = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The artifact.
-
getArtifactOrBuilder
ArtifactOrBuilder getArtifactOrBuilder()
Required. The artifact to replace. The `name` field is used to identify the artifact to replace. Format: `{parent}/artifacts/*`
.google.cloud.apigeeregistry.v1.Artifact artifact = 1 [(.google.api.field_behavior) = REQUIRED];
-
-