A B C D E G I L M P R S T U W 

A

AddEntitiesAndRunQuery - Class in com.google.cloud.examples.datastore.snippets
A snippet for Google Cloud Datastore showing how to create and get entities.
AddEntitiesAndRunQuery() - Constructor for class com.google.cloud.examples.datastore.snippets.AddEntitiesAndRunQuery
 
AddLoggingHandler - Class in com.google.cloud.examples.logging.snippets
A snippet showing how to use Logger to log entries to Stackdriver Logging.
AddLoggingHandler() - Constructor for class com.google.cloud.examples.logging.snippets.AddLoggingHandler
 

B

batch(String, String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of using a batch request to delete, update and get a blob.
batchDelete(String, String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of deleting several blobs using a single batch request.
batchDeleteIterable(String, String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of deleting several blobs using a single batch request.
batchGet(String, String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of getting information on several blobs using a single batch request.
batchGetIterable(String, String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of getting information on several blobs using a single batch request.
batchUpdate(String, String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of updating information on several blobs using a single batch request.
batchUpdateIterable(String, String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of updating information on several blobs using a single batch request.
BigQueryExample - Class in com.google.cloud.examples.bigquery
An example of using Google BigQuery.
BigQueryExample() - Constructor for class com.google.cloud.examples.bigquery.BigQueryExample
 
BlobSnippets - Class in com.google.cloud.examples.storage.snippets
This class contains a number of snippets for the Blob class.
BlobSnippets(Blob) - Constructor for class com.google.cloud.examples.storage.snippets.BlobSnippets
 
BucketSnippets - Class in com.google.cloud.examples.storage.snippets
This class contains a number of snippets for the Bucket class.
BucketSnippets(Bucket) - Constructor for class com.google.cloud.examples.storage.snippets.BucketSnippets
 

C

com.google.cloud.examples.bigquery - package com.google.cloud.examples.bigquery
 
com.google.cloud.examples.bigquery.snippets - package com.google.cloud.examples.bigquery.snippets
 
com.google.cloud.examples.compute - package com.google.cloud.examples.compute
 
com.google.cloud.examples.compute.snippets - package com.google.cloud.examples.compute.snippets
 
com.google.cloud.examples.datastore - package com.google.cloud.examples.datastore
 
com.google.cloud.examples.datastore.snippets - package com.google.cloud.examples.datastore.snippets
 
com.google.cloud.examples.dns - package com.google.cloud.examples.dns
 
com.google.cloud.examples.dns.snippets - package com.google.cloud.examples.dns.snippets
 
com.google.cloud.examples.logging - package com.google.cloud.examples.logging
 
com.google.cloud.examples.logging.snippets - package com.google.cloud.examples.logging.snippets
 
com.google.cloud.examples.nio - package com.google.cloud.examples.nio
 
com.google.cloud.examples.nio.snippets - package com.google.cloud.examples.nio.snippets
 
com.google.cloud.examples.pubsub - package com.google.cloud.examples.pubsub
 
com.google.cloud.examples.pubsub.snippets - package com.google.cloud.examples.pubsub.snippets
 
com.google.cloud.examples.resourcemanager - package com.google.cloud.examples.resourcemanager
 
com.google.cloud.examples.resourcemanager.snippets - package com.google.cloud.examples.resourcemanager.snippets
 
com.google.cloud.examples.storage - package com.google.cloud.examples.storage
 
com.google.cloud.examples.storage.snippets - package com.google.cloud.examples.storage.snippets
 
com.google.cloud.examples.translate - package com.google.cloud.examples.translate
 
com.google.cloud.examples.translate.snippets - package com.google.cloud.examples.translate.snippets
 
composeBlobs(String, String, String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of composing two blobs.
ComputeExample - Class in com.google.cloud.examples.compute
An example of using Google Compute.
ComputeExample() - Constructor for class com.google.cloud.examples.compute.ComputeExample
 
content() - Method in class com.google.cloud.examples.storage.snippets.BlobSnippets
Example of reading all bytes of the blob, if its generation matches the BlobInfo.generation() value, otherwise a StorageException is thrown.
copyBlob(String, String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of copying a blob.
copyBlobInChunks(String, String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of copying a blob in chunks.
copyToBucket(String) - Method in class com.google.cloud.examples.storage.snippets.BlobSnippets
Example of copying the blob to a different bucket, keeping the original name.
copyToId(String, String) - Method in class com.google.cloud.examples.storage.snippets.BlobSnippets
Example of copying the blob to a different bucket with a different name.
copyToStrings(String, String) - Method in class com.google.cloud.examples.storage.snippets.BlobSnippets
Example of copying the blob to a different bucket with a different name.
CountBytes - Class in com.google.cloud.examples.nio
CountBytes will read through the whole file given as input.
CountBytes() - Constructor for class com.google.cloud.examples.nio.CountBytes
 
CreateAddressDiskAndInstance - Class in com.google.cloud.examples.compute.snippets
A snippet for Google Cloud Compute Engine showing how to create a disk and an address.
CreateAddressDiskAndInstance() - Constructor for class com.google.cloud.examples.compute.snippets.CreateAddressDiskAndInstance
 
CreateAndListBucketsAndBlobs - Class in com.google.cloud.examples.storage.snippets
A snippet for Google Cloud Storage showing how to create a bucket and a blob in it.
CreateAndListBucketsAndBlobs() - Constructor for class com.google.cloud.examples.storage.snippets.CreateAndListBucketsAndBlobs
 
CreateAndListMetrics - Class in com.google.cloud.examples.logging.snippets
A snippet for Stackdriver Logging showing how to create a metric.
CreateAndListMetrics() - Constructor for class com.google.cloud.examples.logging.snippets.CreateAndListMetrics
 
CreateAndListSinks - Class in com.google.cloud.examples.logging.snippets
A snippet for Stackdriver Logging showing how to create a sink to backs log entries to BigQuery.
CreateAndListSinks() - Constructor for class com.google.cloud.examples.logging.snippets.CreateAndListSinks
 
CreateBlob - Class in com.google.cloud.examples.storage.snippets
A snippet for Google Cloud Storage showing how to create a blob.
CreateBlob() - Constructor for class com.google.cloud.examples.storage.snippets.CreateBlob
 
createBlob(String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of creating a blob with no content.
createBlobFromByteArray(String) - Method in class com.google.cloud.examples.storage.snippets.BucketSnippets
Example of creating a blob in the bucket from a byte array.
createBlobFromByteArray(String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of creating a blob from a byte array.
createBlobFromByteArrayWithContentType(String) - Method in class com.google.cloud.examples.storage.snippets.BucketSnippets
Example of creating a blob in the bucket from a byte array with a content type.
createBlobFromInputStream(String) - Method in class com.google.cloud.examples.storage.snippets.BucketSnippets
Example of creating a blob in the bucket from an input stream.
createBlobFromInputStream(String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of creating a blob from an input stream.
createBlobFromInputStreamWithContentType(String) - Method in class com.google.cloud.examples.storage.snippets.BucketSnippets
Example of creating a blob in the bucket from an input stream with a content type.
createBucket(String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of creating a bucket.
CreateCloudStorageFileSystem - Class in com.google.cloud.examples.nio.snippets
A snippet for Google Cloud Storage NIO that shows how to create a CloudStorageFileSystem for a bucket.
CreateCloudStorageFileSystem() - Constructor for class com.google.cloud.examples.nio.snippets.CreateCloudStorageFileSystem
 
CreateEntity - Class in com.google.cloud.examples.datastore.snippets
A snippet for Google Cloud Datastore showing how to create an entity.
CreateEntity() - Constructor for class com.google.cloud.examples.datastore.snippets.CreateEntity
 
CreateInputStream - Class in com.google.cloud.examples.nio.snippets
A snippet showing how to create an input stream for a Google Cloud Storage file using NIO.
CreateInputStream() - Constructor for class com.google.cloud.examples.nio.snippets.CreateInputStream
 
CreateInstance - Class in com.google.cloud.examples.compute.snippets
A snippet for Google Cloud Compute Engine showing how to create a virtual machine instance.
CreateInstance() - Constructor for class com.google.cloud.examples.compute.snippets.CreateInstance
 
CreateOrUpdateRecordSets - Class in com.google.cloud.examples.dns.snippets
A snippet for Google Cloud DNS showing how to create and update a resource record set.
CreateOrUpdateRecordSets() - Constructor for class com.google.cloud.examples.dns.snippets.CreateOrUpdateRecordSets
 
CreateSnapshot - Class in com.google.cloud.examples.compute.snippets
A snippet for Google Cloud Compute Engine showing how to create a snapshot of a disk if the disk exists.
CreateSnapshot() - Constructor for class com.google.cloud.examples.compute.snippets.CreateSnapshot
 
CreateSubscriptionAndPullMessages - Class in com.google.cloud.examples.pubsub.snippets
A snippet for Google Cloud Pub/Sub showing how to create a Pub/Sub pull subscription and asynchronously pull messages from it.
CreateSubscriptionAndPullMessages() - Constructor for class com.google.cloud.examples.pubsub.snippets.CreateSubscriptionAndPullMessages
 
CreateTableAndLoadData - Class in com.google.cloud.examples.bigquery.snippets
A snippet for Google Cloud BigQuery showing how to get a BigQuery table or create it if it does not exist.
CreateTableAndLoadData() - Constructor for class com.google.cloud.examples.bigquery.snippets.CreateTableAndLoadData
 
CreateTopicAndPublishMessages - Class in com.google.cloud.examples.pubsub.snippets
A snippet for Google Cloud Pub/Sub showing how to create a Pub/Sub topic and asynchronously publish messages to it.
CreateTopicAndPublishMessages() - Constructor for class com.google.cloud.examples.pubsub.snippets.CreateTopicAndPublishMessages
 
CreateZone - Class in com.google.cloud.examples.dns.snippets
A snippet for Google Cloud DNS showing how to create a zone.
CreateZone() - Constructor for class com.google.cloud.examples.dns.snippets.CreateZone
 

D

DatastoreExample - Class in com.google.cloud.examples.datastore
An example of using Google Cloud Datastore.
DatastoreExample() - Constructor for class com.google.cloud.examples.datastore.DatastoreExample
 
delete() - Method in class com.google.cloud.examples.storage.snippets.BlobSnippets
Example of deleting the blob, if its generation matches the BlobInfo.generation() value, otherwise a StorageException is thrown.
delete() - Method in class com.google.cloud.examples.storage.snippets.BucketSnippets
Example of deleting the bucket, if its metageneration matches the BucketInfo.metageneration() value, otherwise a StorageException is thrown.
deleteBlob(String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of deleting a blob.
deleteBlobFromIdWithGeneration(String, String, long) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of deleting a blob, only if its generation matches a value, otherwise a StorageException is thrown.
deleteBlobFromStringsWithGeneration(String, String, long) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of deleting a blob, only if its generation matches a value, otherwise a StorageException is thrown.
deleteBucketWithMetageneration(String, long) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of deleting a bucket, only if its metageneration matches a value, otherwise a StorageException is thrown.
DeleteZone - Class in com.google.cloud.examples.dns.snippets
A snippet for Google Cloud DNS showing how to delete a zone.
DeleteZone() - Constructor for class com.google.cloud.examples.dns.snippets.DeleteZone
 
DetectLanguageAndTranslate - Class in com.google.cloud.examples.translate.snippets
A snippet for Google Translate showing how to detect the language of some text and translate some other text.
DetectLanguageAndTranslate() - Constructor for class com.google.cloud.examples.translate.snippets.DetectLanguageAndTranslate
 
detectLanguageOfText() - Method in class com.google.cloud.examples.translate.snippets.TranslateSnippets
Example of detecting the language of a text.
detectLanguageOfTextList() - Method in class com.google.cloud.examples.translate.snippets.TranslateSnippets
Example of detecting the language of some texts.
detectLanguageOfTexts() - Method in class com.google.cloud.examples.translate.snippets.TranslateSnippets
Example of detecting the language of some texts.
DnsExample - Class in com.google.cloud.examples.dns
An example of using Google Cloud DNS.
DnsExample() - Constructor for class com.google.cloud.examples.dns.DnsExample
 

E

exists() - Method in class com.google.cloud.examples.storage.snippets.BlobSnippets
Example of checking if the blob exists.
exists() - Method in class com.google.cloud.examples.storage.snippets.BucketSnippets
Example of checking if the bucket exists.

G

getBlob(String, long) - Method in class com.google.cloud.examples.storage.snippets.BucketSnippets
Example of getting a blob in the bucket, only if its metageneration matches a value, otherwise a StorageException is thrown.
getBlobFromId(String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of getting information on a blob.
getBlobFromIdWithMetageneration(String, String, long) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of getting information on a blob, only if its metageneration matches a value, otherwise a StorageException is thrown.
getBlobFromStringIterable(String, String) - Method in class com.google.cloud.examples.storage.snippets.BucketSnippets
Example of getting some blobs in the bucket, using a batch request.
getBlobFromStrings(String, String) - Method in class com.google.cloud.examples.storage.snippets.BucketSnippets
Example of getting some blobs in the bucket, using a batch request.
getBlobFromStringsWithMetageneration(String, String, long) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of getting information on a blob, only if its metageneration matches a value, otherwise a StorageException is thrown.
getBucketWithMetageneration(String, long) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of getting information on a bucket, only if its metageneration matches a value, otherwise a StorageException is thrown.
GetFileSystem - Class in com.google.cloud.examples.nio.snippets
A snippet showing how to get a FileSystem instance for a Google Cloud Storage bucket.
GetFileSystem() - Constructor for class com.google.cloud.examples.nio.snippets.GetFileSystem
 
GetOrCreateProject - Class in com.google.cloud.examples.resourcemanager.snippets
A snippet for Google Cloud Resource Manager showing how to create a project if it does not exist.
GetOrCreateProject() - Constructor for class com.google.cloud.examples.resourcemanager.snippets.GetOrCreateProject
 

I

InsertDataAndQueryTable - Class in com.google.cloud.examples.bigquery.snippets
A snippet for Google Cloud BigQuery showing how to create a BigQuery dataset and table.
InsertDataAndQueryTable() - Constructor for class com.google.cloud.examples.bigquery.snippets.InsertDataAndQueryTable
 

L

listBlobs() - Method in class com.google.cloud.examples.storage.snippets.BucketSnippets
Example of listing the blobs in the bucket.
listBlobsWithDirectoryAndPrefix(String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of listing buckets, specifying the page size and a name prefix.
listBucketsWithSizeAndPrefix(String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of listing buckets, specifying the page size and a name prefix.
listSupportedLanguages() - Method in class com.google.cloud.examples.translate.snippets.TranslateSnippets
Example of listing supported languages, localized according to TranslateOptions.targetLanguage().
listSupportedLanguagesWithTarget() - Method in class com.google.cloud.examples.translate.snippets.TranslateSnippets
Example of listing supported languages, localized according to a provided language.
LoggingExample - Class in com.google.cloud.examples.logging
An example of using Stackdriver Logging.
LoggingExample() - Constructor for class com.google.cloud.examples.logging.LoggingExample
 

M

main(String...) - Static method in class com.google.cloud.examples.bigquery.BigQueryExample
 
main(String...) - Static method in class com.google.cloud.examples.bigquery.snippets.CreateTableAndLoadData
 
main(String...) - Static method in class com.google.cloud.examples.bigquery.snippets.InsertDataAndQueryTable
 
main(String...) - Static method in class com.google.cloud.examples.compute.ComputeExample
 
main(String...) - Static method in class com.google.cloud.examples.compute.snippets.CreateAddressDiskAndInstance
 
main(String...) - Static method in class com.google.cloud.examples.compute.snippets.CreateInstance
 
main(String...) - Static method in class com.google.cloud.examples.compute.snippets.CreateSnapshot
 
main(String...) - Static method in class com.google.cloud.examples.datastore.DatastoreExample
 
main(String...) - Static method in class com.google.cloud.examples.datastore.snippets.AddEntitiesAndRunQuery
 
main(String...) - Static method in class com.google.cloud.examples.datastore.snippets.CreateEntity
 
main(String...) - Static method in class com.google.cloud.examples.datastore.snippets.UpdateEntity
 
main(String...) - Static method in class com.google.cloud.examples.dns.DnsExample
 
main(String...) - Static method in class com.google.cloud.examples.dns.snippets.CreateOrUpdateRecordSets
 
main(String...) - Static method in class com.google.cloud.examples.dns.snippets.CreateZone
 
main(String...) - Static method in class com.google.cloud.examples.dns.snippets.DeleteZone
 
main(String...) - Static method in class com.google.cloud.examples.dns.snippets.ManipulateZonesAndRecordSets
 
main(String...) - Static method in class com.google.cloud.examples.logging.LoggingExample
 
main(String...) - Static method in class com.google.cloud.examples.logging.snippets.AddLoggingHandler
 
main(String...) - Static method in class com.google.cloud.examples.logging.snippets.CreateAndListMetrics
 
main(String...) - Static method in class com.google.cloud.examples.logging.snippets.CreateAndListSinks
 
main(String...) - Static method in class com.google.cloud.examples.logging.snippets.WriteAndListLogEntries
 
main(String[]) - Static method in class com.google.cloud.examples.nio.CountBytes
See the class documentation.
main(String[]) - Static method in class com.google.cloud.examples.nio.ParallelCountBytes
See the class documentation.
main(String...) - Static method in class com.google.cloud.examples.nio.snippets.CreateCloudStorageFileSystem
 
main(String...) - Static method in class com.google.cloud.examples.nio.snippets.CreateInputStream
 
main(String...) - Static method in class com.google.cloud.examples.nio.snippets.GetFileSystem
 
main(String...) - Static method in class com.google.cloud.examples.nio.snippets.ReadAllLines
 
main(String...) - Static method in class com.google.cloud.examples.nio.snippets.WriteFileWithAttributes
 
main(String[]) - Static method in class com.google.cloud.examples.nio.Stat
See the class documentation.
main(String...) - Static method in class com.google.cloud.examples.pubsub.PubSubExample
 
main(String...) - Static method in class com.google.cloud.examples.pubsub.snippets.CreateSubscriptionAndPullMessages
 
main(String...) - Static method in class com.google.cloud.examples.pubsub.snippets.CreateTopicAndPublishMessages
 
main(String...) - Static method in class com.google.cloud.examples.resourcemanager.ResourceManagerExample
 
main(String...) - Static method in class com.google.cloud.examples.resourcemanager.snippets.GetOrCreateProject
 
main(String...) - Static method in class com.google.cloud.examples.resourcemanager.snippets.ModifyPolicy
 
main(String...) - Static method in class com.google.cloud.examples.resourcemanager.snippets.UpdateAndListProjects
 
main(String...) - Static method in class com.google.cloud.examples.storage.snippets.CreateAndListBucketsAndBlobs
 
main(String...) - Static method in class com.google.cloud.examples.storage.snippets.CreateBlob
 
main(String...) - Static method in class com.google.cloud.examples.storage.snippets.UpdateBlob
 
main(String...) - Static method in class com.google.cloud.examples.storage.StorageExample
 
main(String...) - Static method in class com.google.cloud.examples.translate.snippets.DetectLanguageAndTranslate
 
main(String...) - Static method in class com.google.cloud.examples.translate.TranslateExample
 
ManipulateZonesAndRecordSets - Class in com.google.cloud.examples.dns.snippets
A complete snippet for Google Cloud DNS showing how to create and delete a zone.
ManipulateZonesAndRecordSets() - Constructor for class com.google.cloud.examples.dns.snippets.ManipulateZonesAndRecordSets
 
ModifyPolicy - Class in com.google.cloud.examples.resourcemanager.snippets
A snippet for Google Cloud Resource Manager showing how to modify a project's IAM policy.
ModifyPolicy() - Constructor for class com.google.cloud.examples.resourcemanager.snippets.ModifyPolicy
 

P

ParallelCountBytes - Class in com.google.cloud.examples.nio
ParallelCountBytes will read through the whole file given as input.
ParallelCountBytes() - Constructor for class com.google.cloud.examples.nio.ParallelCountBytes
 
PubSubExample - Class in com.google.cloud.examples.pubsub
An example of using Google BigQuery.
PubSubExample() - Constructor for class com.google.cloud.examples.pubsub.PubSubExample
 

R

ReadAllLines - Class in com.google.cloud.examples.nio.snippets
A snippet showing how to read all lines of a Google Cloud Storage file using NIO.
ReadAllLines() - Constructor for class com.google.cloud.examples.nio.snippets.ReadAllLines
 
readBlobFromId(String, String, long) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of reading all bytes of a blob's specific generation, otherwise a StorageException is thrown.
readBlobFromStringsWithGeneration(String, String, long) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of reading all bytes of a blob, if generation matches a value, otherwise a StorageException is thrown.
reader() - Method in class com.google.cloud.examples.storage.snippets.BlobSnippets
Example of reading the blob's content through a reader.
readerFromId(String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of reading a blob's content through a reader.
readerFromStrings(String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of reading a blob's content through a reader.
reload() - Method in class com.google.cloud.examples.storage.snippets.BlobSnippets
Example of getting the blob's latest information, if its generation does not match the BlobInfo.generation() value, otherwise a StorageException is thrown.
reload() - Method in class com.google.cloud.examples.storage.snippets.BucketSnippets
Example of getting the bucket's latest information, if its generation does not match the BucketInfo.metageneration() value, otherwise a StorageException is thrown.
ResourceManagerExample - Class in com.google.cloud.examples.resourcemanager
An example of using Google Cloud Resource Manager.
ResourceManagerExample() - Constructor for class com.google.cloud.examples.resourcemanager.ResourceManagerExample
 

S

signUrl() - Method in class com.google.cloud.examples.storage.snippets.BlobSnippets
Example of creating a signed URL for the blob that is valid for 2 weeks, using the default credentials for signing the URL.
signUrl(String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of creating a signed URL that is valid for 2 weeks, using the default credentials for signing the URL.
signUrlWithSigner(String) - Method in class com.google.cloud.examples.storage.snippets.BlobSnippets
Example of creating a signed URL for the blob passing the Storage.SignUrlOption.signWith(ServiceAccountSigner) option, that will be used to sign the URL.
signUrlWithSigner(String, String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of creating a signed URL passing the Storage.SignUrlOption.signWith(ServiceAccountSigner) option, that will be used for signing the URL.
Stat - Class in com.google.cloud.examples.nio
Stat is a super-simple program that just displays the size of the file passed as argument.
Stat() - Constructor for class com.google.cloud.examples.nio.Stat
 
StorageExample - Class in com.google.cloud.examples.storage
An example of using Google Cloud Storage.
StorageExample() - Constructor for class com.google.cloud.examples.storage.StorageExample
 
StorageSnippets - Class in com.google.cloud.examples.storage.snippets
This class contains a number of snippets for the Storage interface.
StorageSnippets(Storage) - Constructor for class com.google.cloud.examples.storage.snippets.StorageSnippets
 

T

TranslateExample - Class in com.google.cloud.examples.translate
An example of using Google Translate.
TranslateExample() - Constructor for class com.google.cloud.examples.translate.TranslateExample
 
TranslateSnippets - Class in com.google.cloud.examples.translate.snippets
This class contains a number of snippets for the Translate interface.
TranslateSnippets(Translate) - Constructor for class com.google.cloud.examples.translate.snippets.TranslateSnippets
 
translateText() - Method in class com.google.cloud.examples.translate.snippets.TranslateSnippets
Example of translating a text.
translateTexts() - Method in class com.google.cloud.examples.translate.snippets.TranslateSnippets
Example of translating some texts.
translateTextsWithOptions() - Method in class com.google.cloud.examples.translate.snippets.TranslateSnippets
Example of translating some texts, specifying source and target language.
translateTextWithOptions() - Method in class com.google.cloud.examples.translate.snippets.TranslateSnippets
Example of translating a text, specifying source and target language.

U

update() - Method in class com.google.cloud.examples.storage.snippets.BlobSnippets
Example of replacing blob's metadata.
update() - Method in class com.google.cloud.examples.storage.snippets.BucketSnippets
Example of updating the bucket's information.
UpdateAndListProjects - Class in com.google.cloud.examples.resourcemanager.snippets
A snippet for Google Cloud Resource Manager showing how to update a project and list all projects the user has permission to view.
UpdateAndListProjects() - Constructor for class com.google.cloud.examples.resourcemanager.snippets.UpdateAndListProjects
 
updateBlob(String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of replacing blob's metadata.
UpdateBlob - Class in com.google.cloud.examples.storage.snippets
A snippet for Google Cloud Storage showing how to update the blob's content if the blob exists.
UpdateBlob() - Constructor for class com.google.cloud.examples.storage.snippets.UpdateBlob
 
updateBlobWithMetageneration(String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of udating a blob, only if the blob's metageneration matches a value, otherwise a StorageException is thrown.
updateBucket(String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of updating bucket information.
UpdateEntity - Class in com.google.cloud.examples.datastore.snippets
A snippet for Google Cloud Datastore showing how to get an entity and update it if it exists.
UpdateEntity() - Constructor for class com.google.cloud.examples.datastore.snippets.UpdateEntity
 

W

WriteAndListLogEntries - Class in com.google.cloud.examples.logging.snippets
A snippet for Stackdriver Logging showing how to write a log entry.
WriteAndListLogEntries() - Constructor for class com.google.cloud.examples.logging.snippets.WriteAndListLogEntries
 
WriteFileWithAttributes - Class in com.google.cloud.examples.nio.snippets
A snippet showing how to write a file to Google Cloud Storage using NIO.
WriteFileWithAttributes() - Constructor for class com.google.cloud.examples.nio.snippets.WriteFileWithAttributes
 
writer() - Method in class com.google.cloud.examples.storage.snippets.BlobSnippets
Example of writing the blob's content through a writer.
writer(String, String) - Method in class com.google.cloud.examples.storage.snippets.StorageSnippets
Example of writing a blob's content through a writer.
A B C D E G I L M P R S T U W 

Copyright © 2016 Google. All rights reserved.