Uses of Class
com.google.cloud.apigeeregistry.v1.Artifact.Builder
-
Packages that use Artifact.Builder Package Description com.google.cloud.apigeeregistry.v1 A client to Apigee Registry API -
-
Uses of Artifact.Builder in com.google.cloud.apigeeregistry.v1
Methods in com.google.cloud.apigeeregistry.v1 that return Artifact.Builder Modifier and Type Method Description Artifact.Builder
ListArtifactsResponse.Builder. addArtifactsBuilder()
The artifacts from the specified publisher.Artifact.Builder
ListArtifactsResponse.Builder. addArtifactsBuilder(int index)
The artifacts from the specified publisher.Artifact.Builder
Artifact.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Artifact.Builder
Artifact.Builder. clear()
Artifact.Builder
Artifact.Builder. clearContents()
Input only.Artifact.Builder
Artifact.Builder. clearCreateTime()
Output only.Artifact.Builder
Artifact.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Artifact.Builder
Artifact.Builder. clearHash()
Output only.Artifact.Builder
Artifact.Builder. clearMimeType()
A content type specifier for the artifact.Artifact.Builder
Artifact.Builder. clearName()
Resource name.Artifact.Builder
Artifact.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Artifact.Builder
Artifact.Builder. clearSizeBytes()
Output only.Artifact.Builder
Artifact.Builder. clearUpdateTime()
Output only.Artifact.Builder
Artifact.Builder. clone()
Artifact.Builder
CreateArtifactRequest.Builder. getArtifactBuilder()
Required.Artifact.Builder
ReplaceArtifactRequest.Builder. getArtifactBuilder()
Required.Artifact.Builder
ListArtifactsResponse.Builder. getArtifactsBuilder(int index)
The artifacts from the specified publisher.Artifact.Builder
Artifact.Builder. mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.Artifact.Builder
Artifact.Builder. mergeFrom(Artifact other)
Artifact.Builder
Artifact.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Artifact.Builder
Artifact.Builder. mergeFrom(com.google.protobuf.Message other)
Artifact.Builder
Artifact.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Artifact.Builder
Artifact.Builder. mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only.static Artifact.Builder
Artifact. newBuilder()
static Artifact.Builder
Artifact. newBuilder(Artifact prototype)
Artifact.Builder
Artifact. newBuilderForType()
protected Artifact.Builder
Artifact. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Artifact.Builder
Artifact.Builder. setContents(com.google.protobuf.ByteString value)
Input only.Artifact.Builder
Artifact.Builder. setCreateTime(com.google.protobuf.Timestamp value)
Output only.Artifact.Builder
Artifact.Builder. setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.Artifact.Builder
Artifact.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Artifact.Builder
Artifact.Builder. setHash(String value)
Output only.Artifact.Builder
Artifact.Builder. setHashBytes(com.google.protobuf.ByteString value)
Output only.Artifact.Builder
Artifact.Builder. setMimeType(String value)
A content type specifier for the artifact.Artifact.Builder
Artifact.Builder. setMimeTypeBytes(com.google.protobuf.ByteString value)
A content type specifier for the artifact.Artifact.Builder
Artifact.Builder. setName(String value)
Resource name.Artifact.Builder
Artifact.Builder. setNameBytes(com.google.protobuf.ByteString value)
Resource name.Artifact.Builder
Artifact.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Artifact.Builder
Artifact.Builder. setSizeBytes(int value)
Output only.Artifact.Builder
Artifact.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Artifact.Builder
Artifact.Builder. setUpdateTime(com.google.protobuf.Timestamp value)
Output only.Artifact.Builder
Artifact.Builder. setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.Artifact.Builder
Artifact. toBuilder()
Methods in com.google.cloud.apigeeregistry.v1 that return types with arguments of type Artifact.Builder Modifier and Type Method Description List<Artifact.Builder>
ListArtifactsResponse.Builder. getArtifactsBuilderList()
The artifacts from the specified publisher.Methods in com.google.cloud.apigeeregistry.v1 with parameters of type Artifact.Builder Modifier and Type Method Description ListArtifactsResponse.Builder
ListArtifactsResponse.Builder. addArtifacts(int index, Artifact.Builder builderForValue)
The artifacts from the specified publisher.ListArtifactsResponse.Builder
ListArtifactsResponse.Builder. addArtifacts(Artifact.Builder builderForValue)
The artifacts from the specified publisher.CreateArtifactRequest.Builder
CreateArtifactRequest.Builder. setArtifact(Artifact.Builder builderForValue)
Required.ReplaceArtifactRequest.Builder
ReplaceArtifactRequest.Builder. setArtifact(Artifact.Builder builderForValue)
Required.ListArtifactsResponse.Builder
ListArtifactsResponse.Builder. setArtifacts(int index, Artifact.Builder builderForValue)
The artifacts from the specified publisher.
-