Class Webhook.GenericWebService.SecretVersionHeaderValue (0.89.0)

public static final class Webhook.GenericWebService.SecretVersionHeaderValue extends GeneratedMessageV3 implements Webhook.GenericWebService.SecretVersionHeaderValueOrBuilder

Represents the value of an HTTP header stored in a SecretManager secret version.

Protobuf type google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService.SecretVersionHeaderValue

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Webhook.GenericWebService.SecretVersionHeaderValue

Static Fields

SECRET_VERSION_FIELD_NUMBER

public static final int SECRET_VERSION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Webhook.GenericWebService.SecretVersionHeaderValue getDefaultInstance()
Returns
Type Description
Webhook.GenericWebService.SecretVersionHeaderValue

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Webhook.GenericWebService.SecretVersionHeaderValue.Builder newBuilder()
Returns
Type Description
Webhook.GenericWebService.SecretVersionHeaderValue.Builder

newBuilder(Webhook.GenericWebService.SecretVersionHeaderValue prototype)

public static Webhook.GenericWebService.SecretVersionHeaderValue.Builder newBuilder(Webhook.GenericWebService.SecretVersionHeaderValue prototype)
Parameter
Name Description
prototype Webhook.GenericWebService.SecretVersionHeaderValue
Returns
Type Description
Webhook.GenericWebService.SecretVersionHeaderValue.Builder

parseDelimitedFrom(InputStream input)

public static Webhook.GenericWebService.SecretVersionHeaderValue parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Webhook.GenericWebService.SecretVersionHeaderValue
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Webhook.GenericWebService.SecretVersionHeaderValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Webhook.GenericWebService.SecretVersionHeaderValue
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Webhook.GenericWebService.SecretVersionHeaderValue parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Webhook.GenericWebService.SecretVersionHeaderValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Webhook.GenericWebService.SecretVersionHeaderValue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Webhook.GenericWebService.SecretVersionHeaderValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Webhook.GenericWebService.SecretVersionHeaderValue parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Webhook.GenericWebService.SecretVersionHeaderValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Webhook.GenericWebService.SecretVersionHeaderValue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Webhook.GenericWebService.SecretVersionHeaderValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Webhook.GenericWebService.SecretVersionHeaderValue parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Webhook.GenericWebService.SecretVersionHeaderValue
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Webhook.GenericWebService.SecretVersionHeaderValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Webhook.GenericWebService.SecretVersionHeaderValue
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Webhook.GenericWebService.SecretVersionHeaderValue parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Webhook.GenericWebService.SecretVersionHeaderValue
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Webhook.GenericWebService.SecretVersionHeaderValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Webhook.GenericWebService.SecretVersionHeaderValue
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Webhook.GenericWebService.SecretVersionHeaderValue parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Webhook.GenericWebService.SecretVersionHeaderValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Webhook.GenericWebService.SecretVersionHeaderValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Webhook.GenericWebService.SecretVersionHeaderValue
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Webhook.GenericWebService.SecretVersionHeaderValue> parser()
Returns
Type Description
Parser<SecretVersionHeaderValue>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Webhook.GenericWebService.SecretVersionHeaderValue getDefaultInstanceForType()
Returns
Type Description
Webhook.GenericWebService.SecretVersionHeaderValue

getParserForType()

public Parser<Webhook.GenericWebService.SecretVersionHeaderValue> getParserForType()
Returns
Type Description
Parser<SecretVersionHeaderValue>
Overrides

getSecretVersion()

public String getSecretVersion()

Required. The SecretManager secret version resource storing the header value. Format: projects/{project}/secrets/{secret}/versions/{version}

string secret_version = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The secretVersion.

getSecretVersionBytes()

public ByteString getSecretVersionBytes()

Required. The SecretManager secret version resource storing the header value. Format: projects/{project}/secrets/{secret}/versions/{version}

string secret_version = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for secretVersion.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Webhook.GenericWebService.SecretVersionHeaderValue.Builder newBuilderForType()
Returns
Type Description
Webhook.GenericWebService.SecretVersionHeaderValue.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Webhook.GenericWebService.SecretVersionHeaderValue.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Webhook.GenericWebService.SecretVersionHeaderValue.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Webhook.GenericWebService.SecretVersionHeaderValue.Builder toBuilder()
Returns
Type Description
Webhook.GenericWebService.SecretVersionHeaderValue.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException