public static interface ArtifactApi.PutArtifactRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ArtifactApi.PutArtifactRequest.ContentCase |
getContentCase() |
ArtifactApi.ArtifactChunk |
getData()
A chunk of the artifact.
|
ArtifactApi.ArtifactChunkOrBuilder |
getDataOrBuilder()
A chunk of the artifact.
|
ArtifactApi.ArtifactMetadata |
getMetadata()
The Artifact metadata.
|
ArtifactApi.ArtifactMetadataOrBuilder |
getMetadataOrBuilder()
The Artifact metadata.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofArtifactApi.ArtifactMetadata getMetadata()
The Artifact metadata. The first message in a PutArtifact call must contain the name of the artifact.
.org.apache.beam.runner_api.v1.ArtifactMetadata metadata = 1;ArtifactApi.ArtifactMetadataOrBuilder getMetadataOrBuilder()
The Artifact metadata. The first message in a PutArtifact call must contain the name of the artifact.
.org.apache.beam.runner_api.v1.ArtifactMetadata metadata = 1;ArtifactApi.ArtifactChunk getData()
A chunk of the artifact. All messages after the first in a PutArtifact call must contain a chunk.
.org.apache.beam.runner_api.v1.ArtifactChunk data = 2;ArtifactApi.ArtifactChunkOrBuilder getDataOrBuilder()
A chunk of the artifact. All messages after the first in a PutArtifact call must contain a chunk.
.org.apache.beam.runner_api.v1.ArtifactChunk data = 2;ArtifactApi.PutArtifactRequest.ContentCase getContentCase()
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.