Parameter Manager v1 API - Class ParameterVersionPayload (1.1.0)

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

Reference documentation and code samples for the Parameter Manager v1 API class ParameterVersionPayload.

Message for storing a ParameterVersion resource's payload data

Inheritance

object > ParameterVersionPayload

Namespace

Google.Cloud.ParameterManager.V1

Assembly

Google.Cloud.ParameterManager.V1.dll

Constructors

ParameterVersionPayload()

public ParameterVersionPayload()

ParameterVersionPayload(ParameterVersionPayload)

public ParameterVersionPayload(ParameterVersionPayload other)
Parameter
Name Description
other ParameterVersionPayload

Properties

Data

public ByteString Data { get; set; }

Required. bytes data for storing payload.

Property Value
Type Description
ByteString

DataCrc32C

public long DataCrc32C { get; set; }

Optional. [Optional] The integrity checksum of the payload. If provided, the server will verify that the checksum matches the payload. If not provided, the server will generate the checksum.

Property Value
Type Description
long

HasDataCrc32C

public bool HasDataCrc32C { get; }

Gets whether the "data_crc32c" field is set

Property Value
Type Description
bool