All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.serviceconsumermanagement.v1.model.TenancyUnit.html Maven / Gradle / Ivy







TenancyUnit (Service Consumer Management API v1-rev20210525-1.31.0)












com.google.api.services.serviceconsumermanagement.v1.model

Class TenancyUnit

    • Constructor Detail

      • TenancyUnit

        public TenancyUnit()
    • Method Detail

      • getConsumer

        public String getConsumer()
        Output only. @OutputOnly Cloud resource name of the consumer of this service. For example 'projects/123456'.
        Returns:
        value or null for none
      • setConsumer

        public TenancyUnit setConsumer(String consumer)
        Output only. @OutputOnly Cloud resource name of the consumer of this service. For example 'projects/123456'.
        Parameters:
        consumer - consumer or null for none
      • getCreateTime

        public String getCreateTime()
        Output only. @OutputOnly The time this tenancy unit was created.
        Returns:
        value or null for none
      • setCreateTime

        public TenancyUnit setCreateTime(String createTime)
        Output only. @OutputOnly The time this tenancy unit was created.
        Parameters:
        createTime - createTime or null for none
      • getName

        public String getName()
        Globally unique identifier of this tenancy unit "services/{service}/{collection id}/{resource id}/tenancyUnits/{unit}"
        Returns:
        value or null for none
      • setName

        public TenancyUnit setName(String name)
        Globally unique identifier of this tenancy unit "services/{service}/{collection id}/{resource id}/tenancyUnits/{unit}"
        Parameters:
        name - name or null for none
      • getService

        public String getService()
        Output only. Google Cloud API name of the managed service owning this tenancy unit. For example 'serviceconsumermanagement.googleapis.com'.
        Returns:
        value or null for none
      • setService

        public TenancyUnit setService(String service)
        Output only. Google Cloud API name of the managed service owning this tenancy unit. For example 'serviceconsumermanagement.googleapis.com'.
        Parameters:
        service - service or null for none
      • getTenantResources

        public List<TenantResource> getTenantResources()
        Resources constituting the tenancy unit. There can be at most 512 tenant resources in a tenancy unit.
        Returns:
        value or null for none
      • setTenantResources

        public TenancyUnit setTenantResources(List<TenantResource> tenantResources)
        Resources constituting the tenancy unit. There can be at most 512 tenant resources in a tenancy unit.
        Parameters:
        tenantResources - tenantResources or null for none

Copyright © 2011–2021 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy