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.BuilderListArtifactsResponse.Builder. addArtifactsBuilder()The artifacts from the specified publisher.Artifact.BuilderListArtifactsResponse.Builder. addArtifactsBuilder(int index)The artifacts from the specified publisher.Artifact.BuilderArtifact.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Artifact.BuilderArtifact.Builder. clear()Artifact.BuilderArtifact.Builder. clearContents()Input only.Artifact.BuilderArtifact.Builder. clearCreateTime()Output only.Artifact.BuilderArtifact.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Artifact.BuilderArtifact.Builder. clearHash()Output only.Artifact.BuilderArtifact.Builder. clearMimeType()A content type specifier for the artifact.Artifact.BuilderArtifact.Builder. clearName()Resource name.Artifact.BuilderArtifact.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Artifact.BuilderArtifact.Builder. clearSizeBytes()Output only.Artifact.BuilderArtifact.Builder. clearUpdateTime()Output only.Artifact.BuilderArtifact.Builder. clone()Artifact.BuilderCreateArtifactRequest.Builder. getArtifactBuilder()Required.Artifact.BuilderReplaceArtifactRequest.Builder. getArtifactBuilder()Required.Artifact.BuilderListArtifactsResponse.Builder. getArtifactsBuilder(int index)The artifacts from the specified publisher.Artifact.BuilderArtifact.Builder. mergeCreateTime(com.google.protobuf.Timestamp value)Output only.Artifact.BuilderArtifact.Builder. mergeFrom(Artifact other)Artifact.BuilderArtifact.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Artifact.BuilderArtifact.Builder. mergeFrom(com.google.protobuf.Message other)Artifact.BuilderArtifact.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Artifact.BuilderArtifact.Builder. mergeUpdateTime(com.google.protobuf.Timestamp value)Output only.static Artifact.BuilderArtifact. newBuilder()static Artifact.BuilderArtifact. newBuilder(Artifact prototype)Artifact.BuilderArtifact. newBuilderForType()protected Artifact.BuilderArtifact. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Artifact.BuilderArtifact.Builder. setContents(com.google.protobuf.ByteString value)Input only.Artifact.BuilderArtifact.Builder. setCreateTime(com.google.protobuf.Timestamp value)Output only.Artifact.BuilderArtifact.Builder. setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)Output only.Artifact.BuilderArtifact.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Artifact.BuilderArtifact.Builder. setHash(String value)Output only.Artifact.BuilderArtifact.Builder. setHashBytes(com.google.protobuf.ByteString value)Output only.Artifact.BuilderArtifact.Builder. setMimeType(String value)A content type specifier for the artifact.Artifact.BuilderArtifact.Builder. setMimeTypeBytes(com.google.protobuf.ByteString value)A content type specifier for the artifact.Artifact.BuilderArtifact.Builder. setName(String value)Resource name.Artifact.BuilderArtifact.Builder. setNameBytes(com.google.protobuf.ByteString value)Resource name.Artifact.BuilderArtifact.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Artifact.BuilderArtifact.Builder. setSizeBytes(int value)Output only.Artifact.BuilderArtifact.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Artifact.BuilderArtifact.Builder. setUpdateTime(com.google.protobuf.Timestamp value)Output only.Artifact.BuilderArtifact.Builder. setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)Output only.Artifact.BuilderArtifact. 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.BuilderListArtifactsResponse.Builder. addArtifacts(int index, Artifact.Builder builderForValue)The artifacts from the specified publisher.ListArtifactsResponse.BuilderListArtifactsResponse.Builder. addArtifacts(Artifact.Builder builderForValue)The artifacts from the specified publisher.CreateArtifactRequest.BuilderCreateArtifactRequest.Builder. setArtifact(Artifact.Builder builderForValue)Required.ReplaceArtifactRequest.BuilderReplaceArtifactRequest.Builder. setArtifact(Artifact.Builder builderForValue)Required.ListArtifactsResponse.BuilderListArtifactsResponse.Builder. setArtifacts(int index, Artifact.Builder builderForValue)The artifacts from the specified publisher.
-