[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eGCS\u003c/code\u003e class within the Batch v1alpha API, version 1.0.0-alpha31.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGCS\u003c/code\u003e class represents a Google Cloud Storage volume and inherits from \u003ccode\u003eobject\u003c/code\u003e, implementing multiple interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt is available under the \u003ccode\u003eGoogle.Cloud.Batch.V1Alpha\u003c/code\u003e namespace and within the \u003ccode\u003eGoogle.Cloud.Batch.V1Alpha.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGCS\u003c/code\u003e class includes two constructors: a default one, and one that takes another \u003ccode\u003eGCS\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe class also exposes a \u003ccode\u003eRemotePath\u003c/code\u003e property of type \u003ccode\u003estring\u003c/code\u003e which represents a bucket name or a subdirectory within a bucket.\u003c/p\u003e\n"]]],[],null,["# Batch v1alpha API - Class GCS (1.0.0-alpha31)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-alpha31 (latest)](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.GCS)\n- [1.0.0-alpha30](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/1.0.0-alpha30/Google.Cloud.Batch.V1Alpha.GCS) \n\n public sealed class GCS : IMessage\u003cGCS\u003e, IEquatable\u003cGCS\u003e, IDeepCloneable\u003cGCS\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Batch v1alpha API class GCS.\n\nRepresents a Google Cloud Storage volume. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GCS \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GCS](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.GCS), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GCS](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.GCS), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GCS](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.GCS), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Batch.V1Alpha](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.Batch.V1Alpha.dll\n\nConstructors\n------------\n\n### GCS()\n\n public GCS()\n\n### GCS(GCS)\n\n public GCS(GCS other)\n\nProperties\n----------\n\n### RemotePath\n\n public string RemotePath { get; set; }\n\nRemote path, either a bucket name or a subdirectory of a bucket, e.g.:\nbucket_name, bucket_name/subdirectory/"]]