Interface IdentityProviderConfigServiceOuterClass.DeleteIdentityProviderConfigRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getIdentityProviderId()
      The identity provider config to delete.
      com.google.protobuf.ByteString getIdentityProviderIdBytes()
      The identity provider config to delete.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getIdentityProviderId

        java.lang.String getIdentityProviderId()
         The identity provider config to delete.
         Required
         
        string identity_provider_id = 1 [json_name = "identityProviderId"];
        Returns:
        The identityProviderId.
      • getIdentityProviderIdBytes

        com.google.protobuf.ByteString getIdentityProviderIdBytes()
         The identity provider config to delete.
         Required
         
        string identity_provider_id = 1 [json_name = "identityProviderId"];
        Returns:
        The bytes for identityProviderId.