Class AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.OrganizationUpdated.ChangesRequested.BuilderA builder for ChangesRequested.
-
-
Method Summary
-
-
Method Detail
-
apiCallLogging
final AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder apiCallLogging(String apiCallLogging)
How your organization logs data from supported API calls. One of
disabled,enabled_per_call,enabled_for_all_projects, orenabled_for_selected_projects
-
apiCallLogging
final AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder apiCallLogging(JsonField<String> apiCallLogging)
Sets Builder.apiCallLogging to an arbitrary JSON value.
You should usually call Builder.apiCallLogging with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
apiCallLoggingProjectIds
final AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder apiCallLoggingProjectIds(String apiCallLoggingProjectIds)
The list of project ids if api_call_logging is set to
enabled_for_selected_projects
-
apiCallLoggingProjectIds
final AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder apiCallLoggingProjectIds(JsonField<String> apiCallLoggingProjectIds)
Sets Builder.apiCallLoggingProjectIds to an arbitrary JSON value.
You should usually call Builder.apiCallLoggingProjectIds with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
description
final AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder description(String description)
The organization description.
-
description
final AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder description(JsonField<String> description)
Sets Builder.description to an arbitrary JSON value.
You should usually call Builder.description with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
name
final AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder name(String name)
The organization name.
-
name
final AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder name(JsonField<String> name)
Sets Builder.name to an arbitrary JSON value.
You should usually call Builder.name with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
threadsUiVisibility
final AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder threadsUiVisibility(String threadsUiVisibility)
Visibility of the threads page which shows messages created with the Assistants API and Playground. One of
ANY_ROLE,OWNERS, orNONE.
-
threadsUiVisibility
final AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder threadsUiVisibility(JsonField<String> threadsUiVisibility)
Sets Builder.threadsUiVisibility to an arbitrary JSON value.
You should usually call Builder.threadsUiVisibility with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
title
final AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder title(String title)
The organization title.
-
title
final AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder title(JsonField<String> title)
Sets Builder.title to an arbitrary JSON value.
You should usually call Builder.title with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
usageDashboardVisibility
final AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder usageDashboardVisibility(String usageDashboardVisibility)
Visibility of the usage dashboard which shows activity and costs for your organization. One of
ANY_ROLEorOWNERS.
-
usageDashboardVisibility
final AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder usageDashboardVisibility(JsonField<String> usageDashboardVisibility)
Sets Builder.usageDashboardVisibility to an arbitrary JSON value.
You should usually call Builder.usageDashboardVisibility with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.OrganizationUpdated.ChangesRequested build()
Returns an immutable instance of ChangesRequested.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-