Uses of Class
com.google.storage.v2.WriteObjectSpec.Builder
-
Uses of WriteObjectSpec.Builder in com.google.storage.v2
Methods in com.google.storage.v2 that return WriteObjectSpec.BuilderModifier and TypeMethodDescriptionWriteObjectSpec.Builder.clear()WriteObjectSpec.Builder.clearAppendable()If `true`, the object is created in appendable mode.WriteObjectSpec.Builder.clearIfGenerationMatch()Makes the operation conditional on whether the object's current generation matches the given value.WriteObjectSpec.Builder.clearIfGenerationNotMatch()Makes the operation conditional on whether the object's live generation does not match the given value.WriteObjectSpec.Builder.clearIfMetagenerationMatch()Makes the operation conditional on whether the object's current metageneration matches the given value.WriteObjectSpec.Builder.clearIfMetagenerationNotMatch()Makes the operation conditional on whether the object's current metageneration does not match the given value.WriteObjectSpec.Builder.clearObjectSize()The expected final object size being uploaded.WriteObjectSpec.Builder.clearPredefinedAcl()Optional.WriteObjectSpec.Builder.clearResource()Required.BidiWriteObjectRequest.Builder.getWriteObjectSpecBuilder()For non-resumable uploads.StartResumableWriteRequest.Builder.getWriteObjectSpecBuilder()Required.WriteObjectRequest.Builder.getWriteObjectSpecBuilder()For non-resumable uploads.WriteObjectSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WriteObjectSpec.Builder.mergeFrom(com.google.protobuf.Message other) WriteObjectSpec.Builder.mergeFrom(WriteObjectSpec other) WriteObjectSpec.Builder.mergeResource(Object value) Required.static WriteObjectSpec.BuilderWriteObjectSpec.newBuilder()static WriteObjectSpec.BuilderWriteObjectSpec.newBuilder(WriteObjectSpec prototype) WriteObjectSpec.newBuilderForType()protected WriteObjectSpec.BuilderWriteObjectSpec.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) WriteObjectSpec.Builder.setAppendable(boolean value) If `true`, the object is created in appendable mode.WriteObjectSpec.Builder.setIfGenerationMatch(long value) Makes the operation conditional on whether the object's current generation matches the given value.WriteObjectSpec.Builder.setIfGenerationNotMatch(long value) Makes the operation conditional on whether the object's live generation does not match the given value.WriteObjectSpec.Builder.setIfMetagenerationMatch(long value) Makes the operation conditional on whether the object's current metageneration matches the given value.WriteObjectSpec.Builder.setIfMetagenerationNotMatch(long value) Makes the operation conditional on whether the object's current metageneration does not match the given value.WriteObjectSpec.Builder.setObjectSize(long value) The expected final object size being uploaded.WriteObjectSpec.Builder.setPredefinedAcl(String value) Optional.WriteObjectSpec.Builder.setPredefinedAclBytes(com.google.protobuf.ByteString value) Optional.WriteObjectSpec.Builder.setResource(Object value) Required.WriteObjectSpec.Builder.setResource(Object.Builder builderForValue) Required.WriteObjectSpec.toBuilder()Methods in com.google.storage.v2 with parameters of type WriteObjectSpec.BuilderModifier and TypeMethodDescriptionBidiWriteObjectRequest.Builder.setWriteObjectSpec(WriteObjectSpec.Builder builderForValue) For non-resumable uploads.StartResumableWriteRequest.Builder.setWriteObjectSpec(WriteObjectSpec.Builder builderForValue) Required.WriteObjectRequest.Builder.setWriteObjectSpec(WriteObjectSpec.Builder builderForValue) For non-resumable uploads.