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 v1beta1 API class PublisherModel.Types.ResourceReference.
Reference to a resource.
Implements
IMessagePublisherModelTypesResourceReference, IEquatablePublisherModelTypesResourceReference, IDeepCloneablePublisherModelTypesResourceReference, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ResourceReference()
public ResourceReference()
ResourceReference(ResourceReference)
public ResourceReference(PublisherModel.Types.ResourceReference other)
Parameter | |
---|---|
Name | Description |
other |
PublisherModelTypesResourceReference |
Properties
Description
[Obsolete]
public string Description { get; set; }
Description of the resource.
Property Value | |
---|---|
Type | Description |
string |
HasDescription
[Obsolete]
public bool HasDescription { get; }
Gets whether the "description" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasResourceName
public bool HasResourceName { get; }
Gets whether the "resource_name" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasUri
public bool HasUri { get; }
Gets whether the "uri" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasUseCase
[Obsolete]
public bool HasUseCase { get; }
Gets whether the "use_case" field is set
Property Value | |
---|---|
Type | Description |
bool |
ReferenceCase
public PublisherModel.Types.ResourceReference.ReferenceOneofCase ReferenceCase { get; }
Property Value | |
---|---|
Type | Description |
PublisherModelTypesResourceReferenceReferenceOneofCase |
ResourceName
public string ResourceName { get; set; }
The resource name of the Google Cloud resource.
Property Value | |
---|---|
Type | Description |
string |
Uri
public string Uri { get; set; }
The URI of the resource.
Property Value | |
---|---|
Type | Description |
string |
UseCase
[Obsolete]
public string UseCase { get; set; }
Use case (CUJ) of the resource.
Property Value | |
---|---|
Type | Description |
string |