CloudTranslationApi

gcp/Item/CloudTranslationApi
include('gcp/Item/CloudTranslationApi')
Illustration CloudTranslationApi CloudTranslationApiCard CloudTranslationApiGroup
illustration for Illustration illustration for CloudTranslationApi illustration for CloudTranslationApiCard illustration for CloudTranslationApiGroup

Sprites

The item provides the following sriptes:

  • <$CloudTranslationApiXs>
  • <$CloudTranslationApiSm>
  • <$CloudTranslationApiMd>
  • <$CloudTranslationApiLg>

CloudTranslationApi

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element CloudTranslationApi
include('gcp/Item/CloudTranslationApi')

' renders the element
CloudTranslationApi('CloudTranslationApi', 'Cloud Translation Api', 'an optional tech label', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element CloudTranslationApi
include('gcp/Item/CloudTranslationApi')

' renders the element
CloudTranslationApi('CloudTranslationApi', 'Cloud Translation Api', 'an optional tech label', 'an optional description')
@enduml

CloudTranslationApiCard

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element CloudTranslationApiCard
include('gcp/Item/CloudTranslationApi')

' renders the element
CloudTranslationApiCard('CloudTranslationApiCard', 'Cloud Translation Api Card', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element CloudTranslationApiCard
include('gcp/Item/CloudTranslationApi')

' renders the element
CloudTranslationApiCard('CloudTranslationApiCard', 'Cloud Translation Api Card', 'an optional description')
@enduml

CloudTranslationApiGroup

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element CloudTranslationApiGroup
include('gcp/Item/CloudTranslationApi')

' renders the element
CloudTranslationApiGroup('CloudTranslationApiGroup', 'Cloud Translation Api Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element CloudTranslationApiGroup
include('gcp/Item/CloudTranslationApi')

' renders the element
CloudTranslationApiGroup('CloudTranslationApiGroup', 'Cloud Translation Api Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml