Show / Hide Table of Contents

Class GoogleFirebaseAppcheckV1UpdateServiceRequest

Request message for the UpdateService method as well as an individual update message for the BatchUpdateServices method.

Inheritance
object
GoogleFirebaseAppcheckV1UpdateServiceRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Firebaseappcheck.v1.Data
Assembly: Google.Apis.Firebaseappcheck.v1.dll
Syntax
public class GoogleFirebaseAppcheckV1UpdateServiceRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Service

Required. The Service to update. The Service's name field is used to identify the Service to be updated, in the format:

projects/{project_number}/services/{service_id}

Note that the service_id element must be a supported service ID. Currently, the following service IDs are supported: * firebasestorage.googleapis.com (Cloud Storage for Firebase) * firebasedatabase.googleapis.com (Firebase Realtime Database) * firestore.googleapis.com (Cloud Firestore) * oauth2.googleapis.com (Google Identity for iOS)

Declaration
[JsonProperty("service")]
public virtual GoogleFirebaseAppcheckV1Service Service { get; set; }
Property Value
Type Description
GoogleFirebaseAppcheckV1Service

UpdateMask

Required. A comma-separated list of names of fields in the Service to update. Example: enforcement_mode.

Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX