public sealed class PublisherModel.Types.ResourceReference : IMessage<PublisherModel.Types.ResourceReference>, IEquatable<PublisherModel.Types.ResourceReference>, IDeepCloneable<PublisherModel.Types.ResourceReference>, IBufferMessage, IMessageReference documentation and code samples for the Cloud AI Platform v1 API class PublisherModel.Types.ResourceReference.
Reference to a resource.
Implements
IMessagePublisherModelTypesResourceReference, IEquatablePublisherModelTypesResourceReference, IDeepCloneablePublisherModelTypesResourceReference, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
ResourceReference()
public ResourceReference()ResourceReference(ResourceReference)
public ResourceReference(PublisherModel.Types.ResourceReference other)| Parameter | |
|---|---|
| Name | Description |
other |
PublisherModelTypesResourceReference |
Properties
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 |
|
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 |
|