You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""The OBJ.GET_ACCESS_URL function returns JSON that contains reference information for the input ObjectRef value, and also access URLs that you can use to read or modify the Cloud Storage object.
75
76
76
77
Args:
77
-
objectref (bigframes.series.Series):
78
+
objectref (bigframes.pandas.Series):
78
79
An ObjectRef value that represents a Cloud Storage object.
79
80
mode (str):
80
81
A STRING value that identifies the type of URL that you want to be returned. The following values are supported:
@@ -84,8 +85,10 @@ def get_access_url(
84
85
An optional INTERVAL value that specifies how long the generated access URLs remain valid. You can specify a value between 30 minutes and 6 hours. For example, you could specify INTERVAL 2 HOUR to generate URLs that expire after 2 hours. The default value is 6 hours.
85
86
86
87
Returns:
87
-
bigframes.series.Series: A JSON value that contains the Cloud Storage object reference information from the input ObjectRef value, and also one or more URLs that you can use to access the Cloud Storage object.
88
+
bigframes.pandas.Series: A JSON value that contains the Cloud Storage object reference information from the input ObjectRef value, and also one or more URLs that you can use to access the Cloud Storage object.
0 commit comments