Parallelstore v1beta API - Class SourceGcsBucket (1.0.0-beta06)

public sealed class SourceGcsBucket : IMessage<SourceGcsBucket>, IEquatable<SourceGcsBucket>, IDeepCloneable<SourceGcsBucket>, IBufferMessage, IMessage

Reference documentation and code samples for the Parallelstore v1beta API class SourceGcsBucket.

Cloud Storage as the source of a data transfer.

Inheritance

object > SourceGcsBucket

Namespace

Google.Cloud.Parallelstore.V1Beta

Assembly

Google.Cloud.Parallelstore.V1Beta.dll

Constructors

SourceGcsBucket()

public SourceGcsBucket()

SourceGcsBucket(SourceGcsBucket)

public SourceGcsBucket(SourceGcsBucket other)
Parameter
Name Description
other SourceGcsBucket

Properties

Uri

public string Uri { get; set; }

Required. URI to a Cloud Storage bucket in the format: gs://<bucket_name>/<path_inside_bucket>. The path inside the bucket is optional.

Property Value
Type Description
string