Google Cloud Web Risk v1 API - Class SubmitUriMetadata (2.4.0)

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

Reference documentation and code samples for the Google Cloud Web Risk v1 API class SubmitUriMetadata.

Metadata for the Submit URI long-running operation. option (google.api.message_visibility).restriction = "TRUSTED_TESTER";

Inheritance

object > SubmitUriMetadata

Namespace

Google.Cloud.WebRisk.V1

Assembly

Google.Cloud.WebRisk.V1.dll

Constructors

SubmitUriMetadata()

public SubmitUriMetadata()

SubmitUriMetadata(SubmitUriMetadata)

public SubmitUriMetadata(SubmitUriMetadata other)
Parameter
NameDescription
otherSubmitUriMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Creation time of the operation.

Property Value
TypeDescription
Timestamp

State

public SubmitUriMetadata.Types.State State { get; set; }

The state of the operation.

Property Value
TypeDescription
SubmitUriMetadataTypesState

UpdateTime

public Timestamp UpdateTime { get; set; }

Latest update time of the operation.

Property Value
TypeDescription
Timestamp