指定されたバイナリをBase64でエンコードします。Encodes the specified string in Base64.
Base64でエンコードされた文字列 Base64 encoded string
エンコードするバイナリデータ binary data to encode
指定された文字列をBase64でエンコードします。Encodes the specified string in Base64.
Base64でエンコードされた文字列 Base64 encoded string
エンコードする文字列 string to encode
指定された日付を文字列にフォーマットFormat a specified date into a string
フォーマットされた日付文字列Formatted date string
文字列としてフォーマットする日付 date to format as string
結果の出力タイムゾーン output timezone of the result
JavaのSimpleDateFormat(外部サイト)に準じたフォーマット指定文字列 Format specification string according to the Java SimpleDateFormat(external link)
バイナリデータから新しいBlobオブジェクトを作成します。
Blobは、Google Driveファイルの操作で利用するオブジェクトとなります。Creates a new Blob object from binary data.
Blob is an object used in the manipulation of Google Drive files.
BlobオブジェクトBlob object
バイナリデータBinary data
バイナリデータと指定されたコンテンツタイプから新しいBlobオブジェクトを作成します。
Blobは、Google Driveファイルの操作で利用するオブジェクトとなります。Creates a new Blob object from binary data and the specified content type.
Blob is an object used in the manipulation of Google Drive files.
BlobオブジェクトBlob object
バイナリデータBinary data
Blobのコンテンツタイプ content type of the Blob
バイナリデータと指定されたコンテンツタイプ及び名前から新しいBlobオブジェクトを作成します。
Blobは、Google Driveファイルの操作で利用するオブジェクトとなります。Creates a new Blob object from binary data and the specified content type.
Blob is an object used in the manipulation of Google Drive files.
BlobオブジェクトBlob object
バイナリデータBinary data
Blobのコンテンツタイプ content type of the Blob
Blobの名前Blob's name
文字列から新しいBlobオブジェクトを作成します。
Blobは、Google Driveファイルの操作で利用するオブジェクトとなります。Creates a new Blob object from a string.
Blob is an object used in the manipulation of Google Drive files.
BlobオブジェクトBlob object
Blobにする文字列(UTF-8を想定しています)string to be Blob (Supposed to be UTF-8)
文字列と指定されたコンテンツタイプから新しいBlobオブジェクトを作成します。
Blobは、Google Driveファイルの操作で利用するオブジェクトとなります。Creates a new Blob object from a string and the specified content type.
Blob is an object used in the manipulation of Google Drive files.
BlobオブジェクトBlob object
Blobにする文字列(UTF-8を想定しています)string to be Blob (Supposed to be UTF-8)
Blobのコンテンツタイプ content type of the Blob
文字列と指定されたコンテンツタイプ及び名前から新しいBlobオブジェクトを作成します。
Blobは、Google Driveファイルの操作で利用するオブジェクトとなります。Creates a new Blob object from a string and the specified content type and name.
Blob is an object used in the manipulation of Google Drive files.
BlobオブジェクトBlob object
Blobにする文字列(UTF-8を想定しています)string to be Blob (Supposed to be UTF-8)
Blobのコンテンツタイプ content type of the Blob
Blobの名前Blob's name
汎用的な操作を提供します。Provides general-purpose operations.