public sealed class ControlName : IResourceName, IEquatable<ControlName>
Reference documentation and code samples for the Discovery Engine v1 API class ControlName.
Resource name for the Control
resource.
Namespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
ControlName(string, string, string, string)
public ControlName(string projectId, string locationId, string dataStoreId, string controlId)
Constructs a new instance of a ControlName class from the component parts of pattern
projects/{project}/locations/{location}/dataStores/{data_store}/controls/{control}
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
dataStoreId |
string The |
controlId |
string The |
Properties
CollectionId
public string CollectionId { get; }
The Collection
ID. May be null
, depending on which resource name is contained by this
instance.
Property Value | |
---|---|
Type | Description |
string |
ControlId
public string ControlId { get; }
The Control
ID. May be null
, depending on which resource name is contained by this instance.
Property Value | |
---|---|
Type | Description |
string |
DataStoreId
public string DataStoreId { get; }
The DataStore
ID. May be null
, depending on which resource name is contained by this instance.
Property Value | |
---|---|
Type | Description |
string |
EngineId
public string EngineId { get; }
The Engine
ID. May be null
, depending on which resource name is contained by this instance.
Property Value | |
---|---|
Type | Description |
string |
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value | |
---|---|
Type | Description |
bool |
LocationId
public string LocationId { get; }
The Location
ID. May be null
, depending on which resource name is contained by this instance.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; }
The Project
ID. May be null
, depending on which resource name is contained by this instance.
Property Value | |
---|---|
Type | Description |
string |
Type
public ControlName.ResourceNameType Type { get; }
The ControlName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
ControlNameResourceNameType |
UnparsedResource
public UnparsedResourceName UnparsedResource { get; }
The contained UnparsedResourceName. Only non-null
if this instance contains an
unparsed resource name.
Property Value | |
---|---|
Type | Description |
UnparsedResourceName |
Methods
Format(string, string, string, string)
public static string Format(string projectId, string locationId, string dataStoreId, string controlId)
Formats the IDs into the string representation of this ControlName with pattern
projects/{project}/locations/{location}/dataStores/{data_store}/controls/{control}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
dataStoreId |
string The |
controlId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this ControlName with pattern
|
FormatProjectLocationCollectionDataStoreControl(string, string, string, string, string)
public static string FormatProjectLocationCollectionDataStoreControl(string projectId, string locationId, string collectionId, string dataStoreId, string controlId)
Formats the IDs into the string representation of this ControlName with pattern
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/controls/{control}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
collectionId |
string The |
dataStoreId |
string The |
controlId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this ControlName with pattern
|
FormatProjectLocationCollectionEngineControl(string, string, string, string, string)
public static string FormatProjectLocationCollectionEngineControl(string projectId, string locationId, string collectionId, string engineId, string controlId)
Formats the IDs into the string representation of this ControlName with pattern
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/controls/{control}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
collectionId |
string The |
engineId |
string The |
controlId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this ControlName with pattern
|
FormatProjectLocationDataStoreControl(string, string, string, string)
public static string FormatProjectLocationDataStoreControl(string projectId, string locationId, string dataStoreId, string controlId)
Formats the IDs into the string representation of this ControlName with pattern
projects/{project}/locations/{location}/dataStores/{data_store}/controls/{control}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
dataStoreId |
string The |
controlId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this ControlName with pattern
|
FromProjectLocationCollectionDataStoreControl(string, string, string, string, string)
public static ControlName FromProjectLocationCollectionDataStoreControl(string projectId, string locationId, string collectionId, string dataStoreId, string controlId)
Creates a ControlName with the pattern
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/controls/{control}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
collectionId |
string The |
dataStoreId |
string The |
controlId |
string The |
Returns | |
---|---|
Type | Description |
ControlName |
A new instance of ControlName constructed from the provided ids. |
FromProjectLocationCollectionEngineControl(string, string, string, string, string)
public static ControlName FromProjectLocationCollectionEngineControl(string projectId, string locationId, string collectionId, string engineId, string controlId)
Creates a ControlName with the pattern
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/controls/{control}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
collectionId |
string The |
engineId |
string The |
controlId |
string The |
Returns | |
---|---|
Type | Description |
ControlName |
A new instance of ControlName constructed from the provided ids. |
FromProjectLocationDataStoreControl(string, string, string, string)
public static ControlName FromProjectLocationDataStoreControl(string projectId, string locationId, string dataStoreId, string controlId)
Creates a ControlName with the pattern
projects/{project}/locations/{location}/dataStores/{data_store}/controls/{control}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
dataStoreId |
string The |
controlId |
string The |
Returns | |
---|---|
Type | Description |
ControlName |
A new instance of ControlName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static ControlName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a ControlName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName |
UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
ControlName |
A new instance of ControlName containing the provided |
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
int |
Parse(string)
public static ControlName Parse(string controlName)
Parses the given resource name string into a new ControlName instance.
Parameter | |
---|---|
Name | Description |
controlName |
string The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
ControlName |
The parsed ControlName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/dataStores/{data_store}/controls/{control}
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/controls/{control}
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/controls/{control}
Parse(string, bool)
public static ControlName Parse(string controlName, bool allowUnparsed)
Parses the given resource name string into a new ControlName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
controlName |
string The resource name in string form. Must not be |
allowUnparsed |
bool If |
Returns | |
---|---|
Type | Description |
ControlName |
The parsed ControlName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/dataStores/{data_store}/controls/{control}
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/controls/{control}
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/controls/{control}
allowUnparsed
is true
.
ToString()
public override string ToString()
The string representation of the resource name.
Returns | |
---|---|
Type | Description |
string |
The string representation of the resource name. |
TryParse(string, out ControlName)
public static bool TryParse(string controlName, out ControlName result)
Tries to parse the given resource name string into a new ControlName instance.
Parameters | |
---|---|
Name | Description |
controlName |
string The resource name in string form. Must not be |
result |
ControlName When this method returns, the parsed ControlName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/dataStores/{data_store}/controls/{control}
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/controls/{control}
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/controls/{control}
TryParse(string, bool, out ControlName)
public static bool TryParse(string controlName, bool allowUnparsed, out ControlName result)
Tries to parse the given resource name string into a new ControlName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
controlName |
string The resource name in string form. Must not be |
allowUnparsed |
bool If |
result |
ControlName When this method returns, the parsed ControlName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/dataStores/{data_store}/controls/{control}
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/controls/{control}
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/controls/{control}
allowUnparsed
is true
.
Operators
operator ==(ControlName, ControlName)
public static bool operator ==(ControlName a, ControlName b)
Determines whether two specified resource names have the same value.
Parameters | |
---|---|
Name | Description |
a |
ControlName The first resource name to compare, or null. |
b |
ControlName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool |
true if the value of |
operator !=(ControlName, ControlName)
public static bool operator !=(ControlName a, ControlName b)
Determines whether two specified resource names have different values.
Parameters | |
---|---|
Name | Description |
a |
ControlName The first resource name to compare, or null. |
b |
ControlName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool |
true if the value of |