google_api_file v0.16.0 API Reference
Modules
API client metadata for GoogleApi.File.V1.
API calls for all endpoints tagged Projects
.
Handle Tesla connections for GoogleApi.File.V1.
The request message for Operations.CancelOperation.
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance
File share configuration for the instance.
Attributes
-
consumerDefinedName
(type:String.t
, default:nil
) - consumer_defined_name is the name that is set by the consumer. On the other hand Name field represents system-assigned id of an instance so consumers are not necessarily aware of it. consumer_defined_name is used for notification/UI purposes for consumer to recognize their instances. -
createTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when the resource was created. -
labels
(type:map()
, default:nil
) - Optional. Resource labels to represent user provided metadata. Each label is a key-value pair, where both the key and the value are arbitrary strings provided by the user. -
maintenancePolicyNames
(type:map()
, default:nil
) - The MaintenancePolicies that have been attached to the instance. The key must be of the type name of the oneof policy name defined in MaintenancePolicy, and the referenced policy must define the same policy type. For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug. -
maintenanceSchedules
(type:%{optional(String.t) => GoogleApi.File.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.t}
, default:nil
) - The MaintenanceSchedule contains the scheduling information of published maintenance schedule. -
maintenanceSettings
(type:GoogleApi.File.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.t
, default:nil
) - Optional. The MaintenanceSettings associated with instance. -
name
(type:String.t
, default:nil
) - Unique name of the resource. It uses the form:projects/{project_id}/locations/{location_id}/instances/{instance_id}
-
producerMetadata
(type:map()
, default:nil
) - Output only. Custom string attributes used primarily to expose producer-specific information in monitoring dashboards. See go/get-instance-metadata. -
provisionedResources
(type:list(GoogleApi.File.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.t)
, default:nil
) - Output only. The list of data plane resources provisioned for this instance, e.g. compute VMs. See go/get-instance-metadata. -
slmInstanceTemplate
(type:String.t
, default:nil
) - Link to the SLM instance template. Only populated when updating SLM instances via SSA's Actuation service adaptor. Service producers with custom control plane (e.g. Cloud SQL) doesn't need to populate this field. Instead they should use software_versions. -
sloMetadata
(type:GoogleApi.File.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.t
, default:nil
) - Output only. SLO metadata for instance classification in the Standardized dataplane SLO platform. See go/cloud-ssa-standard-slo for feature description. -
softwareVersions
(type:map()
, default:nil
) - Software versions that are used to deploy this instance. This can be mutated by rollout services. -
state
(type:String.t
, default:nil
) - Output only. Current lifecycle state of the resource (e.g. if it's being created or ready to use). -
tenantProjectId
(type:String.t
, default:nil
) - Output only. ID of the associated GCP tenant project. See go/get-instance-metadata. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when the resource was last modified.
Maintenance schedule which is exposed to customer and potentially end user, indicating published upcoming future maintenance schedule
Maintenance settings associated with instance. Allows service producers and end users to assign settings that controls maintenance on this instance.
Node information for custom per-node SLO implementations. SSA does not support per-node SLO, but producers can populate per-node information in SloMetadata for custom precomputations. SSA Eligibility Exporter will emit per-node metric based on this information.
Describes provisioned dataplane resources.
SloEligibility is a tuple containing eligibility value: true if an instance is eligible for SLO calculation or false if it should be excluded from all SLO-related calculations along with a user-defined reason.
SloExclusion represents an exclusion in SLI calculation applies to all SLOs.
SloMetadata contains resources required for proper SLO classification of the instance.
A Cloud Filestore instance.
ListInstancesResponse is the result of ListInstancesRequest.
The response message for Locations.ListLocations.
The response message for Operations.ListOperations.
A resource that represents Google Cloud Platform location.
Network configuration for the instance.
This resource represents a long-running operation that is the result of a network API call.
Represents the metadata of the long-running operation.
The Status
type defines a logical error model that is suitable for
different programming environments, including REST APIs and RPC APIs. It is
used by gRPC. Each Status
message contains
three pieces of data: error code, error message, and error details.