Interface GenerateUploadUrlRequestOrBuilder (2.3.6)

public interface GenerateUploadUrlRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

The project and ___location in which the Google Cloud Storage signed URL should be generated, specified in the format projects/*/locations/*.

string parent = 1;

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

The project and ___location in which the Google Cloud Storage signed URL should be generated, specified in the format projects/*/locations/*.

string parent = 1;

Returns
Type Description
ByteString

The bytes for parent.