Class UpdateCredentialRequest
java.lang.Object
com.google.genai.gaos.models.operations.UpdateCredentialRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionUpdateCredentialRequest(String id, CredentialUpdate body) UpdateCredentialRequest(String apiVersion, String id, String updateMask, CredentialUpdate body) -
Method Summary
Modifier and TypeMethodDescriptionWhich version of the API to use.body()builder()booleaninthashCode()id()Resource ID segment making up resource `name`.toString()Optional.withApiVersion(String apiVersion) Which version of the API to use.withBody(CredentialUpdate body) Resource ID segment making up resource `name`.withUpdateMask(String updateMask) Optional.
-
Constructor Details
-
UpdateCredentialRequest
public UpdateCredentialRequest(@Nullable String apiVersion, @Nonnull String id, @Nullable String updateMask, @Nonnull CredentialUpdate body) -
UpdateCredentialRequest
-
-
Method Details
-
apiVersion
Which version of the API to use. -
id
Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. -
updateMask
Optional. The list of fields to update. -
body
-
builder
-
withApiVersion
Which version of the API to use. -
withId
Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. -
withUpdateMask
Optional. The list of fields to update. -
withBody
-
equals
-
hashCode
public int hashCode() -
toString
-