Interface Dataproxy.CreateUploadLocationResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getExpiresAt()
      ExpiresAt defines when will the signed URL expires.
      com.google.protobuf.TimestampOrBuilder getExpiresAtOrBuilder()
      ExpiresAt defines when will the signed URL expires.
      String getNativeUrl()
      NativeUrl specifies the url in the format of the configured storage provider (e.g.
      com.google.protobuf.ByteString getNativeUrlBytes()
      NativeUrl specifies the url in the format of the configured storage provider (e.g.
      String getSignedUrl()
      SignedUrl specifies the url to use to upload content to (e.g.
      com.google.protobuf.ByteString getSignedUrlBytes()
      SignedUrl specifies the url to use to upload content to (e.g.
      boolean hasExpiresAt()
      ExpiresAt defines when will the signed URL expires.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getSignedUrl

        String getSignedUrl()
         SignedUrl specifies the url to use to upload content to (e.g. https://my-bucket.s3.amazonaws.com/randomstring/suffix.tar?X-...)
         
        string signed_url = 1;
        Returns:
        The signedUrl.
      • getSignedUrlBytes

        com.google.protobuf.ByteString getSignedUrlBytes()
         SignedUrl specifies the url to use to upload content to (e.g. https://my-bucket.s3.amazonaws.com/randomstring/suffix.tar?X-...)
         
        string signed_url = 1;
        Returns:
        The bytes for signedUrl.
      • getNativeUrl

        String getNativeUrl()
         NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
         
        string native_url = 2;
        Returns:
        The nativeUrl.
      • getNativeUrlBytes

        com.google.protobuf.ByteString getNativeUrlBytes()
         NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
         
        string native_url = 2;
        Returns:
        The bytes for nativeUrl.
      • hasExpiresAt

        boolean hasExpiresAt()
         ExpiresAt defines when will the signed URL expires.
         
        .google.protobuf.Timestamp expires_at = 3;
        Returns:
        Whether the expiresAt field is set.
      • getExpiresAt

        com.google.protobuf.Timestamp getExpiresAt()
         ExpiresAt defines when will the signed URL expires.
         
        .google.protobuf.Timestamp expires_at = 3;
        Returns:
        The expiresAt.
      • getExpiresAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getExpiresAtOrBuilder()
         ExpiresAt defines when will the signed URL expires.
         
        .google.protobuf.Timestamp expires_at = 3;