Show / Hide Table of Contents

Class ListFirebaseLinksRequest

Request message for ListFirebaseLinks RPC

Inheritance
System.Object
ListFirebaseLinksRequest
Implements
Google.Protobuf.IMessage<ListFirebaseLinksRequest>
System.IEquatable<ListFirebaseLinksRequest>
Google.Protobuf.IDeepCloneable<ListFirebaseLinksRequest>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ListFirebaseLinksRequest : IMessage<ListFirebaseLinksRequest>, IEquatable<ListFirebaseLinksRequest>, IDeepCloneable<ListFirebaseLinksRequest>, IBufferMessage, IMessage

Constructors

ListFirebaseLinksRequest()

Declaration
public ListFirebaseLinksRequest()

ListFirebaseLinksRequest(ListFirebaseLinksRequest)

Declaration
public ListFirebaseLinksRequest(ListFirebaseLinksRequest other)
Parameters
Type Name Description
ListFirebaseLinksRequest other

Properties

Parent

Required. Format: properties/{property_id} Example: properties/1234

Declaration
public string Parent { get; set; }
Property Value
Type Description
System.String

ParentAsPropertyName

PropertyName-typed view over the Parent resource name property.

Declaration
public PropertyName ParentAsPropertyName { get; set; }
Property Value
Type Description
PropertyName
Back to top