Class GetServiceCredentialsResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.GetServiceCredentialsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class GetServiceCredentialsResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetServiceCredentialsResponse>Json deserializer forGetServiceCredentialsResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal intcount()Required - API name:countfinal Map<String,EmptyObject> Required - API name:file_tokensfinal StringnodeName()Required - API name:node_namevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) final StringRequired - API name:service_accountprotected static voidsetupGetServiceCredentialsResponseDeserializer(ObjectDeserializer<GetServiceCredentialsResponse.Builder> op) final Map<String,EmptyObject> tokens()Required - API name:tokenstoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forGetServiceCredentialsResponse
-
-
Method Details
-
of
-
serviceAccount
Required - API name:service_account -
nodeName
Required - API name:node_name -
count
public final int count()Required - API name:count -
tokens
Required - API name:tokens -
fileTokens
Required - API name:file_tokens -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetServiceCredentialsResponseDeserializer
protected static void setupGetServiceCredentialsResponseDeserializer(ObjectDeserializer<GetServiceCredentialsResponse.Builder> op)
-