Show / Hide Table of Contents

Class GetInstructionRequest

Request message for GetInstruction.

Inheritance
System.Object
GetInstructionRequest
Implements
IMessage<GetInstructionRequest>
System.IEquatable<GetInstructionRequest>
IDeepCloneable<GetInstructionRequest>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class GetInstructionRequest : IMessage<GetInstructionRequest>, IEquatable<GetInstructionRequest>, IDeepCloneable<GetInstructionRequest>, IBufferMessage, IMessage

Constructors

GetInstructionRequest()

Declaration
public GetInstructionRequest()

GetInstructionRequest(GetInstructionRequest)

Declaration
public GetInstructionRequest(GetInstructionRequest other)
Parameters
Type Name Description
GetInstructionRequest other

Properties

InstructionName

InstructionName-typed view over the Name resource name property.

Declaration
public InstructionName InstructionName { get; set; }
Property Value
Type Description
InstructionName

Name

Required. Instruction resource name, format: projects/{project_id}/instructions/{instruction_id}

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
Back to top