public sealed class ScheduleName : IResourceName, IEquatable<ScheduleName>
Resource name for the Schedule
resource.
Namespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
ScheduleName(String, String, String)
public ScheduleName(string projectId, string locationId, string scheduleId)
Constructs a new instance of a ScheduleName class from the component parts of pattern
projects/{project}/location/{location}/schedules/{schedule}
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
scheduleId | String The |
Properties
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value | |
---|---|
Type | Description |
Boolean |
LocationId
public string LocationId { get; }
The Location
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
String |
ProjectId
public string ProjectId { get; }
The Project
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
String |
ScheduleId
public string ScheduleId { get; }
The Schedule
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
String |
Type
public ScheduleName.ResourceNameType Type { get; }
The ScheduleName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
ScheduleName.ResourceNameType |
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)
public static string Format(string projectId, string locationId, string scheduleId)
Formats the IDs into the string representation of this ScheduleName with pattern
projects/{project}/location/{location}/schedules/{schedule}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
scheduleId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this ScheduleName with pattern
|
FormatProjectLocationSchedule(String, String, String)
public static string FormatProjectLocationSchedule(string projectId, string locationId, string scheduleId)
Formats the IDs into the string representation of this ScheduleName with pattern
projects/{project}/location/{location}/schedules/{schedule}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
scheduleId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this ScheduleName with pattern
|
FromProjectLocationSchedule(String, String, String)
public static ScheduleName FromProjectLocationSchedule(string projectId, string locationId, string scheduleId)
Creates a ScheduleName with the pattern
projects/{project}/location/{location}/schedules/{schedule}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
scheduleId | String The |
Returns | |
---|---|
Type | Description |
ScheduleName | A new instance of ScheduleName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static ScheduleName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a ScheduleName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
ScheduleName | A new instance of ScheduleName containing the provided |
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
Int32 |
Parse(String)
public static ScheduleName Parse(string scheduleName)
Parses the given resource name string into a new ScheduleName instance.
Parameter | |
---|---|
Name | Description |
scheduleName | String The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
ScheduleName | The parsed ScheduleName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/location/{location}/schedules/{schedule}
Parse(String, Boolean)
public static ScheduleName Parse(string scheduleName, bool allowUnparsed)
Parses the given resource name string into a new ScheduleName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
scheduleName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Returns | |
---|---|
Type | Description |
ScheduleName | The parsed ScheduleName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/location/{location}/schedules/{schedule}
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 ScheduleName)
public static bool TryParse(string scheduleName, out ScheduleName result)
Tries to parse the given resource name string into a new ScheduleName instance.
Parameters | |
---|---|
Name | Description |
scheduleName | String The resource name in string form. Must not be |
result | ScheduleName When this method returns, the parsed ScheduleName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/location/{location}/schedules/{schedule}
TryParse(String, Boolean, out ScheduleName)
public static bool TryParse(string scheduleName, bool allowUnparsed, out ScheduleName result)
Tries to parse the given resource name string into a new ScheduleName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
scheduleName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | ScheduleName When this method returns, the parsed ScheduleName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/location/{location}/schedules/{schedule}
allowUnparsed
is true
.
Operators
Equality(ScheduleName, ScheduleName)
public static bool operator ==(ScheduleName a, ScheduleName b)
Parameters | |
---|---|
Name | Description |
a | ScheduleName |
b | ScheduleName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(ScheduleName, ScheduleName)
public static bool operator !=(ScheduleName a, ScheduleName b)
Parameters | |
---|---|
Name | Description |
a | ScheduleName |
b | ScheduleName |
Returns | |
---|---|
Type | Description |
Boolean |