Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
ServiceManagementEnum |
ServiceManagementEnum.clone() |
ServiceManagementEnum |
ServiceManagementEnum.set(String fieldName,
Object value) |
ServiceManagementEnum |
ServiceManagementEnum.setEdition(String edition)
The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
ServiceManagementEnum |
ServiceManagementEnum.setEnumvalue(List<EnumValue> enumvalue)
Enum value definitions.
|
ServiceManagementEnum |
ServiceManagementEnum.setName(String name)
Enum type name.
|
ServiceManagementEnum |
ServiceManagementEnum.setOptions(List<Option> options)
Protocol buffer options.
|
ServiceManagementEnum |
ServiceManagementEnum.setSourceContext(SourceContext sourceContext)
The source context.
|
ServiceManagementEnum |
ServiceManagementEnum.setSyntax(String syntax)
The source syntax.
|
Modifier and Type | Method and Description |
---|---|
List<ServiceManagementEnum> |
Service.getEnums()
A list of all enum types included in this API service.
|
Modifier and Type | Method and Description |
---|---|
Service |
Service.setEnums(List<ServiceManagementEnum> enums)
A list of all enum types included in this API service.
|
Copyright © 2011–2024 Google. All rights reserved.