Cloud AI Platform v1 API - Class PublisherModel.Types.ResourceReference (2.27.0)

public sealed class PublisherModel.Types.ResourceReference : IMessage<PublisherModel.Types.ResourceReference>, IEquatable<PublisherModel.Types.ResourceReference>, IDeepCloneable<PublisherModel.Types.ResourceReference>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class PublisherModel.Types.ResourceReference.

Reference to a resource.

Inheritance

object > PublisherModel.Types.ResourceReference

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ResourceReference()

public ResourceReference()

ResourceReference(ResourceReference)

public ResourceReference(PublisherModel.Types.ResourceReference other)
Parameter
NameDescription
otherPublisherModelTypesResourceReference

Properties

Description

[Obsolete]
public string Description { get; set; }

Description of the resource.

Property Value
TypeDescription
string

HasDescription

[Obsolete]
public bool HasDescription { get; }

Gets whether the "description" field is set

Property Value
TypeDescription
bool

HasResourceName

public bool HasResourceName { get; }

Gets whether the "resource_name" field is set

Property Value
TypeDescription
bool

HasUri

public bool HasUri { get; }

Gets whether the "uri" field is set

Property Value
TypeDescription
bool

HasUseCase

[Obsolete]
public bool HasUseCase { get; }

Gets whether the "use_case" field is set

Property Value
TypeDescription
bool

ReferenceCase

public PublisherModel.Types.ResourceReference.ReferenceOneofCase ReferenceCase { get; }
Property Value
TypeDescription
PublisherModelTypesResourceReferenceReferenceOneofCase

ResourceName

public string ResourceName { get; set; }

The resource name of the Google Cloud resource.

Property Value
TypeDescription
string

Uri

public string Uri { get; set; }

The URI of the resource.

Property Value
TypeDescription
string

UseCase

[Obsolete]
public string UseCase { get; set; }

Use case (CUJ) of the resource.

Property Value
TypeDescription
string